From 85979776c4d32af8d02afa2f5aeb1b0aad70282e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 19 Feb 2015 18:58:40 +0100 Subject: directory structure --- GuessANumber/RandomBot/.gitignore | 1 + GuessANumber/RandomBot/build.xml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 GuessANumber/RandomBot/build.xml (limited to 'GuessANumber/RandomBot') diff --git a/GuessANumber/RandomBot/.gitignore b/GuessANumber/RandomBot/.gitignore index b630aee..5bda502 100644 --- a/GuessANumber/RandomBot/.gitignore +++ b/GuessANumber/RandomBot/.gitignore @@ -3,6 +3,7 @@ # Directories # /build/ /bin/ +/dist/ target/ # OS Files # diff --git a/GuessANumber/RandomBot/build.xml b/GuessANumber/RandomBot/build.xml new file mode 100644 index 0000000..770c483 --- /dev/null +++ b/GuessANumber/RandomBot/build.xml @@ -0,0 +1,38 @@ + + + RandomBot example for the GuessANumber game + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3