aboutsummaryrefslogtreecommitdiff
path: root/trunk/GameController/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/GameController/build.xml')
-rw-r--r--trunk/GameController/build.xml4
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>