Author: jflesch Date: 2007-07-20 16:11:15 +0000 (Fri, 20 Jul 2007) New Revision: 14202
Added: trunk/apps/Thaw/images/blueBunny.ico trunk/apps/Thaw/launch4j.xml Log: Make it possible to generate a .exe with launch4j Added: trunk/apps/Thaw/images/blueBunny.ico =================================================================== (Binary files differ) Property changes on: trunk/apps/Thaw/images/blueBunny.ico ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/apps/Thaw/launch4j.xml =================================================================== --- trunk/apps/Thaw/launch4j.xml (rev 0) +++ trunk/apps/Thaw/launch4j.xml 2007-07-20 16:11:15 UTC (rev 14202) @@ -0,0 +1,28 @@ +<launch4jConfig> + <headerType>0</headerType> + <outfile>lib/Thaw.exe</outfile> + <jar>lib/Thaw.jar</jar> + <dontWrapJar>false</dontWrapJar> + + <errTitle>Thaw</errTitle> + + <stayAlive>true</stayAlive> + + <icon>images/blueBunny.ico</icon> + + <jre> + <!-- Specify one of the following or both --> + <path /> + <minVersion>1.4.2</minVersion> + </jre> + + <!-- + <splash> + <file>images/splash.bmp</file> + <waitForWindow>true</waitForWindow> + <timeout>60</timeout> + <timeoutErr>true</timeoutErr> + </splash> + --> + +</launch4jConfig>
