~ubuntu-branches/ubuntu/gutsy/commons-daemon/gutsy

« back to all changes in this revision

Viewing changes to src/native/nt/procrun/apps/prunmgr/prunmgr.rc

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Better
  • Date: 2006-12-04 14:29:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204142908-qi10o2kroi001aci
Tags: 1.0.2~svn20061127-4
Apparently buildds don't grok Build-Depends-Indep. Moved to
Build-Depends as a workaround.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#if 0 
29
29
BMP_APMNUHDR         BITMAP                 "../../resources/apmnuhdr.bmp"
30
30
#endif
 
31
 
 
32
#ifdef USE_MAINFEST
31
33
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "prunmgr.manifest"
 
34
#endif
32
35
 
33
36
IDD_ABOUTBOX DIALOGEX 0, 0, 337, 187
34
37
STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
254
257
END
255
258
 
256
259
1 VERSIONINFO
257
 
 FILEVERSION 1,0,0,0
258
 
 PRODUCTVERSION 1,0,0,0
 
260
 FILEVERSION 2,0,1,0
 
261
 PRODUCTVERSION 2,0,1,0
259
262
 FILEFLAGSMASK 0x3fL
260
263
#if defined(_DEBUG)
261
264
 FILEFLAGS 0x03L
275
278
      VALUE "FileDescription", RSTR_PSM "\0"
276
279
      VALUE "FileVersion", PRG_VERSION
277
280
      VALUE "InternalName", RSTR_PSM "\0"
278
 
      VALUE "LegalCopyright", "Copyright � 2000-2004 The Apache Software Foundation.\0"
 
281
      VALUE "LegalCopyright", "Copyright � 2000-2006 The Apache Software Foundation.\0"
279
282
      VALUE "OriginalFilename", "prunmgr.exe\0"
280
283
      VALUE "ProductName", RSTR_PSM "\0"
281
284
      VALUE "ProductVersion", PRG_VERSION