Files
i2p.i2p/installer/i2pinstaller.xml
zzz 001b127258 * Jetty:
- 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
2014-02-03 23:24:45 +00:00

21 lines
481 B
XML

<launch4jConfig>
<headerType>0</headerType>
<jar>../install.jar</jar>
<outfile>../i2pinstall.exe</outfile>
<errTitle>I2P Installer</errTitle>
<chdir>.</chdir>
<customProcName>false</customProcName>
<icon>resources/console.ico</icon>
<jre>
<minVersion>1.6.0</minVersion>
</jre>
<!--
<splash>
<file>splash.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
-->
</launch4jConfig>