summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 15:14:03 +0100
committerSven Gothel <[email protected]>2011-02-23 15:14:03 +0100
commit52cf2e2add5765b120e464eb236f0d2fe33e2d30 (patch)
tree077391164df6d2be13ea0635d7f8f1e55860d083 /make/build.xml
parent6c61bb540634feb30ba965192aef1cfbf45d414d (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 5317238..836bb5a 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -309,7 +309,7 @@
- This must be called on one target.
-->
- <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}"/>