Added the build.properties file for Ant.
authorMarco Zanon <info@marcozanon.com>
Tue, 10 Dec 2013 10:18:38 +0000 (10:18 +0000)
committerMarco Zanon <info@marcozanon.com>
Tue, 10 Dec 2013 10:18:38 +0000 (10:18 +0000)
3.x/build.properties [new file with mode: 0644]
3.x/build.xml

diff --git a/3.x/build.properties b/3.x/build.properties
new file mode 100644 (file)
index 0000000..e69de29
index bb5278e6969598cf010a8ff46739eb7c0369f42d..d6e0285dd8a66a58509fd62eef2f6fbf421f5252 100644 (file)
@@ -2,6 +2,8 @@
 
 <project name="macaco" default="clean">
 
+    <property file="build.properties" />
+
     <target name="clean" description="Cleans up everything.">
         <delete dir="target/" />
     </target>