You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/07/29 23:02:08 UTC

svn commit: r560818 - in /commons/proper/logging/trunk: ./ src/java/ src/java/org/apache/commons/logging/ src/site/ xdocs/ xdocs/style/

Author: dennisl
Date: Sun Jul 29 14:02:06 2007
New Revision: 560818

URL: http://svn.apache.org/viewvc?view=rev&rev=560818
Log:
Changes because of the TLP move.

Modified:
    commons/proper/logging/trunk/RELEASE-NOTES.txt
    commons/proper/logging/trunk/STATUS.html
    commons/proper/logging/trunk/commons-logging-api.pom
    commons/proper/logging/trunk/project.properties
    commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java
    commons/proper/logging/trunk/src/java/org/apache/commons/logging/package.html
    commons/proper/logging/trunk/src/java/overview.html
    commons/proper/logging/trunk/src/site/site.xml
    commons/proper/logging/trunk/xdocs/building.xml
    commons/proper/logging/trunk/xdocs/cvs-usage.xml
    commons/proper/logging/trunk/xdocs/guide.xml
    commons/proper/logging/trunk/xdocs/index.xml
    commons/proper/logging/trunk/xdocs/issue-tracking.xml
    commons/proper/logging/trunk/xdocs/junit-report.xml
    commons/proper/logging/trunk/xdocs/navigation.xml
    commons/proper/logging/trunk/xdocs/style/project.css
    commons/proper/logging/trunk/xdocs/tech.xml
    commons/proper/logging/trunk/xdocs/troubleshooting.xml

Modified: commons/proper/logging/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/RELEASE-NOTES.txt?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/logging/trunk/RELEASE-NOTES.txt Sun Jul 29 14:02:06 2007
@@ -26,7 +26,7 @@
 INTRODUCTION:
 ============
 
-This release of Jakarta Commons Logging (JCL) is a maintenance release, with
+This release of Apache Commons Logging (JCL) is a maintenance release, with
 just a couple of fixes for using JCL under restrictive security policies.
 
 All core classes were compiled with a 1.2.x JDK. JCL may work on some 
@@ -34,11 +34,11 @@
 on 1.1 JREs download the source and create a custom implementation by
 stripping out all the complex classloader management code.
 
-For further details, please see the Jakarta Commons Logging website:
-  http://jakarta.apache.org/commons/logging.
+For further details, please see the Apache Commons Logging website:
+  http://commons.apache.org/logging/
 
 For the very latest news, hints, FAQs etc. please see the
-Jakarta Commons Logging wiki site:
+Apache Commons Logging wiki site:
   http://wiki.apache.org/jakarta-commons/Logging
 
 Note that some containers (some versions of Apache Tomcat and JBoss in
@@ -97,13 +97,13 @@
 
 == General Notes ==
 
-The jakarta commons project has migrated to the Subversion version control system
+The Apache Commons project has migrated to the Subversion version control system
 (previously, CVS was used). There should be no effect on users of the JCL
 library, but obviously the process of examining the latest source code, and of
-creating patches for JCL has now changed. Please see the jakarta commons
-website for details (http://jakarta.apache.org/commons).
+creating patches for JCL has now changed. Please see the Apache Commons
+website for details (http://commons.apache.org/).
 
-The jakarta commons project has now moved to using the Apache JIRA installation
+The Apache Commons project has now moved to using the Apache JIRA installation
 as its bugtracking system (formerly, the Apache Bugzilla installation was used).
 
 All source files for this release have been updated to reflect the new Apache

Modified: commons/proper/logging/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/STATUS.html?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/STATUS.html (original)
+++ commons/proper/logging/trunk/STATUS.html Sun Jul 29 14:02:06 2007
@@ -19,13 +19,13 @@
 
 <html>
 <head>
-<title>Status File for Jakarta Commons "Logging" Component</title>
+<title>Status File for Apache Commons "Logging" Component</title>
 <head>
 <body bgcolor="white">
 
 
 <div align="center">
-<h1>The Jakarta Commons <em>Logging</em> Component</h1>
+<h1>The Apache Commons <em>Logging</em> Component</h1>
 $Id$<br />
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>
@@ -61,7 +61,7 @@
 <li>Provide support for JDK 1.4 logging</li>
 <li>Provide support for Log4J</li>
 <li>Provide support for Avalon-Framework's Logger</li>
-<li>Provide support for <a href="http://sourceforge.net/projects/lumberjack/>
+<li>Provide support for <a href="http://sourceforge.net/projects/lumberjack/">
     LumberJack</a> logger</li>
 <li>Provide pluggable support for other logging APIs</li>
 <li>Privide a simple System.out logger</li>
@@ -86,7 +86,7 @@
 <ul>
 <li><a href="http://java.sun.com/j2se">Java Development Kit</a>
     (Version 1.2 or later)</li>
-<li><a href="http://jakarta.apache.org/log4j/">Jakarta Log4j</a>
+<li><a href="http://logging.apache.org/log4j/">Apache Logging Log4j</a>
     (Optional, Version 1.2.6 or later)</li>
 <li><a href="http://avalon.apache.org/">Apache Avalon
     LogKit</a> (Optional, Version 1.0.1 or later)</li>
@@ -122,12 +122,12 @@
   </tr>
   <tr>
     <td><a href='http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1'>
-        commons-logging-1.0.1</td>
+        commons-logging-1.0.1</a></td>
     <td>12-Aug-2002</td>
   </tr>
   <tr>
     <td><a href='http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0'>
-        commons-logging-1.0</td>
+        commons-logging-1.0</a></td>
     <td>20-Feb-2002</td>
   </tr>
 </table>

Modified: commons/proper/logging/trunk/commons-logging-api.pom
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/commons-logging-api.pom?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/commons-logging-api.pom (original)
+++ commons/proper/logging/trunk/commons-logging-api.pom Sun Jul 29 14:02:06 2007
@@ -32,7 +32,7 @@
   </description>
   <logo>/images/logo.png</logo>
   
-  <url>http://jakarta.apache.org/commons/logging/</url>
+  <url>http://commons.apache.org/logging/</url>
   <package>org.apache.commons.logging</package>
 
   <organization>
@@ -49,15 +49,15 @@
     </license>
   </licenses>
   
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
+  <gumpRepositoryId>commons</gumpRepositoryId>
   <issueTrackingUrl>http://issues.apache.org/jira/browse/LOGGING</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
-  <siteDirectory>/www/jakarta.apache.org/commons/logging/</siteDirectory>
+  <siteDirectory>/www/commons.apache.org/logging/</siteDirectory>
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/logging/</distributionDirectory>
   
   <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</connection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk/</connection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk/</url>
   </repository>
   
   <versions>
@@ -91,15 +91,15 @@
   <mailingLists>
     <mailingList>
       <name>Commons Dev List</name>
-      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
-      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
+      <subscribe>dev-subscribe@commons.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Commons User List</name>
-      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
-      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
+      <subscribe>user-subscribe@commons.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
     </mailingList>
   </mailingLists>
 

Modified: commons/proper/logging/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/project.properties?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/project.properties (original)
+++ commons/proper/logging/trunk/project.properties Sun Jul 29 14:02:06 2007
@@ -23,7 +23,7 @@
 # documentation properties
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
-maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
 
 # Jar Manifest Additional Attributes

Modified: commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java (original)
+++ commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java Sun Jul 29 14:02:06 2007
@@ -1195,7 +1195,7 @@
                             + LogFactory.class.getName() + "'. ";
                         if (implementsLogFactory) {
                             msg = msg + "The conflict is caused by the presence of multiple LogFactory classes in incompatible classloaders. " +
-                    		"Background can be found in http://jakarta.apache.org/commons/logging/tech.html. " +
+                    		"Background can be found in http://commons.apache.org/logging/tech.html. " +
                     		"If you have not explicitly specified a custom LogFactory then it is likely that " +
                     		"the container has set one without your knowledge. " +
                     		"In this case, consider using the commons-logging-adapters.jar file or " +
@@ -1203,7 +1203,7 @@
                         } else {
                         	msg = msg + "Please check the custom implementation. ";
                         }
-                        msg = msg + "Help can be found @http://jakarta.apache.org/commons/logging/troubleshooting.html.";
+                        msg = msg + "Help can be found @http://commons.apache.org/logging/troubleshooting.html.";
                         
                         if (isDiagnosticsEnabled()) {
                             logDiagnostic(msg);

Modified: commons/proper/logging/trunk/src/java/org/apache/commons/logging/package.html
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/java/org/apache/commons/logging/package.html?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/src/java/org/apache/commons/logging/package.html (original)
+++ commons/proper/logging/trunk/src/java/org/apache/commons/logging/package.html Sun Jul 29 14:02:06 2007
@@ -28,7 +28,7 @@
 prebuilt support for the following:</p>
 <ul>
 <li><a href="http://logging.apache.org/log4j/">Log4J</a> (version 1.2 or later)
-    from Apache's Jakarta project.  Each named <a href="Log.html">Log</a>
+    from Apache's Logging project.  Each named <a href="Log.html">Log</a>
     instance is connected to a corresponding Log4J Logger.</li>
 <li><a href="http://java.sun.com/j2se/1.4/docs/guide/util/logging/index.html">
     JDK Logging API</a>, included in JDK 1.4 or later systems.  Each named

Modified: commons/proper/logging/trunk/src/java/overview.html
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/java/overview.html?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/src/java/overview.html (original)
+++ commons/proper/logging/trunk/src/java/overview.html Sun Jul 29 14:02:06 2007
@@ -22,7 +22,7 @@
 <title>Overview Documentation for COMMONS-LOGGING</title>
 </head>
 <body bgcolor="white">
-<p>The <em>Logging Wrapper Library</em> component of the Jakarta Commons
+<p>The <em>Logging Wrapper Library</em> component of the Apache Commons
 subproject offers wrappers around an extensible set of concrete logging
 implementations, so that application code based on it does not need to be
 modified in order to select a different logging implementation.</p>

Modified: commons/proper/logging/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/site/site.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/src/site/site.xml (original)
+++ commons/proper/logging/trunk/src/site/site.xml Sun Jul 29 14:02:06 2007
@@ -2,8 +2,8 @@
 <project name="Commons Logging">
   <bannerRight>
     <name>Commons Logging</name>
-    <src>http://jakarta.apache.org/commons/logging/images/logo.png</src>
-    <href>http://jakarta.apache.org/commons/logging/</href>
+    <src>http://commons.apache.org/logging/images/logo.png</src>
+    <href>http://commons.apache.org/logging/</href>
   </bannerRight>
   <body>
     <menu name="Commons Logging">
@@ -28,37 +28,37 @@
     </menu>
     <menu name="1.1 Release">
       <item name="Overview"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/index.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/index.html"/>
       <item name="User Guide"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/guide.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/guide.html"/>
       <item name="Tech Guide"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/tech.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/tech.html"/>
       <item name="Troubleshooting Guide"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/troubleshooting.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/troubleshooting.html"/>
       <item name='JavaDoc'
-            href='http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs/index.html'/>
+            href='http://commons.apache.org/logging/commons-logging-1.1/apidocs/index.html'/>
       <item name="Release Notes"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
     </menu>
     <menu name='1.0.4 Release'>
       <item   name='Documentation'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/'/>
       <item   name='JavaDoc'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/'/>
       <item   name='Release Notes'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
     </menu>
     <menu name='1.0.3 Release'>
       <item   name='User Guide'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/usersguide.html'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.3/usersguide.html'/>
       <item   name='JavaDoc'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/docs/api/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.3/docs/api/'/>
       <item   name='Release Notes'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
     </menu>
     <menu name='1.0.2 Release'>
       <item   name='JavaDoc'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.2/docs/api/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.2/docs/api/'/>
     </menu>
   </body>
 </project>

Modified: commons/proper/logging/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/building.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/building.xml (original)
+++ commons/proper/logging/trunk/xdocs/building.xml Sun Jul 29 14:02:06 2007
@@ -37,7 +37,7 @@
   </p>
   <p>
 	Further details can be found in the
-	<a href="http://jakarta.apache.org/commons/building.html">commons build instructions</a>.
+	<a href="http://commons.apache.org/building.html">commons build instructions</a>.
   </p>
 </section>
 <!-- ================================================== -->

Modified: commons/proper/logging/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/cvs-usage.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/cvs-usage.xml (original)
+++ commons/proper/logging/trunk/xdocs/cvs-usage.xml Sun Jul 29 14:02:06 2007
@@ -26,20 +26,20 @@
     <!-- ================================================== -->
     <section name="Source repository">
       <p>
-        Jakarta Commons Logging is hosted on the Apache
+        Apcahe Commons Logging is hosted on the Apache
         <a href="http://subversion.tigris.org/">subversion</a> repository.
       </p>
       <p>
         The project URL is:<br />
-        <code>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</code>
+        <code>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</code>
       </p>
       <p>
         The best way to view the repository is via the
-        <a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/logging/trunk/">subversion viewer</a>.
+        <a href="http://svn.apache.org/viewvc/commons/proper/logging/trunk/">subversion viewer</a>.
       </p>
       <p>
         The alternative is to use the
-        <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/">native subversion</a> display.
+        <a href="http://svn.apache.org/repos/asf/commons/proper/logging/trunk/">native subversion</a> display.
       </p>
     </section>
     <!-- ================================================== -->

Modified: commons/proper/logging/trunk/xdocs/guide.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/guide.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/guide.xml (original)
+++ commons/proper/logging/trunk/xdocs/guide.xml Sun Jul 29 14:02:06 2007
@@ -22,7 +22,7 @@
 <document>
 
  <properties>
-  <title>Users Guide : Jakarta Commons Logging</title>
+  <title>Users Guide : Apache Commons Logging</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 
@@ -89,7 +89,7 @@
     </section>
     <section name="Introduction">
         <p>
-The Jakarta Commons Logging (JCL) provides a <code>Log</code> interface that
+The Apache Commons Logging (JCL) provides a <code>Log</code> interface that
 is intended to be both light-weight and an independent abstraction of other logging toolkits.
 It provides the middleware/tooling developer with a simple
 logging abstraction, that allows the user (application developer) to plug in
@@ -166,16 +166,16 @@
                 <li>
 If the Log4J logging system is available in the application
 class path, use the corresponding wrapper class
-(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/Log4JLogger.html">Log4JLogger</a>).
+(<a href="http://commons.apache.org/logging/apidocs/org/apache/commons/logging/impl/Log4JLogger.html">Log4JLogger</a>).
             </li>
                 <li>
 If the application is executing on a JDK 1.4 system, use
 the corresponding wrapper class
-(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/Jdk14Logger.html">Jdk14Logger</a>).
+(<a href="http://commons.apache.org/logging/apidocs/org/apache/commons/logging/impl/Jdk14Logger.html">Jdk14Logger</a>).
             </li>
                 <li>
 Fall back to the default simple logging wrapper
-(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/SimpleLog.html">SimpleLog</a>).
+(<a href="http://commons.apache.org/logging/apidocs/org/apache/commons/logging/impl/SimpleLog.html">SimpleLog</a>).
             </li>
         </ol>
             <p>
@@ -239,7 +239,7 @@
 Likewise, setting
 <code>log4j.logger.org.apache.component=DEBUG</code>
 will enable debug message for all 'component' classes,
-but not for other Jakarta projects.
+but not for other Apache projects.
                 </li>
                     <li>
 <strong>log4j.appender.<i>appender</i>.Threshold=<i>priority</i></strong>

Modified: commons/proper/logging/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/index.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/index.xml (original)
+++ commons/proper/logging/trunk/xdocs/index.xml Sun Jul 29 14:02:06 2007
@@ -60,7 +60,7 @@
 Release Notes</a> document the new features and bug fixes that have been
 included in the latest release.</p>
 
-<p>The <a href="http://jakarta.apache.org/commons/logging/apidocs/index.html">
+<p>The <a href="http://commons.apache.org/logging/apidocs/index.html">
 JavaDoc API documents</a> for the latest release are available online.
 In particular, you should read the package overview of the <code>org.apache.commons.logging</code>
 package. In addition, there is a (short)

Modified: commons/proper/logging/trunk/xdocs/issue-tracking.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/issue-tracking.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/issue-tracking.xml (original)
+++ commons/proper/logging/trunk/xdocs/issue-tracking.xml Sun Jul 29 14:02:06 2007
@@ -40,7 +40,7 @@
         <ol>
         <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310484&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">Search existing open bugs</a>.
         If you find your issue listed then please add a comment with your details.</li>
-        <li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>.
+        <li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search the mailing list archive</a>.
         You may find your issue or idea has already been discussed.</li>
         <li><a href="http://issues.apache.org/jira/browse/LOGGING">Submit a bug report or enhancement request</a>.</li>
         </ol>

Modified: commons/proper/logging/trunk/xdocs/junit-report.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/junit-report.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/junit-report.xml (original)
+++ commons/proper/logging/trunk/xdocs/junit-report.xml Sun Jul 29 14:02:06 2007
@@ -26,7 +26,7 @@
     <!-- ================================================== -->
     <section name="Summary">
       <p>
-        The Jakarta Commons Logging test cases make extensive use of
+        The Apache Commons Logging test cases make extensive use of
         sophisticated classloader configurations in order to simulate the
         behaviour of various containers. It is difficult to run these tests
         under Maven (which is used to generate the website). Once JCL is

Modified: commons/proper/logging/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/navigation.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/navigation.xml (original)
+++ commons/proper/logging/trunk/xdocs/navigation.xml Sun Jul 29 14:02:06 2007
@@ -18,18 +18,18 @@
  limitations under the License.
 
 -->
-<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'>
 <project name="Logging">
 
   <title>Logging</title>
-  <organizationLogo href="/images/jakarta-logo.gif">
-   Jakarta
+  <organizationLogo href="/images/logo.png">
+   Apache Commons
   </organizationLogo>
 
   <body>
     <links>
-      <item name="Jakarta Commons"
-            href="http://jakarta.apache.org/commons/"/>
+      <item name="Apache Commons"
+            href="http://commons.apache.org/"/>
     </links>
 
     <menu name="Commons Logging">
@@ -54,37 +54,37 @@
     </menu>
     <menu name="1.1 Release">
       <item name="Overview"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/index.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/index.html"/>
       <item name="User Guide"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/guide.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/guide.html"/>
       <item name="Tech Guide"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/tech.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/tech.html"/>
       <item name="Troubleshooting Guide"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/troubleshooting.html"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/troubleshooting.html"/>
       <item name='JavaDoc'
-            href='http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs/index.html'/>
+            href='http://commons.apache.org/logging/commons-logging-1.1/apidocs/index.html'/>
       <item name="Release Notes"
-            href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
+            href="http://commons.apache.org/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
     </menu>
     <menu name='1.0.4 Release'>
       <item   name='Documentation'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/'/>
       <item   name='JavaDoc'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/'/>
       <item   name='Release Notes'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
     </menu>
     <menu name='1.0.3 Release'>
       <item   name='User Guide'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/usersguide.html'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.3/usersguide.html'/>
       <item   name='JavaDoc'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/docs/api/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.3/docs/api/'/>
       <item   name='Release Notes'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
     </menu>
     <menu name='1.0.2 Release'>
       <item   name='JavaDoc'
-              href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.2/docs/api/'/>
+              href='http://commons.apache.org/logging/commons-logging-1.0.2/docs/api/'/>
     </menu>
 
     &commons;

Modified: commons/proper/logging/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/style/project.css?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/style/project.css (original)
+++ commons/proper/logging/trunk/xdocs/style/project.css Sun Jul 29 14:02:06 2007
@@ -1 +1 @@
-@import url("http://jakarta.apache.org/style/jakarta-maven.css");
+@import url("http://commons.apache.org/style/commons-maven.css");

Modified: commons/proper/logging/trunk/xdocs/tech.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/tech.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/tech.xml (original)
+++ commons/proper/logging/trunk/xdocs/tech.xml Sun Jul 29 14:02:06 2007
@@ -183,10 +183,10 @@
 			</p>
 			<ul>
 				<li>
-	posting to the <a href='http://jakarta.apache.org/site/mail.html'>jakarta commons-dev mailing list</a> or
+	posting to the <a href='http://commons.apache.org/mail-lists.html'>Apache Commons dev mailing list</a> or
 				</li>
 				<li>
-	creating an issue in <a href='http://issues.apache.org/bugzilla/'>Bugzilla</a>.	
+	creating an issue in <a href='http://issues.apache.org/jira/browse/LOGGING/'>JIRA</a>.	
 				</li>
 			</ul>
 			<p>

Modified: commons/proper/logging/trunk/xdocs/troubleshooting.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/xdocs/troubleshooting.xml?view=diff&rev=560818&r1=560817&r2=560818
==============================================================================
--- commons/proper/logging/trunk/xdocs/troubleshooting.xml (original)
+++ commons/proper/logging/trunk/xdocs/troubleshooting.xml Sun Jul 29 14:02:06 2007
@@ -301,7 +301,7 @@
   		 <li>WebSphere Application Server (other versions).</li>
   		</ul>
   	<p>
-The Jakarta Commons team would be grateful if reports were posted to the development list
+The Apache Commons team would be grateful if reports were posted to the development list
 of other containers using a custom implementation.
   	</p>
   	<subsection name='The Incompatible LogFactory Issue'>
@@ -315,10 +315,10 @@
   implementation should be used but Class 'com.ibm.ws.commons.logging.TrLogFactory' cannot be converted 
   to 'org.apache.commons.logging.LogFactory'. The conflict is caused by the presence of multiple 
   LogFactory classes in incompatible classloaders. Background can be found in 
-  http://jakarta.apache.org/commons/logging/tech.html. If you have not explicitly specified a custom 
+  http://commons.apache.org/logging/tech.html. If you have not explicitly specified a custom
   LogFactory then it is likely that the container has set one without your knowledge. 
   In this case, consider using the commons-logging-adapters.jar file or specifying the standard 
-  LogFactory from the command line. Help can be found @http://jakarta.apache.org/commons/logging.
+  LogFactory from the command line. Help can be found @http://commons.apache.org/logging.
   </pre></code>
   			<p>
   This is a WebSphere example so the name of the custom LogFactory is