mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add clean-libs target to build.xml files
This commit is contained in:
+3
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user