]> git.pld-linux.org Git - packages/apache-tomcat.git/blob - apache-tomcat-no-connectors.patch
- add status
[packages/apache-tomcat.git] / apache-tomcat-no-connectors.patch
1 --- apache-tomcat-5.5.23-src/build/build.xml    2007-04-18 00:09:15.076256315 +0300
2 +++ apache-tomcat-5.5.23-src/build/build.xml    2007-04-19 22:15:14.256788067 +0300
3 @@ -149,8 +149,9 @@
4      <copy todir="${tomcat.build}/bin" file="${commons-daemon.jsvc.tar.gz}"
5              failonerror="false" />
6  
7 +       <!--
8      <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
9 -            file="${tomcat-native.tar.gz}" />
10 +            file="${tomcat-native.tar.gz}" />-->
11  
12      <!-- <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
13      <copy todir="${tomcat.build}/common/lib" file="${ant-launcher.jar}"/> -->
14 @@ -1420,6 +1421,7 @@
15      </copy>
16  
17      <!-- tomcat connectors source -->
18 +       <!--
19      <copy todir="${tomcat.dist}/src/${jtc.project}">
20        <fileset dir="${jtc.home}">
21          <exclude name="coyote/build/**"/>
22 @@ -1431,6 +1433,7 @@
23          <exclude name="build.properties"/>
24        </fileset>
25      </copy>
26 +       -->
27    </target>
28  
29  
This page took 0.03787 seconds and 3 git commands to generate.