forked from I2P_Developers/i2p.i2p
- Update to Jetty 8.x, Servlet 3.0, JSP 2.2 - Require Java 6 - Use Servlet and JSP jars from Jetty instead of Tomcat - Tomcat remains at 6.0.37 supporting Servlet 2.5 / JSP 2.1 - Remove Jetty dependency in console error pages - Build files for Jetty 8.1.14 - Doc updates - Delete Jetty 7.6.14 - Jetty 8.1.14 not yet checked in, waiting to see if a new version is released soon, but build will download it for testing
24 lines
744 B
XML
24 lines
744 B
XML
<launch4jConfig>
|
|
<headerType>0</headerType>
|
|
<jar>../build/launchi2p.jar</jar>
|
|
<outfile>../build/i2p.exe</outfile>
|
|
<errTitle>I2P</errTitle>
|
|
<chdir>.</chdir>
|
|
<customProcName>false</customProcName>
|
|
<icon>resources/start.ico</icon>
|
|
<jre>
|
|
<minVersion>1.6.0</minVersion>
|
|
<!--
|
|
<minHeapSize>64</minHeapSize>
|
|
-->
|
|
<maxHeapSize>128</maxHeapSize>
|
|
<args>-Djava.library.path=.;lib -DloggerFilenameOverride=logs/log-router-@.txt -Dorg.mortbay.http.Version.paranoid=true -Dorg.mortbay.util.FileResource.checkAliases=false</args>
|
|
</jre>
|
|
<splash>
|
|
<file>resources/i2plogo.bmp</file>
|
|
<waitForWindow>false</waitForWindow>
|
|
<timeout>10</timeout>
|
|
<timeoutErr>false</timeoutErr>
|
|
</splash>
|
|
</launch4jConfig>
|