2011-09-03 16:39:12 +02:00
|
|
|
<launch4jConfig>
|
|
|
|
<dontWrapJar>true</dontWrapJar>
|
|
|
|
<headerType>console</headerType>
|
|
|
|
<jar>hebdobot.jar</jar>
|
|
|
|
<outfile>target/hebdobot/hebdobot.exe</outfile>
|
|
|
|
<chdir>.</chdir>
|
|
|
|
<priority>normal</priority>
|
|
|
|
<downloadUrl>http://java.com/download</downloadUrl>
|
|
|
|
<customProcName>false</customProcName>
|
|
|
|
<stayAlive>false</stayAlive>
|
|
|
|
<icon>hebdobot.ico</icon>
|
|
|
|
<classPath>
|
2017-12-14 21:57:51 +01:00
|
|
|
<mainClass>org.april.hebdobot.Bot</mainClass>
|
2011-09-03 16:39:12 +02:00
|
|
|
<cp>lib/*</cp>
|
|
|
|
</classPath>
|
|
|
|
<jre>
|
2017-12-14 21:57:51 +01:00
|
|
|
<minVersion>1.7.0</minVersion>
|
2011-09-03 16:39:12 +02:00
|
|
|
<jdkPreference>preferJre</jdkPreference>
|
|
|
|
</jre>
|
|
|
|
</launch4jConfig>
|