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 @@ ...@@ -678,8 +678,6 @@
<!-- Pack200 processing on JAR files in lib dir --> <!-- Pack200 processing on JAR files in lib dir -->
<echo>here</echo>
<for param="jar"> <for param="jar">
<path> <path>
<fileset dir="${release.out.dir}/lib" includes="*.jar" excludes="startup.jar,jdic.jar" /> <fileset dir="${release.out.dir}/lib" includes="*.jar" excludes="startup.jar,jdic.jar" />
...@@ -690,7 +688,6 @@ ...@@ -690,7 +688,6 @@
destfile="@{jar}.pack" destfile="@{jar}.pack"
gzipoutput="false" gzipoutput="false"
segmentlimit="-1" segmentlimit="-1"
modificationtime="latest"
/> />
<delete file="@{jar}" /> <delete file="@{jar}" />
</sequential> </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