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-test.xml | |
parent | ef0ee0c8fcb794d0c81e37eee87cb5c7b281fc7a (diff) |
Inverse build attribute build.noarchive -> build.archiveon
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index e8f3b49a3..1f7483aa4 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -55,7 +55,7 @@ <!-- Clean the results --> <delete quiet="true"> <fileset dir="${results.test}" includes="**"/> - <fileset file="${build}/${test.archive.name}.7z"/> + <fileset file="${build.path}/${test.archive.name}.7z"/> </delete> <mkdir dir="${results.test}" /> @@ -385,7 +385,7 @@ <!-- updates / create the test results zip file --> <target name="test-zip-archive" depends="declare.common"> - <archive.7z destfile="${build}/${test.archive.name}.7z" + <archive.7z destfile="${build.path}/${test.archive.name}.7z" basedir="${results.test}" includes="**" /> </target> |