Changeset 30580 in osm for applications/editors/josm/nsis/launch4j.xml
- Timestamp:
- 2014-08-11T02:02:24+02:00 (12 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/nsis/launch4j.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/launch4j.xml
r30517 r30580 1 1 <launch4jConfig> 2 <headerType>gui</headerType> 3 <outfile>%TARGET%.exe</outfile> 4 <jar>josm-tested.jar</jar> 2 5 <dontWrapJar>true</dontWrapJar> 3 <headerType>0</headerType>4 <jar>josm-tested.jar</jar>5 <outfile>josm.exe</outfile>6 6 <errTitle></errTitle> 7 <downloadUrl>https://java.com/download</downloadUrl> 8 <supportUrl></supportUrl> 7 9 <cmdLine></cmdLine> 8 10 <chdir></chdir> 9 11 <priority>normal</priority> 10 <downloadUrl>https://java.com/download</downloadUrl>11 <supportUrl></supportUrl>12 <customProcName>false</customProcName>13 12 <stayAlive>true</stayAlive> 14 13 <icon>logo.ico</icon> … … 17 16 <minVersion>1.7.0</minVersion> 18 17 <maxVersion></maxVersion> 19 <dontUsePrivateJres>false</dontUsePrivateJres> 20 <initialHeapSize>128</initialHeapSize> 21 <maxHeapSize>1024</maxHeapSize> 18 <jdkPreference>preferJre</jdkPreference> 19 <runtimeBits>%RTBITS%</runtimeBits> 20 <initialHeapSize>%INIHEAP%</initialHeapSize> 21 <maxHeapSize>%MAXHEAP%</maxHeapSize> 22 22 </jre> 23 <versionInfo> 24 <fileVersion>1.5.0.%VERSION%</fileVersion> 25 <txtFileVersion>%VERSION%</txtFileVersion> 26 <fileDescription>Java OpenStreetMap Editor</fileDescription> 27 <copyright>GNU General Public License v2 or later</copyright> 28 <productVersion>1.5.0.%VERSION%</productVersion> 29 <txtProductVersion>%VERSION%</txtProductVersion> 30 <productName>JOSM</productName> 31 <companyName>OpenStreetMap</companyName> 32 <internalName>%TARGET%</internalName> 33 <originalFilename>%TARGET%.exe</originalFilename> 34 </versionInfo> 23 35 </launch4jConfig>
Note:
See TracChangeset
for help on using the changeset viewer.
