From 96c18e0bf427ea42cbffe2cfd883ba4ed4a7128b Mon Sep 17 00:00:00 2001 From: buraq Date: Thu, 30 Oct 2003 07:46:47 +0000 Subject: need only one build.xml file to build and test ... need only one build.xml file to build and test the scala ant task --- support/ant/build.xml | 27 +++++++++++++++++++++------ support/ant/test.xml | 36 ------------------------------------ 2 files changed, 21 insertions(+), 42 deletions(-) delete mode 100644 support/ant/test.xml diff --git a/support/ant/build.xml b/support/ant/build.xml index ffaa5c7067..25e6c03772 100644 --- a/support/ant/build.xml +++ b/support/ant/build.xml @@ -8,16 +8,16 @@ - + + - - + classname="jaco.pizza.AntTask"/> - + @@ -31,10 +31,25 @@ + + + + + + + + + + + + - + diff --git a/support/ant/test.xml b/support/ant/test.xml deleted file mode 100644 index d171ae6481..0000000000 --- a/support/ant/test.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3