From: Mart Lubbers Date: Wed, 18 Jun 2014 17:52:09 +0000 (+0200) Subject: added ant buildfile X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=a9b0b24bb30b204f65102cf8bdd9997e412ffc5b;p=co1314.git added ant buildfile --- diff --git a/.gitignore b/.gitignore index c65f2ea..a7ea31e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ build/* -build.xml dist/* *.class diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..d5a9cc0 --- /dev/null +++ b/build.xml @@ -0,0 +1,41 @@ + + + simple example build file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +