]> git.pld-linux.org Git - packages/tomcat.git/blame - jcl.patch
Up to 7.0.109; 7.x series is EOL now
[packages/tomcat.git] / jcl.patch
CommitLineData
467312f0
ER
1revert part of inheritAll=false
2https://bz.apache.org/bugzilla/show_bug.cgi?id=56988
3
4otherwise deps for jcl build don't get set
5
6--- tc7.0.x/build.xml~ 2015-07-26 22:42:44.873164872 +0300
7+++ tc7.0.x/build.xml 2015-07-26 22:53:44.930780044 +0300
60f80b6f 8@@ -1715,7 +1715,7 @@
467312f0
ER
9
10 <ant antfile="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src/build2.xml"
11 dir="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src"
60f80b6f
AM
12- inheritAll="false" target="compile" >
13+ inheritAll="true" target="compile" >
14 <property name="source.version" value="${logging.compile.source}" />
15 <property name="target.version" value="${logging.compile.target}" />
16 </ant>
17
This page took 0.070139 seconds and 4 git commands to generate.