diff options
author | Sven Gothel <[email protected]> | 2011-02-23 18:14:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 18:14:53 +0100 |
commit | 1c88fd2534220a5e8eda1b4f0861ca23a9e3ef31 (patch) | |
tree | e69d54266dbcf6dc3aeb7e781249058935749ae5 /make/gluegen-properties.xml | |
parent | e3e59d2f83b6685f97d8b380f7a23d617bde65e4 (diff) |
Intro jogamp-env.xml to parse common env properties ; Fix archive.7z: use abs path
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-x | make/gluegen-properties.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml index 5bb4b61..76b42a1 100755 --- a/make/gluegen-properties.xml +++ b/make/gluegen-properties.xml @@ -31,8 +31,9 @@ --> <project name="GlueGen-properties" basedir="."> - <target name="gluegen.properties.load.user" unless="gluegen.user.properties.file.set"> - <property environment="env" /> + <import file="jogamp-env.xml" /> + + <target name="gluegen.properties.load.user" depends="jogamp.env.init" 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. --> |