Author: glen Date: Wed Apr 11 21:30:49 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - as servletapi.build.notrequired=true and jspapi.build.notrequired=true do not work, just disable them in build.xml
---- Files affected: SOURCES: apache-tomcat-skip-servletapi.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/apache-tomcat-skip-servletapi.patch diff -u /dev/null SOURCES/apache-tomcat-skip-servletapi.patch:1.1 --- /dev/null Wed Apr 11 23:30:49 2007 +++ SOURCES/apache-tomcat-skip-servletapi.patch Wed Apr 11 23:30:44 2007 @@ -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" /> --> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
