aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 15:13:56 +0100
committerSven Gothel <[email protected]>2011-02-23 15:13:56 +0100
commit2ac4006de0af87a87bc4f37abb3ba763379da207 (patch)
tree059f6cab258a9208bfcd289bab9b83608c16848f /make/build-common.xml
parentef0ee0c8fcb794d0c81e37eee87cb5c7b281fc7a (diff)
Inverse build attribute build.noarchive -> build.archiveon
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml1
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" />