diff options
author | Michael Bien <[email protected]> | 2011-02-02 18:52:13 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-02-02 18:52:13 +0100 |
commit | bb3f5c6648c58ecc535b8a94fb30792b2950ca87 (patch) | |
tree | 635b9cbdd146a957c52582c3699beda73607cfd7 /build.xml | |
parent | f132421cf81e924f6b22cc4afc3733e42422eda6 (diff) |
don't package a zip if c.dont.compile is true.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"/> |