- Timestamp:
- Dec 13, 2010 2:01:46 PM (10 years ago)
- Branches:
- master
- Children:
- 59af763
- Parents:
- f194f78
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
rf194f78 r2880d61 7 7 <property name="javac.compilerargs" value="-warn:-unchecked,raw,unused,serial" /> 8 8 --> 9 <!-- Add Apache Harmony's Pack200 library if you don't have java.util.jar.Pack200 10 See core/java/src/net/i2p/util/FileUtil.java for code changes required 11 to use this library instead of Sun's version. 12 Or to comment it all out if you don't have either. 9 <!-- Additional classpath. No longer required; we find pack200 classes at runtime. 10 See core/java/src/net/i2p/util/FileUtil.java for more info. 13 11 --> 14 12 <!--
Note: See TracChangeset
for help on using the changeset viewer.