remove old jetty 5 classes in case you forgot to distclean after updating

This commit is contained in:
zzz
2012-03-04 14:28:50 +00:00
parent 349a01265f
commit 44db814ded

View File

@@ -179,6 +179,8 @@
<target name="jar" depends="compile, jarUpToDate, listChangedFiles" unless="jar.uptodate" >
<!-- set if unset -->
<property name="workspace.changes.tr" value="" />
<!-- old jetty 5 classes blow up the build if you forgot to do distclean -->
<delete dir="build/obj/org" />
<copy todir="build/obj" file="resources/log4j.properties" />
<jar destfile="./jettylib/jetty-i2p.jar" basedir="./build/obj" includes="**/*.class log4j.properties" >
<manifest>