source: josm/trunk/windows/launch4j.xml@ 14054

Last change on this file since 14054 was 10580, checked in by Don-vip, 8 years ago

see #11390 - switch to Java 8

File size: 1.2 KB
Line 
1<launch4jConfig>
2 <headerType>gui</headerType>
3 <outfile>%TARGET%.exe</outfile>
4 <jar>josm-tested.jar</jar>
5 <dontWrapJar>true</dontWrapJar>
6 <errTitle></errTitle>
7 <downloadUrl>https://java.com/download</downloadUrl>
8 <supportUrl></supportUrl>
9 <cmdLine></cmdLine>
10 <chdir></chdir>
11 <priority>normal</priority>
12 <stayAlive>true</stayAlive>
13 <icon>logo.ico</icon>
14 <jre>
15 <path></path>
16 <minVersion>1.8.0</minVersion>
17 <maxVersion></maxVersion>
18 <jdkPreference>preferJre</jdkPreference>
19 <runtimeBits>%RTBITS%</runtimeBits>
20 <initialHeapSize>%INIHEAP%</initialHeapSize>
21 <maxHeapSize>%MAXHEAP%</maxHeapSize>
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>
35</launch4jConfig>
Note: See TracBrowser for help on using the repository browser.