]> git.pld-linux.org Git - packages/apache-tomcat.git/blobdiff - apache-tomcat-no-connectors.patch
- still some connectors needed
[packages/apache-tomcat.git] / apache-tomcat-no-connectors.patch
index 9a922bd2340c2b2840d233db9a6239e05d28a5d8..dc34597b9146f732f04e2b6e630700ba8cc80cf5 100644 (file)
  
      <!-- <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
      <copy todir="${tomcat.build}/common/lib" file="${ant-launcher.jar}"/> -->
-@@ -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}"/>
--    <mkdir  dir="${tomcat.dist}/src/${jtc.project}"/>
-+    <!--<mkdir  dir="${tomcat.dist}/src/${jtc.project}"/>-->
-     <mkdir  dir="${tomcat.dist}/src/${jasper.project}"/>
-     <!-- Main build file -->
-@@ -1420,6 +1423,7 @@
+@@ -1420,6 +1421,7 @@
      </copy>
  
      <!-- tomcat connectors source -->
@@ -41,7 +19,7 @@
      <copy todir="${tomcat.dist}/src/${jtc.project}">
        <fileset dir="${jtc.home}">
          <exclude name="coyote/build/**"/>
-@@ -1431,6 +1435,7 @@
+@@ -1431,6 +1433,7 @@
          <exclude name="build.properties"/>
        </fileset>
      </copy>
This page took 0.032782 seconds and 4 git commands to generate.