summaryrefslogtreecommitdiff
path: root/www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch
blob: e324b7602ec83ef6f87aaf298111cb13b21d35ba (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/build.xml
+++ b/build.xml
@@ -2716,7 +2716,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho
       <bndfiles >
         <pathelement location="${tomcat.bnd}/${filename}.tmp.bnd" ></pathelement>
       </bndfiles>
-    <classpath path="${gentoo.classpath}" ></classpath></bnd>
+    </bnd>
     <delete file="${jarfile}" ></delete>
     <move file="${jarfile}.tmp" tofile="${jarfile}" ></move>
   </target>