aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2007-04-06 23:33:34 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2007-04-06 23:33:34 +0000
commit63aa3814523097080f2558f45a14e90fb1a9ed88 (patch)
treeb5313e7f28b7e423640a3587ff73faf3719132c6
parent674d8ceefc57439b5dbd6d374ddae66252b05019 (diff)
Don't compress executable jar file
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 04a004f..23ee2c4 100644
--- a/build.xml
+++ b/build.xml
@@ -98,7 +98,7 @@
<jar jarfile="${output.jar}"
manifest="manifest.mf"
update="no"
- compress="true">
+ compress="false">
<fileset dir="${build}/classes" includes="org/**/*"/>
</jar>
</target>