I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 44db814d authored by zzz's avatar zzz
Browse files

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

parent 349a0126
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,8 @@ ...@@ -179,6 +179,8 @@
<target name="jar" depends="compile, jarUpToDate, listChangedFiles" unless="jar.uptodate" > <target name="jar" depends="compile, jarUpToDate, listChangedFiles" unless="jar.uptodate" >
<!-- set if unset --> <!-- set if unset -->
<property name="workspace.changes.tr" value="" /> <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" /> <copy todir="build/obj" file="resources/log4j.properties" />
<jar destfile="./jettylib/jetty-i2p.jar" basedir="./build/obj" includes="**/*.class log4j.properties" > <jar destfile="./jettylib/jetty-i2p.jar" basedir="./build/obj" includes="**/*.class log4j.properties" >
<manifest> <manifest>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment