diff options
author | Sven Gothel <[email protected]> | 2011-02-23 02:39:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 02:39:09 +0100 |
commit | 32059c88643fbf34ae05e5615d6b27b3313cafe5 (patch) | |
tree | 24a2a0c09ec62248420fc46d243101d89b0cb7f9 /make/gluegen-properties.xml | |
parent | 96a5e82f30e01daba2cf27dcd9cdaa30992d1975 (diff) |
Use NODE_NAME env var to determine test archive
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-x | make/gluegen-properties.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml index 949eadf..5bb4b61 100755 --- a/make/gluegen-properties.xml +++ b/make/gluegen-properties.xml @@ -32,6 +32,7 @@ <project name="GlueGen-properties" basedir="."> <target name="gluegen.properties.load.user" unless="gluegen.user.properties.file.set"> + <property environment="env" /> <!-- Load the user specified properties file that defines various host - specific paths. The user will be notified if this is does not - exist. --> |