From 9ec1b53622082de5a64775a38558cc7777280aaf Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:49:29 +0000 Subject: [PATCH] 2002/07/30 19:44:52 darcs-hash:20040130064929-2ba56-303d0e5a69003afa5413c857054660220f9a61c3.gz --- AUTHORS | 2 ++ CHANGES | 2 ++ build.xml | 24 +++++++++++++++++++----- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 50deaf1..efde1d1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,3 +11,5 @@ [david] David Crawshaw - Fixes to slider.xwt +[corey] Corey Jewett + - Patch to make build.xml not depend on task \ No newline at end of file diff --git a/CHANGES b/CHANGES index 6c8ee61..e4869d6 100644 --- a/CHANGES +++ b/CHANGES @@ -311,3 +311,5 @@ 25-Jul megacz Box.java: fixed bug related to adding/removing boxes +30-Jul corey build.xml: patch to make build.xml not depend on + diff --git a/build.xml b/build.xml index 1eb3199..7e30af2 100644 --- a/build.xml +++ b/build.xml @@ -18,11 +18,25 @@ - - find . -name \*\~ | xargs rm -f - find . -name \#\*\# | xargs rm -f - rm -rf bin-* bin - + + + + + + + + + + + + + + + + + + + -- 1.7.10.4