diff options
author | Camil Staps | 2015-02-19 11:07:01 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-19 11:07:01 +0100 |
commit | 725e0dbdbe3e80649bac13f9645cd908cbd93b11 (patch) | |
tree | e1ec8c2bacd744586cff7388b4494a850d29936e /trunk/GameController/build.xml | |
parent | Added ant buildfile (diff) |
changed ant buildfile for default eclipse settings
Diffstat (limited to 'trunk/GameController/build.xml')
-rw-r--r-- | trunk/GameController/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/GameController/build.xml b/trunk/GameController/build.xml index bed4b30..31b3d59 100644 --- a/trunk/GameController/build.xml +++ b/trunk/GameController/build.xml @@ -4,7 +4,7 @@ </description> <!-- set global properties for this build --> <property name="src" location="src"/> - <property name="build" location="build"/> + <property name="build" location="bin"/> <property name="dist" location="dist"/> <target name="init"> @@ -35,4 +35,4 @@ <delete dir="${build}"/> <delete dir="${dist}"/> </target> -</project>
\ No newline at end of file +</project> |