diff options
author | Sven Gothel <[email protected]> | 2011-02-23 15:13:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 15:13:37 +0100 |
commit | e3e59d2f83b6685f97d8b380f7a23d617bde65e4 (patch) | |
tree | dc3a67d51b45e12f50c01e2595774943cc53fdd3 | |
parent | 2ecb62d83db2f1309eae8a639c236c517dcbf846 (diff) |
Inverse build attribute build.noarchive -> build.archiveon
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index ed36a8d..f2d35b1 100644 --- a/make/build.xml +++ b/make/build.xml @@ -693,7 +693,7 @@ - This must be called after all of the build targets complete. --> - <target name="developer-zip-archive" depends="init" unless="build.noarchives"> + <target name="developer-zip-archive" depends="init" if="build.archiveon"> <delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" /> <mkdir dir="${archive}" /> <copy file="${build}/artifact.properties" todir="${archive}"/> |