summaryrefslogtreecommitdiffstats
path: root/make/build.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.xml
parentef0ee0c8fcb794d0c81e37eee87cb5c7b281fc7a (diff)
Inverse build attribute build.noarchive -> build.archiveon
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index aee9509bd..1b3107993 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -116,7 +116,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}" />