You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/05/09 23:45:10 UTC

svn commit: r405543 - in /jakarta/commons/proper/logging/trunk: build.xml project.xml src/conf/MANIFEST.MF xdocs/index.xml xdocs/navigation.xml

Author: rdonkin
Date: Tue May  9 14:45:08 2006
New Revision: 405543

URL: http://svn.apache.org/viewcvs?rev=405543&view=rev
Log:
Final preparations for JCL 1.1 Release

Modified:
    jakarta/commons/proper/logging/trunk/build.xml
    jakarta/commons/proper/logging/trunk/project.xml
    jakarta/commons/proper/logging/trunk/src/conf/MANIFEST.MF
    jakarta/commons/proper/logging/trunk/xdocs/index.xml
    jakarta/commons/proper/logging/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=405543&r1=405542&r2=405543&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Tue May  9 14:45:08 2006
@@ -92,7 +92,7 @@
   <property name="component.title"         value="Logging Wrapper Library"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.1-RC11"/>
+  <property name="component.version"       value="1.1"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="${basedir}/target"/>

Modified: jakarta/commons/proper/logging/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/project.xml?rev=405543&r1=405542&r2=405543&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/project.xml (original)
+++ jakarta/commons/proper/logging/trunk/project.xml Tue May  9 14:45:08 2006
@@ -22,7 +22,7 @@
   <name>Logging</name>
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
-  <currentVersion>1.1-RC11</currentVersion>
+  <currentVersion>1.1</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>Commons Logging</shortDescription>
   <description>

Modified: jakarta/commons/proper/logging/trunk/src/conf/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/conf/MANIFEST.MF?rev=405543&r1=405542&r2=405543&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/conf/MANIFEST.MF (original)
+++ jakarta/commons/proper/logging/trunk/src/conf/MANIFEST.MF Tue May  9 14:45:08 2006
@@ -5,4 +5,4 @@
 Implementation-Title: Jakarta Commons Logging
 Implementation-Vendor-Id: org.apache
 Implementation-Vendor: Apache Software Foundation
-Implementation-Version: 1.1-RC11
+Implementation-Version: 1.1

Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/xdocs/index.xml?rev=405543&r1=405542&r2=405543&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/logging/trunk/xdocs/index.xml Tue May  9 14:45:08 2006
@@ -42,8 +42,9 @@
 <p>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. 
+</p><p>
+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 @@
 
 <section name="Documentation">
 
-<p>The <a href="http://jakarta.apache.org/commons/logging/RELEASE-NOTES.txt">
+<p>The <a href="RELEASE-NOTES.txt">
 Release Notes</a> document the new features and bug fixes that have been
 included in the latest release.</p>
 
@@ -66,7 +67,6 @@
 
 <p>The <a href="http://wiki.apache.org/jakarta-commons/Logging">Wiki site</a> has
 the latest updates, an FAQ and much other useful information.</p>
-
 <p>
 Users needing to become experts or wanting to help develop JCL should
 (in addition) consult the <a href='tech.html'>Tech Guide</a>.
@@ -80,7 +80,7 @@
 Binary and source distributions are available
        <a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">here</a>.
     </p>
-    <subsection name='1.1 Release'>
+    <subsection name='1.1 Release - 10 May 2006'>
       <p>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

Modified: jakarta/commons/proper/logging/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/xdocs/navigation.xml?rev=405543&r1=405542&r2=405543&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/logging/trunk/xdocs/navigation.xml Tue May  9 14:45:08 2006
@@ -31,7 +31,7 @@
             href="http://jakarta.apache.org/commons/"/>
     </links>
 
-    <menu name="Commons Logging">
+    <menu name="Commons Logging 1.1">
       <item name="Overview"
             href="/index.html"/>
       <item name="User Guide"



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org