Commit a008f3c4 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3288 b35dd754-fafc-0310-a699-88a17e54d16e
parent de5db5a7
......@@ -678,8 +678,6 @@
<!-- Pack200 processing on JAR files in lib dir -->
<echo>here</echo>
<for param="jar">
<path>
<fileset dir="${release.out.dir}/lib" includes="*.jar" excludes="startup.jar,jdic.jar" />
......@@ -690,7 +688,6 @@
destfile="@{jar}.pack"
gzipoutput="false"
segmentlimit="-1"
modificationtime="latest"
/>
<delete file="@{jar}" />
</sequential>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment