From dad527c000d951a4c0021f6d828a52021fec258a Mon Sep 17 00:00:00 2001 From: Charles Ofoegbu Date: Tue, 9 Dec 2014 14:56:56 +0000 Subject: [PATCH] added ant build file -> build/build.xml --- .gitignore | 7 +- build/build.xml | 361 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 367 insertions(+), 1 deletion(-) create mode 100644 build/build.xml diff --git a/.gitignore b/.gitignore index e883e9e..91b6b83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ .project /bin -/build +/build/build +/build/deploy +/build/dist +/build/externalLibs +/build/project +/build/projectRefs .DS_Store /.com.apple.timemachine.supported .gitattributes diff --git a/build/build.xml b/build/build.xml new file mode 100644 index 0000000..5d8a384 --- /dev/null +++ b/build/build.xml @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.2