summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-22 02:39:29 +0200
committerSven Gothel <[email protected]>2010-04-22 02:39:29 +0200
commitabb81ea5efc0d85b733771c2f322325ed564a169 (patch)
tree8ac71e74d0fa64ee26f6df5f026efe138ef2b26b /build.xml
parent2c85c416d85205ab98b33e1a0b0daab32d4d81ff (diff)
Add the property rootrel.build (used in gluegen/jogl)
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