delete jettylib on distclean to ensure we get the new jetty

This commit is contained in:
zzz
2010-02-07 20:16:18 +00:00
parent 2a99e2a295
commit d7e90969d0

View File

@ -110,10 +110,10 @@
</target> </target>
<target name="cleandep" depends="clean" /> <target name="cleandep" depends="clean" />
<target name="distclean" depends="clean"> <target name="distclean" depends="clean">
<delete dir="./jettylib" />
<echo message="Not actually deleting the jetty libs (since they're so large)" /> <echo message="Not actually deleting the jetty libs (since they're so large)" />
</target> </target>
<target name="reallyclean" depends="distclean"> <target name="reallyclean" depends="distclean">
<delete dir="./jettylib" />
</target> </target>
<target name="totallyclean" depends="clean"> <target name="totallyclean" depends="clean">
<delete dir="./jettylib" /> <delete dir="./jettylib" />