From: markt Date: Wed, 8 Aug 2007 23:45:21 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=69050d6f91f4a3bcfb2b9c37011e07ee20afab52;p=tomcat7.0 Fix typos. Play with wording. Add note about license for wsdl4j.jar git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@564046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/extras.xml b/webapps/docs/extras.xml index 51573ddf1..0d83034c1 100644 --- a/webapps/docs/extras.xml +++ b/webapps/docs/extras.xml @@ -31,9 +31,9 @@

- A number of additional third party components may be used with Apache Tomcat, but are not - provided directly in the downlad bundle for a variety of reasons. These may be built by - users should they need it. + A number of additional third party components may be used with Apache + Tomcat, but are not provided directly in the download bundle. These + components may be built by users should they need them.

@@ -41,18 +41,21 @@

- The additional components are built using the extras.xml Ant script which is - present in the source bundle of Tomcat. + The additional components are built using the extras.xml Ant + script which is present in the source bundle of Tomcat.

The build process is the following:

@@ -63,10 +66,12 @@

- Tomcat uses a package renamed commons-logging API implementation which is hardcoded to use - the java.util.logging API. The commons-logging additional component builds a full fledged - package renames commons-logging implementation which can be used to replace the implementation - provided with Tomcat. See the logging page for usage instructions. + Tomcat uses a package renamed commons-logging API implementation which is + hardcoded to use the java.util.logging API. The commons-logging additional + component builds a full fledged package renames commons-logging + implementation which can be used to replace the implementation provided with + Tomcat. See the logging page for usage + instructions.

@@ -74,9 +79,15 @@

- Tomcat provides factories for JSR 109 which may be used to resolve web services references. - Place the generated catalina-ws.jar as well as jaxrpc.jar and wsdl4j.jar (or another implementation - of JSR 109) in the Tomcat lib folder. + Tomcat provides factories for JSR 109 which may be used to resolve web + services references. Place the generated catalina-ws.jar as well as + jaxrpc.jar and wsdl4j.jar (or another implementation of JSR 109) in the + Tomcat lib folder. +

+ +

+ Users should be aware that wsdl4j.jar is licenced under CPL 1.0 and not the + Apache License version 2.0.