summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-06-09 17:09:25 +0200
committerSven Gothel <[email protected]>2011-06-09 17:09:25 +0200
commit1d614e360b2018c7f4b70ebf2c9322cae5cc9c7f (patch)
treeb5ab405cdee2bcf80cc2a72189d1eb6b3ac9f3f3
parent434619d326844117d498045fd8f7c62952bc681f (diff)
src-zip: no compression to benefit from xz/7z compression
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index be6b3d7..d26beec 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -734,7 +734,7 @@
<!--delete includeEmptyDirs="true" quiet="true" failonerror="false">
<fileset dir="${build}" includes="gluegen-java-src.zip" />
</delete-->
- <zip destfile="${build}/gluegen-java-src.zip">
+ <zip destfile="${build}/gluegen-java-src.zip" level="0">
<fileset dir="${src.java}"/>
<fileset dir="${build}/gensrc/java"/>
</zip>