diff options
author | Sven Gothel <[email protected]> | 2011-02-23 02:45:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 02:45:18 +0100 |
commit | d7be09cda445a874c5f76f3121f2dbd787889c96 (patch) | |
tree | 6218aa21fcc1dfe99d0ed241cb13f4d9862f1c86 /make/build.xml | |
parent | 5a9488ddb1d5b02acbd8a153d43ba8ac3444cff3 (diff) |
Use NODE_NAME env var to determine test archive
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 3a5ce73..db092e2 100755 --- a/make/build.xml +++ b/make/build.xml @@ -38,6 +38,7 @@ </tstamp> <property name="joal.version" value="${joal_base_version}-${version.timestamp}" /> + <property environment="env" /> <property name="project.root" value=".." /> <condition property="rootrel.build" value="build"> |