From c4dc6ba6c66e1fe443ad54c5a7e4213284d22fb8 Mon Sep 17 00:00:00 2001 From: Marco Zanon <info@marcozanon.com> Date: Tue, 10 Dec 2013 10:18:38 +0000 Subject: [PATCH] Added the build.properties file for Ant. --- build.properties | 0 build.xml | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 build.properties diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..e69de29 diff --git a/build.xml b/build.xml index bb5278e..d6e0285 100644 --- a/build.xml +++ b/build.xml @@ -2,6 +2,8 @@ <project name="macaco" default="clean"> + <property file="build.properties" /> + <target name="clean" description="Cleans up everything."> <delete dir="target/" /> </target> -- 2.30.2