diff options
author | Sven Gothel <[email protected]> | 2011-02-23 19:40:44 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 19:40:44 +0100 |
commit | b88976ac189c8154be2a8e2b748711c85a1af421 (patch) | |
tree | caa4fcf64d03ed215d7af6e91807f698aeaa4573 /make/gluegen-properties.xml | |
parent | 1c88fd2534220a5e8eda1b4f0861ca23a9e3ef31 (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-x | make/gluegen-properties.xml | 4 |
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. --> |