]> git.pld-linux.org Git - packages/tomcat.git/blob - jcl.patch
Up to 7.0.109; 7.x series is EOL now
[packages/tomcat.git] / jcl.patch
1 revert part of inheritAll=false
2 https://bz.apache.org/bugzilla/show_bug.cgi?id=56988
3
4 otherwise 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
8 @@ -1715,7 +1715,7 @@
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"
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.05071 seconds and 3 git commands to generate.