* Pack200: Find and use either Oracle or Apache library at runtime;

neither required at compile time.
This commit is contained in:
zzz
2010-12-13 14:01:46 +00:00
parent f194f78953
commit 2880d61c1b
3 changed files with 64 additions and 17 deletions

View File

@@ -6,10 +6,8 @@
<!--
<property name="javac.compilerargs" value="-warn:-unchecked,raw,unused,serial" />
-->
<!-- Add Apache Harmony's Pack200 library if you don't have java.util.jar.Pack200
See core/java/src/net/i2p/util/FileUtil.java for code changes required
to use this library instead of Sun's version.
Or to comment it all out if you don't have either.
<!-- Additional classpath. No longer required; we find pack200 classes at runtime.
See core/java/src/net/i2p/util/FileUtil.java for more info.
-->
<!--
<property name="javac.classpath" value="/PATH/TO/pack200.jar" />