]> git.pld-linux.org Git - packages/apache-tomcat.git/blob - apache-tomcat-skip-servletapi.patch
124f5504b33588901b4aab93f0377cd198bd67c5
[packages/apache-tomcat.git] / apache-tomcat-skip-servletapi.patch
1 --- apache-tomcat-5.5.23-src/build/build.xml~   2007-04-12 00:32:27.088341587 +0300
2 +++ apache-tomcat-5.5.23-src/build/build.xml    2007-04-12 00:32:28.698377904 +0300
3 @@ -99,16 +99,6 @@
4      <mkdir dir="${tomcat.build}/server/lib" />
5      <mkdir dir="${tomcat.build}/common/lib" />
6  
7 -    <uptodate property="servletapi.build.notrequired"
8 -              targetfile="${servlet-api.jar}">
9 -      <srcfiles dir="${api.home}/jsr154/src" includes="**" />
10 -    </uptodate>
11 -
12 -    <uptodate property="jspapi.build.notrequired"
13 -              targetfile="${jsp-api.jar}">
14 -      <srcfiles dir="${api.home}/jsr152/src" includes="**" />
15 -    </uptodate>
16 -
17      <uptodate property="tomcatutil.build.notrequired"
18                targetfile="${tomcat.build}/server/lib/tomcat-util.jar">
19        <srcfiles dir="${jtc.home}/util/java" includes="**" />
20 @@ -649,8 +639,8 @@
21  
22    <target name="build-depends" depends="init"
23            description="Builds various dependent components - APIs, commons-el, commons-modeler, daemon">
24 -    <antcall target="build-servletapi"/>
25 -    <antcall target="build-jspapi"/>
26 +    <!-- <antcall target="build-servletapi"/> -->
27 +    <!-- <antcall target="build-jspapi"/> -->
28  
29      <!-- <antcall target="build-commons-modeler" /> -->
30      <!-- <antcall target="build-commons-daemon"  /> -->
This page took 0.019856 seconds and 2 git commands to generate.