View | Details | Raw Unified | Return to bug 56988
Collapse All | Expand All

(-)build.xml (-3 / +1 lines)
Lines 827-835 Link Here
827
      <param name="destfile" value="${commons-dbcp.home}/build.xml" />
827
      <param name="destfile" value="${commons-dbcp.home}/build.xml" />
828
    </antcall>
828
    </antcall>
829
    <mkdir dir="${tomcat-dbcp.home}"/>
829
    <mkdir dir="${tomcat-dbcp.home}"/>
830
    <antcall target="build-tomcat-dbcp">
830
    <antcall target="build-tomcat-dbcp" />
831
      <param name="basedir" value="${tomcat-dbcp.home}" />
832
    </antcall>
833
831
834
    <!-- Download JDT (Eclipse compiler) -->
832
    <!-- Download JDT (Eclipse compiler) -->
835
    <antcall target="downloadfile-2">
833
    <antcall target="downloadfile-2">
(-)extras.xml (-1 / +1 lines)
Lines 182-188 Link Here
182
182
183
    <ant antfile="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src/build2.xml"
183
    <ant antfile="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src/build2.xml"
184
         dir="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src"
184
         dir="${tomcat.extras}/logging/commons-logging-${commons-logging.version}-src"
185
         target="compile" />
185
         inheritAll="false" target="compile" />
186
186
187
    <jar jarfile="${tomcat-juli.jar}"
187
    <jar jarfile="${tomcat-juli.jar}"
188
         manifest="${tomcat.manifests}/default.manifest" >
188
         manifest="${tomcat.manifests}/default.manifest" >

Return to bug 56988