add clean-libs target to build.xml files

This commit is contained in:
Ben Fry
2022-08-04 10:37:44 -04:00
parent 1cbcb73c57
commit a8bb758f9e
5 changed files with 35 additions and 22 deletions
+3 -1
View File
@@ -173,16 +173,18 @@
<jar basedir="bin" destfile="pde.jar" />
</target>
<target name="update" description="Update the downloaded libraries">
<target name="clean-libs" description="Remove the downloaded libraries">
<delete>
<fileset refid="ant.files" />
<fileset refid="flatlaf.files" />
<fileset refid="jna.files" />
</delete>
<!--
<antcall target="download-ant" />
<antcall target="download-flatlaf" />
<antcall target="download-jna" />
-->
</target>
<target name="clean" description="Clean the build directories">