From da8b95f723a36a5289b6e53cb91123f8333ef75f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 16 May 2016 17:53:37 -0400 Subject: [PATCH] fixes for ant clean --- build/build.xml | 8 +++++--- todo.txt | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/build/build.xml b/build/build.xml index 798f4f360..a27add870 100644 --- a/build/build.xml +++ b/build/build.xml @@ -471,7 +471,9 @@ - + + + @@ -736,8 +738,8 @@ + - @@ -1010,8 +1012,8 @@ + - diff --git a/todo.txt b/todo.txt index 0b064fa33..8175cb4ab 100644 --- a/todo.txt +++ b/todo.txt @@ -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