From de8a7424cdc47f9098bb170523349b7476a4c07f Mon Sep 17 00:00:00 2001 From: Aidan Delaney Date: Wed, 23 Mar 2011 15:01:17 +0000 Subject: [PATCH] * Added an And build file --- build.properties | 3 +++ build.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 build.properties create mode 100644 build.xml diff --git a/build.properties b/build.properties new file mode 100644 index 000000000..77a64fc08 --- /dev/null +++ b/build.properties @@ -0,0 +1,3 @@ +source.dir=. +build.dir=build +dist=dist \ No newline at end of file diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..c8e20edfc --- /dev/null +++ b/build.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +