]> git.pld-linux.org Git - packages/tomcat.git/blobdiff - jcl.patch
revert part of r1625606 to be able to build commons logging extras
[packages/tomcat.git] / jcl.patch
diff --git a/jcl.patch b/jcl.patch
new file mode 100644 (file)
index 0000000..89c8709
--- /dev/null
+++ b/jcl.patch
@@ -0,0 +1,16 @@
+revert part of inheritAll=false
+https://bz.apache.org/bugzilla/show_bug.cgi?id=56988
+
+otherwise deps for jcl build don't get set
+
+--- tc7.0.x/build.xml~ 2015-07-26 22:42:44.873164872 +0300
++++ tc7.0.x/build.xml  2015-07-26 22:53:44.930780044 +0300
+@@ -1613,7 +1613,7 @@
+     <ant antfile="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src/build2.xml"
+          dir="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src"
+-         inheritAll="false" target="compile" />
++         inheritAll="true" target="compile" />
+     <jar jarfile="${tomcat-juli-extras.jar}"
+          manifest="${tomcat.manifests}/default.manifest"
This page took 0.05532 seconds and 4 git commands to generate.