diff options
author | Sven Gothel <[email protected]> | 2011-02-23 15:13:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 15:13:56 +0100 |
commit | 2ac4006de0af87a87bc4f37abb3ba763379da207 (patch) | |
tree | 059f6cab258a9208bfcd289bab9b83608c16848f /make/build-common.xml | |
parent | ef0ee0c8fcb794d0c81e37eee87cb5c7b281fc7a (diff) |
Inverse build attribute build.noarchive -> build.archiveon
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index 71ee4c238..7b168773e 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -39,6 +39,7 @@ <!-- Set the project root directory to be up one directory. --> <property name="project.root" value=".." /> <property name="build" value="${project.root}/${rootrel.build}" /> + <property name="build.path" location="${build}"/> <!-- absolute path --> <property name="src" value="${project.root}/src" /> <property name="lib" value="${build}/lib" /> <property name="jar" value="${build}/jar" /> |