source: release-kits/wirk3/launcher/launcher.xml@ 15053

Last change on this file since 15053 was 15053, checked in by oranfry, 16 years ago

lots of work on wirk3

File size: 531 bytes
Line 
1<launch4jConfig>
2 <dontWrapJar>true</dontWrapJar>
3 <headerType>1</headerType>
4 <jar>greenstone3.jar</jar>
5 <outfile>@basedir@\launcher\launch-installer.exe</outfile>
6 <errTitle></errTitle>
7 <jarArgs></jarArgs>
8 <chdir></chdir>
9 <customProcName>false</customProcName>
10 <stayAlive>false</stayAlive>
11 <icon></icon>
12 <jre>
13 <path></path>
14 <minVersion>1.4.0</minVersion>
15 <maxVersion></maxVersion>
16 <initialHeapSize>0</initialHeapSize>
17 <maxHeapSize>0</maxHeapSize>
18 <args></args>
19 </jre>
20</launch4jConfig>
Note: See TracBrowser for help on using the repository browser.