summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-05-02 14:20:37 +0200
committerMichael Bien <[email protected]>2010-05-02 14:20:37 +0200
commit0f0b0e643c2bcef81c954a8be2b12fc2e63efb59 (patch)
tree4a291809fadf8864128e1fa1d83e5d3d284b928f /build.xml
parent37401c35717505b79ab203881b86534bb7098ee8 (diff)
parent37cd0776c665005554b81b5a0e460a68ba5d6720 (diff)
Merge branch 'master' of github.com:mbien/jocl-demos
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 18de08c..0f08760 100644
--- a/build.xml
+++ b/build.xml
@@ -9,7 +9,15 @@
<!-- in the project's Project Properties dialog box.-->
<project name="jocl-demos" default="default" basedir=".">
<description>Builds, tests, and runs the project jocl-demos.</description>
+
+ <condition property="rootrel.build" value="build">
+ <not>
+ <isset property="rootrel.build"/>
+ </not>
+ </condition>
+
<import file="nbproject/build-impl.xml"/>
+
<!--
There exist several targets which are by default empty and which can be