diff options
author | Sven Gothel <[email protected]> | 2010-12-13 12:35:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 12:35:53 +0100 |
commit | 712dc23aa1621277070fc8b1fc4b746ab8823c8b (patch) | |
tree | 708887a30480453869888690ad1f9bbbcb28f797 | |
parent | 70b648f9c8fa9c9cb302b9bbb06820a3cf23d71f (diff) |
Oops .. rootrel.build was too late defined
-rwxr-xr-x | make/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml index ec0ca0d..072a5b2 100755 --- a/make/build.xml +++ b/make/build.xml @@ -40,9 +40,6 @@ <property name="project.root" value=".." /> - <property name="gluegen.root" value="${project.root}/../gluegen" /> - <property name="gluegen.build" value="${gluegen.root}/${rootrel.build}" /> - <condition property="rootrel.build" value="build"> <not> <isset property="rootrel.build"/> @@ -50,6 +47,9 @@ </condition> <property name="build" location="${project.root}/${rootrel.build}" /> + <property name="gluegen.root" value="${project.root}/../gluegen" /> + <property name="gluegen.build" value="${gluegen.root}/${rootrel.build}" /> + <property file="${build}/artifact.properties"/> <property name="joal.build.number" value="manual-build"/> <property name="joal.build.id" value="${version.timestamp}"/> |