* Installer: Disable pack200 in updater again, doesn't work

on Java 1.5
    * Remove jetty from updater - it's been in for a few
      releases, and i2psnark now has its own listHTML method
This commit is contained in:
zzz
2010-06-01 14:01:21 +00:00
parent f9e4b1a56b
commit 24264548a6
4 changed files with 24 additions and 4 deletions

View File

@ -9,11 +9,14 @@
<author name="I2P" email="http://forum.i2p2.de/"/>
</authors>
<url>http://www.i2p2.de/</url>
<javaversion>1.5</javaversion>
<!-- use pack200 compression, saves about 33%
see http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html
-->
Unpack fails on java 1.5
see http://jira.codehaus.org/browse/IZPACK-404
<pack200 />
-->
<!-- adding this element will make the installer attempt to launch itself with administrator permissions,
but see http://www.nabble.com/Classpath-security-issues-on-Vista-td22456230.html