diff --git a/tomcat-9.0-osgi-build.patch b/tomcat-9.0-osgi-build.patch index cc0ce1b..cc13d47 100644 --- a/tomcat-9.0-osgi-build.patch +++ b/tomcat-9.0-osgi-build.patch @@ -1,8 +1,19 @@ ---- apache-tomcat-9.0.75-src/build.xml 2023-05-22 18:12:16.995658642 +0200 -+++ apache-tomcat-9.0.75-src/build.xml 2023-05-22 19:41:42.051370923 +0200 -@@ -215,10 +215,10 @@ +--- apache-tomcat-9.0.91-src/build.xml 2024-07-08 18:21:26.161496515 +0200 ++++ apache-tomcat-9.0.91-src/build.xml 2024-07-08 18:30:43.722334075 +0200 +@@ -226,11 +226,21 @@ + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ - @@ -12,16 +23,15 @@ -@@ -3845,6 +3845,12 @@ - - - -+ -+ -+ -+ -+ -+ - +@@ -3960,10 +3970,6 @@ + + +- +- +- +- + + +Only in apache-tomcat-9.0.91-src: build.xml.orig diff --git a/tomcat.changes b/tomcat.changes index 41b908f..09c42aa 100644 --- a/tomcat.changes +++ b/tomcat.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 8 16:34:38 UTC 2024 - Fridrich Strba + +- Modified patch: + * tomcat-9.0-osgi-build.patch + + move the definition of bnd.classpath out of the setup-bnd task + since it is one component in build.classpath + ------------------------------------------------------------------- Mon Jul 8 14:54:54 UTC 2024 - Ricardo Mestre