From: megacz Date: Fri, 30 Jan 2004 06:49:29 +0000 (+0000) Subject: 2002/07/30 19:44:52 X-Git-Tag: RC3~1600 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=9ec1b53622082de5a64775a38558cc7777280aaf 2002/07/30 19:44:52 darcs-hash:20040130064929-2ba56-303d0e5a69003afa5413c857054660220f9a61c3.gz --- 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 - + + + + + + + + + + + + + + + + + + +