]> git.pld-linux.org Git - packages/apache-tomcat.git/commitdiff
- skip more connectors build
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Apr 2007 19:15:54 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-tomcat-no-connectors.patch -> 1.2

apache-tomcat-no-connectors.patch

index d04d399977253b54b3e4afab22ca1cfa1548655b..9a922bd2340c2b2840d233db9a6239e05d28a5d8 100644 (file)
@@ -1,5 +1,5 @@
---- apache-tomcat-5.5.23-src/build/build.xml~  2007-04-18 00:09:13.236214762 +0300
-+++ apache-tomcat-5.5.23-src/build/build.xml   2007-04-18 00:09:15.076256315 +0300
+--- apache-tomcat-5.5.23-src/build/build.xml   2007-04-18 00:09:15.076256315 +0300
++++ apache-tomcat-5.5.23-src/build/build.xml   2007-04-19 22:15:14.256788067 +0300
 @@ -149,8 +149,9 @@
      <copy todir="${tomcat.build}/bin" file="${commons-daemon.jsvc.tar.gz}"
              failonerror="false" />
  
      <!-- <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
      <copy todir="${tomcat.build}/common/lib" file="${ant-launcher.jar}"/> -->
-@@ -1369,7 +1370,7 @@
+@@ -570,10 +571,12 @@
+   <target name="build" depends="init"
+           description="Builds all components">
++<!--
+     <antcall target="build-tomcatapr"/>
+     <antcall target="build-tomcatutil"/>
+     <antcall target="build-tomcatcoyote"/>
+     <antcall target="build-tomcathttp11"/>
++-->
+     <antcall target="build-catalina"/>
+@@ -1369,7 +1372,7 @@
      <mkdir  dir="${tomcat.dist}/src/${api.project}"/>
      <mkdir  dir="${tomcat.dist}/src/${tomcat.project}"/>
      <mkdir  dir="${tomcat.dist}/src/${catalina.project}"/>
@@ -20,7 +33,7 @@
      <mkdir  dir="${tomcat.dist}/src/${jasper.project}"/>
  
      <!-- Main build file -->
-@@ -1420,6 +1421,7 @@
+@@ -1420,6 +1423,7 @@
      </copy>
  
      <!-- tomcat connectors source -->
@@ -28,7 +41,7 @@
      <copy todir="${tomcat.dist}/src/${jtc.project}">
        <fileset dir="${jtc.home}">
          <exclude name="coyote/build/**"/>
-@@ -1431,6 +1433,7 @@
+@@ -1431,6 +1435,7 @@
          <exclude name="build.properties"/>
        </fileset>
      </copy>
This page took 0.058208 seconds and 4 git commands to generate.