From 17b85bba9735d880938be98d2f3d056921fd17f2 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Sun, 16 Mar 2003 05:27:04 +0000 Subject: [PATCH] ANT build script. --- build/build.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 build/build.xml diff --git a/build/build.xml b/build/build.xml new file mode 100644 index 0000000..ceb0654 --- /dev/null +++ b/build/build.xml @@ -0,0 +1,75 @@ + + + This ANT build script will build the pieces that need to be distributed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file