~ubuntu-branches/ubuntu/trusty/subversion/trusty-proposed

« back to all changes in this revision

Viewing changes to packages/windows-innosetup/tools/svnpath/svnpath.rc

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft
  • Date: 2012-06-21 15:36:36 UTC
  • mfrom: (0.4.13 sid)
  • Revision ID: package-import@ubuntu.com-20120621153636-amqqmuidgwgxz1ly
Tags: 1.7.5-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - Build-depend on python-dbg.
  - Build-depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/////////////////////////////////////////////////////////////////////////////
2
 
//
3
 
// Version
4
 
//
5
 
 
6
 
1 VERSIONINFO
7
 
 FILEVERSION 1,1,2,0
8
 
 PRODUCTVERSION 1,0,0,0
9
 
 FILEFLAGSMASK 0x3fL
10
 
 FILEFLAGS 0x0L
11
 
 FILEOS 0x40004L
12
 
 FILETYPE 0x1L
13
 
 FILESUBTYPE 0x0L
14
 
{
15
 
    BLOCK "StringFileInfo"
16
 
    {
17
 
        BLOCK "000004b0"
18
 
        {
19
 
            VALUE "CompanyName", "CollabNet\0"
20
 
            VALUE "FileDescription", "Subversion Windows Distro's Inno Setup System path editor\0"
21
 
            VALUE "FileVersion", "1.1.2\0"
22
 
            VALUE "InternalName", "svnpath\0"
23
 
            VALUE "LegalCopyright", "Copyright �2000-2004 CollabNet. All rights reserved.\0"
24
 
            VALUE "OriginalFilename", "svnpath.exe\0"
25
 
            VALUE "ProductName", "Subversion Windows Distribution\0"
26
 
            VALUE "ProductVersion", "1.00\0"
27
 
        }
28
 
    }
29
 
    BLOCK "VarFileInfo"
30
 
    {
31
 
        VALUE "Translation", 0x0, 1200
32
 
    }
33
 
}
34
 
 
35
 
/////////////////////////////////////////////////////////////////////////////
36
 
//
37
 
// Icon
38
 
//
39
 
 
40
 
// Icon with lowest ID value placed first to ensure application icon
41
 
// remains consistent on all systems.
42
 
IDI_ICON1               ICON    DISCARDABLE     "..\\..\\..\\..\\notes\\logo\\subversion_logo.ico"