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