diff options
author | Sven Gothel <[email protected]> | 2010-12-15 03:25:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 03:25:53 +0100 |
commit | 23d67dafc885bddcb81b84fbe50492bc531d4e0e (patch) | |
tree | fbf1e1332ded173cdbd9ca3c11c04bc2c8f3d7a9 /make | |
parent | d7613fc21625c999aa4609d098939f548eb42373 (diff) |
don't remove files @ test-zip-archive
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index c5dcfa500..9b32d1369 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -322,7 +322,7 @@ </target> <!-- updates / create the test results zip file --> - <target name="test-zip-archive" depends="init"> + <target name="test-zip-archive" depends="declare.common"> <zip destfile="${build}/${test.archive.name}.zip" update="true"> <zipfileset dir="${results.test}" prefix="${archive.name}/test-results"/> </zip> |