From: remm Date: Wed, 4 Apr 2007 15:18:53 +0000 (+0000) Subject: - Add the factories for ws. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9f687ca482c9bcc8ef67ab64c232583aaa97bdeb;p=tomcat7.0 - Add the factories for ws. - Submitted by Fabien Carrion. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@525532 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index b95a9f981..492a73529 100644 --- a/build.properties.default +++ b/build.properties.default @@ -34,6 +34,10 @@ base-tomcat.loc=http://archive.apache.org/dist/tomcat # ----- Commons Logging, version 1.1 or later ----- commons-logging-src.loc=${base-jakarta.loc}/commons/logging/source/commons-logging-1.1-src.tar.gz +# ----- Webservices ----- +jaxrpc-src.loc=http://repo1.maven.org/maven2/geronimo-spec/geronimo-spec-jaxrpc/1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar +wsdl4j-src.loc=http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar + # ----- Eclipse JDT, version 3.2 or later ----- jdt.home=${base.path}/eclipse/plugins jdt.lib=${jdt.home} diff --git a/build.xml b/build.xml index 1d7b28e4d..d2c7c95df 100644 --- a/build.xml +++ b/build.xml @@ -95,6 +95,7 @@ + @@ -213,6 +214,7 @@ + diff --git a/extras.xml b/extras.xml index 703b6e0b7..461f4fa47 100644 --- a/extras.xml +++ b/extras.xml @@ -59,6 +59,7 @@ + @@ -150,7 +151,54 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +