]> git.pld-linux.org Git - packages/apache-tomcat.git/commitdiff
- still some connectors needed
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Apr 2007 20:13:12 +0000 (20:13 +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.3
    apache-tomcat-skip-jdt.patch -> 1.4

apache-tomcat-no-connectors.patch
apache-tomcat-skip-jdt.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>
index 3d72fa200bb4e903cd6e0428ce6299779cf96c09..fa0c311af94459d32409e664c3817e97b4a5620a 100644 (file)
@@ -1,63 +1,16 @@
---- apache-tomcat-5.5.23-src/build/build.xml   2007-04-12 02:31:55.729662406 +0300
-+++ apache-tomcat-5.5.23-src/build/build.xml   2007-04-12 02:32:54.410985008 +0300
-@@ -62,9 +62,9 @@
-   <property name="tomcat-dbcp.home" value="${base.path}/tomcat-deps" />
-   <property name="tomcat-dbcp.jar"
-        value="${tomcat-dbcp.home}/naming-factory-dbcp.jar"/>
--  <property name="jasper-compiler-jdt.home" value="${base.path}/tomcat-deps" />
-+   <!--<property name="jasper-compiler-jdt.home" value="${base.path}/tomcat-deps" />
-   <property name="jasper-compiler-jdt.jar"
--       value="${jasper-compiler-jdt.home}/jasper-compiler-jdt.jar"/>
-+        value="${jasper-compiler-jdt.home}/jasper-compiler-jdt.jar"/>-->
-   <!-- Some compilers will disable debugging if true. And it doesn't do anything
-        in most cases -->
-@@ -154,7 +154,7 @@
-     <!-- <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
-     <copy todir="${tomcat.build}/common/lib" file="${ant-launcher.jar}"/> -->
--    <copy todir="${tomcat.build}/common/lib" file="${jasper-compiler-jdt.jar}"/>
-+      <!--<copy todir="${tomcat.build}/common/lib" file="${jasper-compiler-jdt.jar}"/>-->
-   </target>
-   <!-- ====================== Build all components =================== -->
-@@ -660,12 +660,14 @@
+--- apache-tomcat-5.5.23-src/build/build.xml~  2007-04-19 23:08:15.507438570 +0300
++++ apache-tomcat-5.5.23-src/build/build.xml   2007-04-19 23:08:49.088179972 +0300
+@@ -660,11 +660,13 @@
  
      <antcall target="build-tomcat-dbcp" />
  
-+      <!--
++      <!--
      <antcall target="downloadzip">
        <param name="sourcefile" value="${jdt.loc}"/>
        <param name="destfile" value="${jdt.jar}"/>
        <param name="destdir" value="${base.path}"/>
      </antcall>
--    <antcall target="build-jasper-compiler-jdt" />
-+      <antcall target="build-jasper-compiler-jdt" />
-+      -->
++      -->
+     <antcall target="build-jasper-compiler-jdt" />
    </target>
  
-   <target name="build-tomcat-dbcp">
-@@ -725,12 +727,14 @@
-     </jar>
-   </target>
-+  <!--
-       <target name="build-jasper-compiler-jdt">
-        <mkdir dir="${jasper-compiler-jdt.home}"/>
-        <antcall target="-build-jasper-compiler-jdt">
-           <param name="basedir" value="${jasper-compiler-jdt.home}" />
-        </antcall>
-       </target>
-+      -->
-       <target name="-build-jasper-compiler-jdt">
-         <unjar src="${jdt.jar}" dest="${jasper-compiler-jdt.home}" />
-@@ -944,7 +948,7 @@
-     <copy todir="embed/lib">
-       <fileset dir="build/common/lib">
-         <include name="jasper-compiler.jar"/>
--        <include name="jasper-compiler-jdt.jar"/>
-+              <!--<include name="jasper-compiler-jdt.jar"/>-->
-       </fileset>
-     </copy>
This page took 0.03856 seconds and 4 git commands to generate.