mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
adding a separate target so that jogl binaries are not killed by accident
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
<delete dir="bin" />
|
||||
<delete dir="bin-test" />
|
||||
<delete file="library/core.jar" />
|
||||
</target>
|
||||
|
||||
<target name="clean-jogl" description="Clean out the JOGL binaries">
|
||||
<delete>
|
||||
<fileset dir="library" includes="gluegen-rt*.jar" />
|
||||
<fileset dir="library" includes="jogl-all*.jar" />
|
||||
|
||||
Reference in New Issue
Block a user