]> git.pld-linux.org Git - packages/apache-tomcat.git/blob - apache-tomcat-skip-servletapi.patch
- as servletapi.build.notrequired=true and jspapi.build.notrequired=true do not
[packages/apache-tomcat.git] / apache-tomcat-skip-servletapi.patch
1 --- apache-tomcat-5.5.23-src/build/build.xml~   2007-03-05 17:27:32.000000000 +0200
2 +++ apache-tomcat-5.5.23-src/build/build.xml    2007-04-12 00:29:27.044280476 +0300
3 @@ -649,8 +649,8 @@
4  
5    <target name="build-depends" depends="init"
6            description="Builds various dependent components - APIs, commons-el, commons-modeler, daemon">
7 -    <antcall target="build-servletapi"/>
8 -    <antcall target="build-jspapi"/>
9 +    <!-- <antcall target="build-servletapi"/> -->
10 +    <!-- <antcall target="build-jspapi"/> -->
11  
12      <!-- <antcall target="build-commons-modeler" /> -->
13      <!-- <antcall target="build-commons-daemon"  /> -->
This page took 0.073108 seconds and 4 git commands to generate.