source: release-kits/wirk3/bin/launch4j/demo/SimpleApp/l4j/SimpleApp.xml@ 15023

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

did the bulk of the work on wirk3

File size: 455 bytes
Line 
1<launch4jConfig>
2 <headerType>0</headerType>
3 <jar>../SimpleApp.jar</jar>
4 <outfile>../SimpleApp.exe</outfile>
5 <errTitle>SimpleApp</errTitle>
6 <chdir>.</chdir>
7 <customProcName>true</customProcName>
8 <icon>SimpleApp.ico</icon>
9 <jre>
10 <minVersion>1.4.0</minVersion>
11 </jre>
12 <splash>
13 <file>splash.bmp</file>
14 <waitForWindow>true</waitForWindow>
15 <timeout>60</timeout>
16 <timeoutErr>true</timeoutErr>
17 </splash>
18</launch4jConfig>
Note: See TracBrowser for help on using the repository browser.