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

Last change on this file since 7838 was 7838, checked in by Don-vip, 9 years ago

move Windows Installer NSIS code from OSM SVN to our own repository

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.7.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.