aboutsummaryrefslogtreecommitdiffstats
path: root/make/gluegen-properties.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 19:40:44 +0100
committerSven Gothel <[email protected]>2011-02-23 19:40:44 +0100
commitb88976ac189c8154be2a8e2b748711c85a1af421 (patch)
treecaa4fcf64d03ed215d7af6e91807f698aeaa4573 /make/gluegen-properties.xml
parent1c88fd2534220a5e8eda1b4f0861ca23a9e3ef31 (diff)
fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if set
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-xmake/gluegen-properties.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml
index 76b42a1..949eadf 100755
--- a/make/gluegen-properties.xml
+++ b/make/gluegen-properties.xml
@@ -31,9 +31,7 @@
-->
<project name="GlueGen-properties" basedir=".">
- <import file="jogamp-env.xml" />
-
- <target name="gluegen.properties.load.user" depends="jogamp.env.init" unless="gluegen.user.properties.file.set">
+ <target name="gluegen.properties.load.user" unless="gluegen.user.properties.file.set">
<!-- Load the user specified properties file that defines various host
- specific paths. The user will be notified if this is does not
- exist. -->