diff --git a/project.xml b/project.xml index 8ba75b8..d4ae817 100644 --- a/project.xml +++ b/project.xml @@ -88,13 +88,13 @@ Commons Dev List commons-dev-subscribe@jakarta.apache.org commons-dev-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org + http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ Commons User List commons-user-subscribe@jakarta.apache.org commons-user-unsubscribe@jakarta.apache.org - http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org + http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ diff --git a/xdocs/guide.xml b/xdocs/guide.xml index 192a8c0..87eb30b 100644 --- a/xdocs/guide.xml +++ b/xdocs/guide.xml @@ -94,8 +94,8 @@ a specific logging implementation.

JCL provides thin-wrapper Log implementations for other logging tools, including -Log4J, -Avalon LogKit, +Log4J, +Avalon LogKit, the Avalon Framework's logging infrastructure, JDK 1.4, and an implementation of JDK 1.4 logging APIs (JSR-47) for pre-1.4 systems. @@ -143,16 +143,16 @@ compatibility to pre-1.0 versions of this API, a system property

  • If the Log4J logging system is available in the application class path, use the corresponding wrapper class -(Log4JLogger). +(Log4JLogger).
  • If the application is executing on a JDK 1.4 system, use the corresponding wrapper class -(Jdk14Logger). +(Jdk14Logger).
  • Fall back to the default simple logging wrapper -(SimpleLog). +(SimpleLog).
  • @@ -176,7 +176,7 @@ logging toolkit being used. Please consult the documentation for the chosen logg

    Log4J is a very commonly used logging implementation (as well as being the JCL primary default), so a few details are presented herein to get the developer/integrator going. -Please see the Log4J Home for more details +Please see the Log4J Home for more details on Log4J and it's configuration.

    @@ -314,8 +314,8 @@ In addition to the logging methods, the following are provided for code guards: The commons-logging.jar file includes the JCL API, the default LogFactory implemenation and thin-wrapper Log implementations for -Log4J, -Avalon LogKit, +Log4J, +Avalon LogKit, the Avalon Framework's logging infrastructure, JDK 1.4, as well as an implementation of JDK 1.4 logging APIs (JSR-47) for pre-1.4 systems. @@ -352,7 +352,7 @@ default LogFactory implementation, but does not include the wrapper Log implementations for Log4j, Avalon and Lumberjack. This jar is intended for use in specialized containers such as -Tomcat that wish to use +Tomcat that wish to use JCL internally but also need to make JCL available for use by deployed applications.

    diff --git a/xdocs/index.xml b/xdocs/index.xml index 749c3cf..f63f6b3 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -68,7 +68,7 @@ This gives short introductions to topics such as advanced class loading. Note: this has now been blessed with alpha status.

    -Please download and test this release. Reports should be directed to the commons-dev +Please download and test this release. Reports should be directed to the commons-dev mailing list.

    @@ -92,10 +92,8 @@ signature of the release from the when downloading from a mirror.

    - Binary releases are available - here. - Source releases are available - here + Binary and source releases are available + here.