]> git.pld-linux.org Git - packages/apache-tomcat.git/commitdiff
- as servletapi.build.notrequired=true and jspapi.build.notrequired=true do not
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 11 Apr 2007 21:30:44 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  work, just disable them in build.xml

Changed files:
    apache-tomcat-skip-servletapi.patch -> 1.1

apache-tomcat-skip-servletapi.patch [new file with mode: 0644]

diff --git a/apache-tomcat-skip-servletapi.patch b/apache-tomcat-skip-servletapi.patch
new file mode 100644 (file)
index 0000000..2c27a65
--- /dev/null
@@ -0,0 +1,13 @@
+--- apache-tomcat-5.5.23-src/build/build.xml~  2007-03-05 17:27:32.000000000 +0200
++++ apache-tomcat-5.5.23-src/build/build.xml   2007-04-12 00:29:27.044280476 +0300
+@@ -649,8 +649,8 @@
+   <target name="build-depends" depends="init"
+           description="Builds various dependent components - APIs, commons-el, commons-modeler, daemon">
+-    <antcall target="build-servletapi"/>
+-    <antcall target="build-jspapi"/>
++    <!-- <antcall target="build-servletapi"/> -->
++    <!-- <antcall target="build-jspapi"/> -->
+     <!-- <antcall target="build-commons-modeler" /> -->
+     <!-- <antcall target="build-commons-daemon"  /> -->
This page took 0.044808 seconds and 4 git commands to generate.