diff --git a/build.xml b/build.xml index b817fc9..b35f33f 100644 --- a/build.xml +++ b/build.xml @@ -92,7 +92,7 @@ - + diff --git a/project.xml b/project.xml index c6d9ab5..40006d7 100644 --- a/project.xml +++ b/project.xml @@ -22,7 +22,7 @@ Logging commons-logging commons-logging - 1.1-RC11 + 1.1 2001 Commons Logging diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index e74c129..d48e314 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -5,4 +5,4 @@ Specification-Version: 1.0 Implementation-Title: Jakarta Commons Logging Implementation-Vendor-Id: org.apache Implementation-Vendor: Apache Software Foundation -Implementation-Version: 1.1-RC11 +Implementation-Version: 1.1 diff --git a/xdocs/index.xml b/xdocs/index.xml index 51c96c6..e969e6e 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -42,8 +42,9 @@ reasonably simple task.

Applications (rather than libraries) may also choose to use commons-logging. While logging-implementation independence is not as important for applications as it is for libraries, using commons-logging does allow the application to -change to a different logging implementation without recompiling code. Note -that commons-logging does not attempt to initialise or terminate the underlying +change to a different logging implementation without recompiling code. +

+Note that commons-logging does not attempt to initialise or terminate the underlying logging implementation that is used at runtime; that is the responsibility of the application. However many popular logging implementations do automatically initialise themselves; in this case an application may be able to avoid @@ -54,7 +55,7 @@ containing any code that is specific to the logging implementation used.

-

The +

The Release Notes document the new features and bug fixes that have been included in the latest release.

@@ -66,7 +67,6 @@ package. In addition, there is a (short)

The Wiki site has the latest updates, an FAQ and much other useful information.

-

Users needing to become experts or wanting to help develop JCL should (in addition) consult the Tech Guide. @@ -80,7 +80,7 @@ This gives short introductions to topics such as advanced class loading. Binary and source distributions are available here.

- +

This release makes several changes that are intended to resolve issues that have been encountered when using commons-logging in servlet containers or j2ee containers where complex classpaths are present and multiple copies of diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml index 3b7b24d..0fe9155 100755 --- a/xdocs/navigation.xml +++ b/xdocs/navigation.xml @@ -31,7 +31,7 @@ href="http://jakarta.apache.org/commons/"/> -

+