From 255d3adf2cc68ccb37a3b4a252152a068aedbcd2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 19 Feb 2015 10:55:49 +0100 Subject: Added ant buildfile --- trunk/GameController/.gitignore | 1 + trunk/GameController/build.xml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 trunk/GameController/build.xml diff --git a/trunk/GameController/.gitignore b/trunk/GameController/.gitignore index b630aee..5bda502 100644 --- a/trunk/GameController/.gitignore +++ b/trunk/GameController/.gitignore @@ -3,6 +3,7 @@ # Directories # /build/ /bin/ +/dist/ target/ # OS Files # diff --git a/trunk/GameController/build.xml b/trunk/GameController/build.xml new file mode 100644 index 0000000..bed4b30 --- /dev/null +++ b/trunk/GameController/build.xml @@ -0,0 +1,38 @@ + + + Controls a Botleagues game + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3