summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-05-08 23:19:50 +0200
committerMichael Bien <[email protected]>2010-05-08 23:19:50 +0200
commit8a7c4ac5cea58cad873e4ec4e429c84649e09995 (patch)
tree2ac48e7c8f0d8350c354bfaefc8a3fcb1bf0de4f /build.xml
parent7c2f3be4b70ebd1892beed4802aed109127d7a3f (diff)
build imports now an optional property file (<user home>/jocl.properties).
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 7cf9c3eb..7ecfd60f 100644
--- a/build.xml
+++ b/build.xml
@@ -5,6 +5,8 @@
<description>Builds, tests, and runs the project JOCL.</description>
+ <property file="${user.home}/jocl.properties"/>
+
<condition property="rootrel.build" value="build">
<not>
<isset property="rootrel.build"/>