tomcat/tomcat-9.0-osgi-build.patch
Matei Albu d682f2528e Accepting request 789762 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.33. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.33_(markt)
- Notable fix: corrected a regression in the improvements to HTTP 
  header parsing (bsc#1167438)
- Rebased patches:
  * tomcat-9.0-javadoc.patch
  * tomcat-9.0-osgi-build.patch
  * tomcat-9.0.31-java8compat.patch

OBS-URL: https://build.opensuse.org/request/show/789762
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=197
2020-03-30 12:36:04 +00:00

15 lines
606 B
Diff

Index: apache-tomcat-9.0.33-src/build.xml
===================================================================
--- apache-tomcat-9.0.33-src.orig/build.xml
+++ apache-tomcat-9.0.33-src/build.xml
@@ -3316,6 +3316,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" />