]> git.pld-linux.org Git - packages/tomcat.git/blob - jcl.patch
89c8709ea7fb7a3e94cc0e695fcec95adde8b9af
[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 @@ -1613,7 +1613,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  
15      <jar jarfile="${tomcat-juli-extras.jar}"
16           manifest="${tomcat.manifests}/default.manifest"
This page took 0.044444 seconds and 2 git commands to generate.