- Update to 9.0.39 - aqute-bnd 5.1.1 required (separate submit request) OBS-URL: https://build.opensuse.org/request/show/925884 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=223
18 lines
730 B
Diff
18 lines
730 B
Diff
Index: apache-tomcat-9.0.37-src/build.xml
|
|
===================================================================
|
|
--- apache-tomcat-9.0.37-src.orig/build.xml
|
|
+++ apache-tomcat-9.0.37-src/build.xml
|
|
@@ -3307,6 +3307,12 @@ Read the Building page on the Apache Tom
|
|
<!-- Add bnd tasks to project -->
|
|
<path id="bnd.classpath">
|
|
<fileset file="${bnd.jar}" />
|
|
+ <fileset file="${bndlib.jar}" />
|
|
+ <fileset file="${bndlibg.jar}" />
|
|
+ <fileset file="${bndannotation.jar}" />
|
|
+ <fileset file="${osgiannotation.jar}" />
|
|
+ <fileset file="${osgicmpn.jar}" />
|
|
+ <fileset file="${slf4j-api.jar}" />
|
|
</path>
|
|
|
|
<taskdef resource="aQute/bnd/ant/taskdef.properties" classpathref="bnd.classpath" />
|