Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 30 Apr 2010 09:56:35 +0000 (09:56 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 30 Apr 2010 09:56:35 +0000 (09:56 +0000)
Do not use indexing when packing Tomcat JARs.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@939612 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 2b7f455..cdad79a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -2077,7 +2077,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
     <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 -->