diff options
author | Sven Gothel <[email protected]> | 2010-04-22 02:39:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-22 02:39:29 +0200 |
commit | abb81ea5efc0d85b733771c2f322325ed564a169 (patch) | |
tree | 8ac71e74d0fa64ee26f6df5f026efe138ef2b26b /build.xml | |
parent | 2c85c416d85205ab98b33e1a0b0daab32d4d81ff (diff) |
Add the property rootrel.build (used in gluegen/jogl)
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |