diff options
-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"/> |