aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-02-02 18:52:13 +0100
committerMichael Bien <[email protected]>2011-02-02 18:52:13 +0100
commitbb3f5c6648c58ecc535b8a94fb30792b2950ca87 (patch)
tree635b9cbdd146a957c52582c3699beda73607cfd7
parentf132421cf81e924f6b22cc4afc3733e42422eda6 (diff)
don't package a zip if c.dont.compile is true.
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a1aee1ff..bbbf2c9d 100644
--- a/build.xml
+++ b/build.xml
@@ -117,7 +117,7 @@
</target>
- <target name="-post-jar" depends="jar.natives,tag.build">
+ <target name="-post-jar" depends="jar.natives,tag.build" unless="c.dont.compile">
<!-- don't know how to get rid of the NetBeans readme file -->
<delete file="${dist.dir}/README.TXT"/>