fixes for ant clean

This commit is contained in:
Ben Fry
2016-05-16 17:53:37 -04:00
parent 3a4811c63d
commit da8b95f723
2 changed files with 8 additions and 5 deletions
+5 -3
View File
@@ -471,7 +471,9 @@
<target name="macosx-clean" depends="subprojects-clean" description="Clean Mac OS X build">
<delete dir="macosx/work" />
<delete file="macosx/processing-*.dmg" />
<delete>
<fileset dir="macosx" includes="processing-*zip" />
</delete>
</target>
<target name="macosx-check-os" unless="macosx">
@@ -736,8 +738,8 @@
<!-- - - - - - - - -->
<target name="linux-clean" depends="subprojects-clean" description="Clean linux version">
<delete dir="linux/work" />
<delete>
<fileset dir="linux" includes="work" />
<fileset dir="linux" includes="processing-*tgz" />
</delete>
</target>
@@ -1010,8 +1012,8 @@
<target name="windows-clean" depends="subprojects-clean"
description="Clean windows version">
<delete dir="windows/work" />
<delete>
<fileset dir="windows" includes="work" />
<fileset dir="windows" includes="processing-*zip" />
</delete>
</target>
+3 -2
View File
@@ -2,8 +2,9 @@
X Out of date Modes will hang Processing 3 on startup or when changing Modes
X Prevent bad Mode from taking down the environment
X https://github.com/processing/processing/issues/4467
_ remove work folder on linux/windows with ant clean
X fix up "ant clean" task
X remove work folder on linux and windows
X remove macosx dist zips
contribs
X Undo is a little "jerky" in insert mode