source: osm/applications/editors/josm/nsis/launch4j.xml@ 5790

Last change on this file since 5790 was 5214, checked in by ulf, 17 years ago

remove the need for a downloads dir, as we download nothing and get all files from the subversion directory directly

File size: 666 bytes
Line 
1<launch4jConfig>
2 <dontWrapJar>false</dontWrapJar>
3 <headerType>0</headerType>
4 <jar>../core/dist/josm-custom.jar</jar>
5 <outfile>josm.exe</outfile>
6 <errTitle></errTitle>
7 <cmdLine></cmdLine>
8 <chdir></chdir>
9 <priority>normal</priority>
10 <downloadUrl>http://java.com/download</downloadUrl>
11 <supportUrl></supportUrl>
12 <customProcName>false</customProcName>
13 <stayAlive>true</stayAlive>
14 <icon>logo.ico</icon>
15 <jre>
16 <path></path>
17 <minVersion>1.5.0</minVersion>
18 <maxVersion></maxVersion>
19 <dontUsePrivateJres>false</dontUsePrivateJres>
20 <initialHeapSize>0</initialHeapSize>
21 <maxHeapSize>0</maxHeapSize>
22 </jre>
23</launch4jConfig>
Note: See TracBrowser for help on using the repository browser.