Author: kkolinko
Date: Fri Apr 30 09:56:35 2010
New Revision: 939612
URL: http://svn.apache.org/viewvc?rev=939612&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
Do not use indexing when packing Tomcat JARs.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=939612&r1=939611&r2=939612&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Apr 30 09:56:35 2010
@@ -2077,7 +2077,7 @@ Apache Tomcat ${version} native binaries
<attribute name="license" description="the NOTICE file to use"
default="${tomcat.manifests}/default.license" />
<sequential>
- <jar jarfile="@{jarfile}" manifest="@{manifest}" index="yes">
+ <jar jarfile="@{jarfile}" manifest="@{manifest}">
<fileset dir="@{filesDir}">
<patternset refid="@{filesId}"/>
<!-- Javadoc and i18n exclusions -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]