You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-servers/tomcat/files/tomcat-9.0.37-fix-build-rew...

14 lines
513 B

diff --git a/build.xml b/build.xml
index 9ba357b..352e141 100644
--- 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>