delete jettylib on distclean to ensure we get the new jetty
This commit is contained in:
@ -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" />
|
||||||
|
Reference in New Issue
Block a user