tomcat/tomcat-build.patch

13 lines
532 B
Diff
Raw Normal View History

2020-02-28 20:54:21 -05:00
--- tomcat/build.xml.orig 2018-08-07 10:32:04.994403913 -0400
+++ tomcat/build.xml 2018-08-07 10:32:30.874319588 -0400
@@ -2989,6 +2989,9 @@ Read the Building page on the Apache Tom
<path id="bndlib.classpath">
<fileset file="${bnd.jar}" />
<fileset file="${bndlib.jar}" />
+ <fileset file="${bndlibg.jar}" />
+ <fileset file="${bndannotation.jar}" />
+ <fileset file="${slf4j-api.jar}" />
</path>
<taskdef resource="aQute/bnd/ant/taskdef.properties" classpathref="bndlib.classpath" />