You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/07/31 06:17:41 UTC

svn commit: r561230 [7/8] - in /commons/proper: attributes/trunk/ attributes/trunk/api/src/java/ attributes/trunk/site/ attributes/trunk/site/etc/maven_demo/ attributes/trunk/site/xdocs/ beanutils/trunk/ beanutils/trunk/src/java/ beanutils/trunk/src/ja...

Modified: commons/proper/launcher/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/launcher/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/launcher/trunk/xdocs/navigation.xml (original)
+++ commons/proper/launcher/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    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="Commons Launcher">
     <title>Commons Launcher</title>
     <body>
@@ -23,7 +23,7 @@
         <links>
             <item name="Apache"  href="http://www.apache.org"/>
             <item name="Jakarta" href="http://jakarta.apache.org"/>
-            <item name="Commons" href="http://jakarta.apache.org/commons/"/>
+            <item name="Commons" href="http://commons.apache.org/"/>
         </links>
 
         <menu name="Commons&#xA0;Launcher">
@@ -37,7 +37,7 @@
 
         <menu name="1.1 Release">
             <item name="Release Notes"           href="/release-notes-1.1.html"/>
-            <item name="JavaDoc"                 href="http://jakarta.apache.org/commons/launcher/api-1.1/"/>
+            <item name="JavaDoc"                 href="http://commons.apache.org/launcher/api-1.1/"/>
         </menu>
 
         <menu name="Development">

Modified: commons/proper/launcher/trunk/xdocs/release-notes-1.1.xml
URL: http://svn.apache.org/viewvc/commons/proper/launcher/trunk/xdocs/release-notes-1.1.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/launcher/trunk/xdocs/release-notes-1.1.xml (original)
+++ commons/proper/launcher/trunk/xdocs/release-notes-1.1.xml Mon Jul 30 21:17:09 2007
@@ -64,7 +64,7 @@
 
 <p>
 For more information consult the 
-<a href="http://jakarta.apache.org/commons/launcher/">Commons-Launcher website</a>.
+<a href="http://commons.apache.org/launcher/">Commons-Launcher website</a>.
 </p>
 </section>
 </body>

Modified: commons/proper/launcher/trunk/xdocs/release-plan.xml
URL: http://svn.apache.org/viewvc/commons/proper/launcher/trunk/xdocs/release-plan.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/launcher/trunk/xdocs/release-plan.xml (original)
+++ commons/proper/launcher/trunk/xdocs/release-plan.xml Mon Jul 30 21:17:09 2007
@@ -55,8 +55,8 @@
 </subsection>
 
 <subsection name="Release Process">
-<p>The <a href="http://jakarta.apache.org/commons/releases/index.html">
-Jakarta Commons release process</a> will be followed.</p>
+<p>The <a href="http://commons.apache.org/releases/index.html">
+Apache Commons release process</a> will be followed.</p>
 </subsection>
 
 <subsection name="Timeline:">

Modified: commons/proper/math/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/math/trunk/project.properties (original)
+++ commons/proper/math/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -39,11 +39,11 @@
 
 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.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\
-                      http://jakarta.apache.org/commons/collections/api/,\
-                      http://jakarta.apache.org/commons/discovery/apidocs/
+                      http://commons.apache.org/collections/api/,\
+                      http://commons.apache.org/discovery/apidocs/
 
 maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%
 

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java Mon Jul 30 21:17:09 2007
@@ -37,7 +37,7 @@
  * BrentSolver solver = factory.newBrentSolver(f);
  * </pre>
  *
- * <a href="http://jakarta.apache.org/commons/discovery/">Jakarta Commons Discovery</a>
+ * <a href="http://commons.apache.org/discovery/">Apache Commons Discovery</a>
  * is used to determine the concrete factory returned by 
  * <code>UnivariateRealSolverFactory.newInstance().</code>  The default is
  * {@link UnivariateRealSolverFactoryImpl}.

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/FirstOrderIntegratorFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/ode/FirstOrderIntegratorFactory.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/ode/FirstOrderIntegratorFactory.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/ode/FirstOrderIntegratorFactory.java Mon Jul 30 21:17:09 2007
@@ -54,7 +54,7 @@
  *                                         scalRelativeTolerance);
  * </pre>
  *
- * <a href="http://jakarta.apache.org/commons/discovery/">Jakarta Commons Discovery</a>
+ * <a href="http://commons.apache.org/discovery/">Apache Commons Discovery</a>
  * is used to determine the concrete factory returned by 
  * <code>FirstOrderIntegratorFactory.newInstance().</code>  The default is
  * {@link FirstOrderIntegratorFactoryImpl}

Modified: commons/proper/math/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/site.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/math/trunk/src/site/site.xml (original)
+++ commons/proper/math/trunk/src/site/site.xml Mon Jul 30 21:17:09 2007
@@ -28,12 +28,12 @@
       <item name="Proposal" href="/proposal.html"/>
       <item name="Developers Guide" href="/developers.html"/>
       <item name="Javadoc (1.0 release)"
-         href="http://jakarta.apache.org/commons/math/api-1.0/index.html"/>
+         href="http://commons.apache.org/math/api-1.0/index.html"/>
       <item name="Javadoc (1.1 release)"   
-         href="http://jakarta.apache.org/commons/math/api-1.1/index.html"/>
+         href="http://commons.apache.org/math/api-1.1/index.html"/>
       <item name="Javadoc (1.2-SNAPSHOT)" href="apidocs/index.html"/>
       <item name="Source Repository (current)" 
-         href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk"/>
+         href="http://svn.apache.org/viewvc/commons/proper/math/trunk"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Wiki"  
             href="http://wiki.apache.org/jakarta-commons/Math"/>

Modified: commons/proper/math/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/changes.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/math/trunk/xdocs/changes.xml (original)
+++ commons/proper/math/trunk/xdocs/changes.xml Mon Jul 30 21:17:09 2007
@@ -237,7 +237,7 @@
       </action>
     </release>  
     <release version="1.0" date="2004-12-06"  
-       description="Jakarta Commons Math 1.0 - General Availability Release">
+       description="Apache Commons Math 1.0 - General Availability Release">
       <action dev="psteitz" type="fix" due-to="Hans van der Heijden"
        issue="MATH-24">
         Fixed error in ChiSquareTestImpl.  Tables containing zeros were
@@ -250,7 +250,7 @@
       </action>
     </release>  
     <release version="1.0-RC2" date="2004-11-07"
-       description="Jakarta Commons Math 1.0 - Release Candidate 2">
+       description="Apache Commons Math 1.0 - Release Candidate 2">
       <action dev="psteitz" type="fix">
         Fixed cumulative frequency and cumulative percentage problem reported
         to the commons-dev list by Jon Langlois on 9/14. Integer arguments to 
@@ -317,7 +317,7 @@
     </release>
     
     <release version="1.0-RC1" date="2004-09-07" 
-      description="Jakarta Commons Math 1.0 - Release Candidate 1
+      description="Apache Commons Math 1.0 - Release Candidate 1
       This is the first release of Commons Math. Commons Math is a library
       of lightweight, self-contained mathematics and statistics components. 
       The release candidate is being made available so that users can test

Modified: commons/proper/math/trunk/xdocs/developers.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/developers.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/math/trunk/xdocs/developers.xml (original)
+++ commons/proper/math/trunk/xdocs/developers.xml Mon Jul 30 21:17:09 2007
@@ -57,11 +57,11 @@
         svn page </a>) to check out the commons math code base from Subversion.
         The svn url for the current development sources of commons-math
         is 
-<source>https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk</source>
+<source>https://svn.apache.org/repos/asf/commons/proper/math/trunk</source>
         </li>
         <li>Like most commons components, commons-math uses maven as our build
             tool.  Follow the 
-            <a href="http://jakarta.apache.org/commons/building.html">building
+            <a href="http://commons.apache.org/building.html">building
             components</a> instructions to get set up with maven so that you
             can build commons-math from source.
         </li>

Modified: commons/proper/math/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/math/trunk/xdocs/navigation.xml (original)
+++ commons/proper/math/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    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="Math">
 
@@ -29,19 +29,19 @@
     <links>
       <item name="Jakarta"                   
             href="http://jakarta.apache.org"/>
-      <item name="Jakarta Commons"                   
-            href="http://jakarta.apache.org/commons/"/>
+      <item name="Apache Commons"                   
+            href="http://commons.apache.org/"/>
     </links>
 
     <menu name="Math">
       <item name="Overview"                href="/index.html"/>
       <item name="Proposal"                href="/proposal.html"/>
       <item name="Developers Guide"        href="/developers.html"/>
-      <item name="Javadoc (1.0 release)"   href="http://jakarta.apache.org/commons/math/api-1.0/index.html"/>
-      <item name="Javadoc (1.1 release)"   href="http://jakarta.apache.org/commons/math/api-1.1/index.html"/>
+      <item name="Javadoc (1.0 release)"   href="http://commons.apache.org/math/api-1.0/index.html"/>
+      <item name="Javadoc (1.1 release)"   href="http://commons.apache.org/math/api-1.1/index.html"/>
       <item name="Javadoc (1.2-SNAPSHOT)"       href="apidocs/index.html"/>
       <item name="Source Repository (current)"  
-       href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/math/trunk"/>
+       href="http://svn.apache.org/viewvc/commons/proper/math/trunk"/>
       <item name="Wiki"  
             href="http://wiki.apache.org/jakarta-commons/Math"/>
     </menu>

Modified: commons/proper/modeler/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/modeler/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -11,8 +11,8 @@
 This document contains the release notes for this version of the Commons
 Modeler package, and highlights changes since the previous version.
 
-For more information on Jakarta Commons Modeler, see
-o http://jakarta.apache.org/commons/modeler/
+For more information on Apache Commons Modeler, see
+o http://commons.apache.org/modeler/
 
 Compatibility with 2.0
 ======================

Modified: commons/proper/modeler/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/STATUS.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/STATUS.html (original)
+++ commons/proper/modeler/trunk/STATUS.html Mon Jul 30 21:17:09 2007
@@ -1,12 +1,12 @@
 <html>
 <head>
-<title>Status File for Jakarta Commons "Modeler" Component</title>
+<title>Status File for Apache Commons "Modeler" Component</title>
 <head>
 <body bgcolor="white">
 
 
 <div align="center">
-<h1>The Jakarta Commons <em>Modeler</em> Component</h1>
+<h1>The Apache Commons <em>Modeler</em> Component</h1>
 $Id$<br>
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>
@@ -33,8 +33,8 @@
 <ul>
 <li><a href="http://java.sun.com/j2se">Java Development Kit</a>
     (Version 1.3 or later)</li>
-<li><a href="http://jakarta.apache.org/commons/digester"/>Jakarta Commons Digester</a> (Optional)</li>
-<li><a href="http://jakarta.apache.org/commons/logging"/>Jakarta Commons Logging</a></li>
+<li><a href="http://commons.apache.org/digester"/>Apache Commons Digester</a> (Optional)</li>
+<li><a href="http://commons.apache.org/logging"/>Apache Commons Logging</a></li>
 <li>A JMX compliant implementation, like the <a href="http://java.sun.com/products/JavaManagement/download.html">JMX Instrumentation and Agent Specification reference implementation</a> or <a href="http://www.open-jmx.org">OpenJMX</a></li>
 </ul>
 

Modified: commons/proper/modeler/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/build.xml (original)
+++ commons/proper/modeler/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 
 <!--
-        "Modeler" component of the Jakarta Commons Subproject
+        "Modeler" component of the Apache Commons Subproject
         $Id$
 -->
 

Modified: commons/proper/modeler/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/project.properties (original)
+++ commons/proper/modeler/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -35,7 +35,7 @@
 
 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
 
 maven.compile.debug=on

Modified: commons/proper/modeler/trunk/src/java/org/apache/commons/modeler/package.html
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/src/java/org/apache/commons/modeler/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/src/java/org/apache/commons/modeler/package.html (original)
+++ commons/proper/modeler/trunk/src/java/org/apache/commons/modeler/package.html Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 <title>Package Documentation for COMMONS-MODELER</title>
 </head>
 <body bgcolor="white">
-<p>The <em>Modeler</em> component of the Jakarta Commons subproject
+<p>The <em>Modeler</em> component of the Apache Commons subproject
 offers convenient support for configuring and instantiating Model MBeans
 (management beans), as described in the JMX Specification.  It is typically
 used within a server-based application that wants to expose management

Modified: commons/proper/modeler/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/xdocs/building.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/xdocs/building.xml (original)
+++ commons/proper/modeler/trunk/xdocs/building.xml Mon Jul 30 21:17:09 2007
@@ -46,7 +46,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/modeler/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/xdocs/cvs-usage.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/xdocs/cvs-usage.xml (original)
+++ commons/proper/modeler/trunk/xdocs/cvs-usage.xml Mon Jul 30 21:17:09 2007
@@ -27,20 +27,20 @@
 <!-- ================================================== -->
 <section name="Source repository">
 <p>
-  Jakarta Commons Modeler is hosted on the Apache
+  Apache Commons Modeler 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/modeler/trunk</code>
+  <code>http://svn.apache.org/repos/asf/commons/proper/modeler/trunk</code>
 </p>
 <p>
   The best way to view the repository is via the
-  <a href="http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/">subversion viewer</a>.
+  <a href="http://svn.apache.org/viewvc/commons/proper/modeler/trunk/">subversion viewer</a>.
 </p>
 <p>
   The alternative is to use the
-  <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/modeler/trunk/">native subversion</a> display.
+  <a href="http://svn.apache.org/repos/asf/commons/proper/modeler/trunk/">native subversion</a> display.
 </p>
 <p>
   For more information on subversion and creating patches see the

Modified: commons/proper/modeler/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/xdocs/downloads.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/xdocs/downloads.xml (original)
+++ commons/proper/modeler/trunk/xdocs/downloads.xml Mon Jul 30 21:17:09 2007
@@ -27,10 +27,10 @@
          <p>The following releases are available:</p>
          <ul>
 
-           <li>Release 2.0.1 - 25 Jun 2007 - <a href="http://jakarta.apache.org/commons/modeler/commons-modeler-2.0.1/RELEASE-NOTES.txt">(release notes)</a></li>
-           <li>Release 2.0 - 31 Jul 2006 - <a href="http://jakarta.apache.org/commons/modeler/commons-modeler-2.0/RELEASE-NOTES.txt">(release notes)</a></li>
-           <li>Release 1.1 - 10 Aug 2003 - <a href="http://jakarta.apache.org/commons/modeler/commons-modeler-1.1/RELEASE-NOTES-1.1.txt">(release notes)</a></li>
-           <li>Release 1.0 - 27 Dec 2002 - <a href="http://jakarta.apache.org/commons/modeler/commons-modeler-1.0/RELEASE-NOTES.txt">(release notes)</a></li>
+           <li>Release 2.0.1 - 25 Jun 2007 - <a href="http://commons.apache.org/modeler/commons-modeler-2.0.1/RELEASE-NOTES.txt">(release notes)</a></li>
+           <li>Release 2.0 - 31 Jul 2006 - <a href="http://commons.apache.org/modeler/commons-modeler-2.0/RELEASE-NOTES.txt">(release notes)</a></li>
+           <li>Release 1.1 - 10 Aug 2003 - <a href="http://commons.apache.org/modeler/commons-modeler-1.1/RELEASE-NOTES-1.1.txt">(release notes)</a></li>
+           <li>Release 1.0 - 27 Dec 2002 - <a href="http://commons.apache.org/modeler/commons-modeler-1.0/RELEASE-NOTES.txt">(release notes)</a></li>
          </ul>
          <br/>
          <p>

Modified: commons/proper/modeler/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/modeler/trunk/xdocs/navigation.xml (original)
+++ commons/proper/modeler/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -15,14 +15,14 @@
    See the License for the specific language governing permissions and
    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="Commons Modeler">
   <title>Commons Modeler</title>
     <body>
         <links>
             <item name="Apache"  href="http://www.apache.org"/>
             <item name="Jakarta" href="http://jakarta.apache.org"/>
-            <item name="Commons" href="http://jakarta.apache.org/commons/"/>
+            <item name="Commons" href="http://commons.apache.org/"/>
         </links>
 
         <menu name="Commons&#xA0;Modeler">
@@ -35,23 +35,23 @@
         </menu>
 
         <menu name="2.0.1 Release">
-            <item name="Release Notes"           href="http://jakarta.apache.org/commons/modeler/commons-modeler-2.0.1/RELEASE-NOTES.txt"/>
-            <item name="JavaDoc"                 href="http://jakarta.apache.org/commons/modeler/commons-modeler-2.0.1/apidocs/"/>
+            <item name="Release Notes"           href="http://commons.apache.org/modeler/commons-modeler-2.0.1/RELEASE-NOTES.txt"/>
+            <item name="JavaDoc"                 href="http://commons.apache.org/modeler/commons-modeler-2.0.1/apidocs/"/>
         </menu>
 
         <menu name="2.0 Release">
-            <item name="Release Notes"           href="http://jakarta.apache.org/commons/modeler/commons-modeler-2.0/RELEASE-NOTES.txt"/>
-            <item name="JavaDoc"                 href="http://jakarta.apache.org/commons/modeler/commons-modeler-2.0/apidocs/"/>
+            <item name="Release Notes"           href="http://commons.apache.org/modeler/commons-modeler-2.0/RELEASE-NOTES.txt"/>
+            <item name="JavaDoc"                 href="http://commons.apache.org/modeler/commons-modeler-2.0/apidocs/"/>
         </menu>
 
         <menu name="1.1 Release">
-            <item name="Release Notes"           href="http://jakarta.apache.org/commons/modeler/commons-modeler-1.1/RELEASE-NOTES-1.1.txt"/>
-            <item name="JavaDoc"                 href="http://jakarta.apache.org/commons/modeler/commons-modeler-1.1/docs/api/"/>
+            <item name="Release Notes"           href="http://commons.apache.org/modeler/commons-modeler-1.1/RELEASE-NOTES-1.1.txt"/>
+            <item name="JavaDoc"                 href="http://commons.apache.org/modeler/commons-modeler-1.1/docs/api/"/>
         </menu>
 
         <menu name="1.0 Release">
-            <item name="Release Notes"           href="http://jakarta.apache.org/commons/modeler/commons-modeler-1.0/RELEASE-NOTES.txt"/>
-            <item name="JavaDoc"                 href="http://jakarta.apache.org/commons/modeler/commons-modeler-1.0/docs/api/"/>
+            <item name="Release Notes"           href="http://commons.apache.org/modeler/commons-modeler-1.0/RELEASE-NOTES.txt"/>
+            <item name="JavaDoc"                 href="http://commons.apache.org/modeler/commons-modeler-1.0/docs/api/"/>
         </menu>
     
         <menu name="Development">

Modified: commons/proper/net/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/build.xml (original)
+++ commons/proper/net/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -147,7 +147,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
     </property>
-    <property name="title" value="Jakarta Commons Net 1.3.0-dev API">
+    <property name="title" value="Apache Commons Net 1.3.0-dev API">
     </property>
     <javadoc use="true" private="false" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.net.*">
       <classpath>

Modified: commons/proper/net/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/project.properties (original)
+++ commons/proper/net/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -36,6 +36,6 @@
 # commons site L&F
 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
 maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/

Modified: commons/proper/net/trunk/proposal/ftp2/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/proposal/ftp2/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/proposal/ftp2/build.xml (original)
+++ commons/proper/net/trunk/proposal/ftp2/build.xml Mon Jul 30 21:17:09 2007
@@ -136,7 +136,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  . All Rights Reserved.">
     </property>
-    <property name="title" value="Jakarta Commons/Net FTP Proposal SNAPSHOT API">
+    <property name="title" value="Apache Commons/Net FTP Proposal SNAPSHOT API">
     </property>
     <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.net.ftp.ftp2.*">
       <classpath>

Modified: commons/proper/net/trunk/proposal/ftp2/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/proposal/ftp2/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/proposal/ftp2/project.xml (original)
+++ commons/proper/net/trunk/proposal/ftp2/project.xml Mon Jul 30 21:17:09 2007
@@ -18,18 +18,18 @@
 
 <project>
   <pomVersion>3</pomVersion>
-  <name>Jakarta Commons/Net FTP Proposal</name>
+  <name>Apache Commons/Net FTP Proposal</name>
   <groupId>commons-net-ftp2</groupId>
   <artifactId>commons-net-ftp2</artifactId>
   <currentVersion>SNAPSHOT</currentVersion>
   <organization/>
   <package>org.apache.commons.net.ftp.ftp2</package>
   
-  <shortDescription>Jakarta Commons/Net FTP Proposal</shortDescription>
+  <shortDescription>Apache Commons/Net FTP Proposal</shortDescription>
   
   <description/>
   
-  <url>http://jakarta.apache.org/commons/sandbox/net/</url>
+  <url>http://commons.apache.org/sandbox/net/</url>
   <issueTrackingUrl/>
   <siteAddress/>
   <siteDirectory/>

Modified: commons/proper/net/trunk/xdocs/code-standards.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/code-standards.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/xdocs/code-standards.xml (original)
+++ commons/proper/net/trunk/xdocs/code-standards.xml Mon Jul 30 21:17:09 2007
@@ -43,7 +43,7 @@
 </p>
 
 <p>
-Below is a list of coding conventions that are specific to Jakarta Commons/Net
+Below is a list of coding conventions that are specific to Apache Commons/Net
 everything else not specificially mentioned here should follow the official
 <a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">Sun
 Java Coding Conventions</a>.

Modified: commons/proper/net/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/cvs-usage.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/xdocs/cvs-usage.xml (original)
+++ commons/proper/net/trunk/xdocs/cvs-usage.xml Mon Jul 30 21:17:09 2007
@@ -25,20 +25,20 @@
 <!-- ================================================== -->
 <section name="Source repository">
 <p>
-  Jakarta Commons Net is hosted on the Apache
+  Apache Commons Net 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/net/trunk</code>
+  <code>http://svn.apache.org/repos/asf/commons/proper/net/trunk</code>
 </p>
 <p>
   The best way to view the repository is via the
-  <a href="http://svn.apache.org/viewvc/jakarta/commons/proper/net/trunk/">subversion viewer</a>.
+  <a href="http://svn.apache.org/viewvc/commons/proper/net/trunk/">subversion viewer</a>.
 </p>
 <p>
   The alternative is to use the
-  <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk/">native subversion</a> display.
+  <a href="http://svn.apache.org/repos/asf/commons/proper/net/trunk/">native subversion</a> display.
 </p>
 <p>
   For more information on subversion and creating patches see the

Modified: commons/proper/net/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/download.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/xdocs/download.xml (original)
+++ commons/proper/net/trunk/xdocs/download.xml Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 <document>
 
   <properties>
-    <title>Jakarta Commons/Net Download</title>
+    <title>Apache Commons/Net Download</title>
     <author email="brekke@apache.org">Jeffrey D. Brekke</author>
   </properties>
 

Modified: commons/proper/net/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/xdocs/index.xml (original)
+++ commons/proper/net/trunk/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -19,15 +19,15 @@
 <document>
 
  <properties>
-  <title>Jakarta Commons Net</title>
+  <title>Apache Commons Net</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 
  <body>
  
-   <section name="Jakarta Commons Net">
+   <section name="Apache Commons Net">
    <p>
-     Jakarta Commons Net implements the client side of many basic
+     Apache Commons Net implements the client side of many basic
      Internet protocols.  The purpose of the library is to provide
      fundamental protocol access, not higher-level
      abstractions. Therefore, some of the design violates
@@ -62,14 +62,14 @@
    </section>
    <section name="Background">
    <p>
-    Jakarta Commons Net started as a commercial Java library called
+    Apache Commons Net started as a commercial Java library called
     NetComponents, originally developed by ORO, Inc. in the early
     days of Java.  After its 1.3.8 release in 1998, the source code was
     donated to the Apache Software Foundation and made available under
     the Apache License.  Since then, many programmers have contributed
-    to the continued development of Jakarta Commons Net.  The current
+    to the continued development of Apache Commons Net.  The current
     version numbering scheme bears no relation to the old.  In other
-    words, Jakarta Commons Net 1.0 succeeded and supplanted
+    words, Apache Commons Net 1.0 succeeded and supplanted
     NetComponents 1.3.8.
    </p>
    </section>

Modified: commons/proper/net/trunk/xdocs/migration.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/migration.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/xdocs/migration.xml (original)
+++ commons/proper/net/trunk/xdocs/migration.xml Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 <document>
 
   <properties>
-    <title>Jakarta Commons/Net Migration How-to</title>
+    <title>Apache Commons/Net Migration How-to</title>
     <author email="brekke@apache.org">Jeffrey D. Brekke</author>
   </properties>
 

Modified: commons/proper/net/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/net/trunk/xdocs/navigation.xml (original)
+++ commons/proper/net/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!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'>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -16,15 +16,15 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project name="Jakarta Commons/Net">
+<project name="Apache Commons/Net">
 
-  <title>Jakarta Commons/Net</title>
+  <title>Apache Commons/Net</title>
 
   <body>
     <links>
       <item name="Apache"  href="http://www.apache.org"/>
       <item name="Jakarta" href="http://jakarta.apache.org"/>
-      <item name="Commons" href="http://jakarta.apache.org/commons/"/>
+      <item name="Commons" href="http://commons.apache.org/"/>
     </links>
     <menu name="Documentation">
       <item name="Migration How-to"      href="/migration.html"/>

Modified: commons/proper/pool/trunk/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/README.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/pool/trunk/README.txt (original)
+++ commons/proper/pool/trunk/README.txt Mon Jul 30 21:17:09 2007
@@ -1,2 +1,2 @@
-See http://jakarta.apache.org/commons/pool/ for additional and 
+See http://commons.apache.org/pool/ for additional and 
 up-to-date information on Commons Pool.

Modified: commons/proper/pool/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -39,7 +39,7 @@
       <property name="classpath" value="${cp}:${junit.jar}"/>
 
       <property name="name" value="commons-pool"/>
-      <property name="title" value="Jakarta Commons Object Pooling Package"/>
+      <property name="title" value="Apache Commons Object Pooling Package"/>
       <property name="version" value="Nightly-${DSTAMP}${TSTAMP}"/>
       <property name="package" value="org.apache.commons.pool.*"/>
 

Modified: commons/proper/pool/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/pool/trunk/project.properties (original)
+++ commons/proper/pool/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -35,7 +35,7 @@
 maven.xdoc.date=bottom
 maven.xdoc.poweredby.image=maven-feather.png
 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.compile.debug=on
 maven.compile.deprecation=off

Modified: commons/proper/pool/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/downloads.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/pool/trunk/xdocs/downloads.xml (original)
+++ commons/proper/pool/trunk/xdocs/downloads.xml Mon Jul 30 21:17:09 2007
@@ -36,7 +36,7 @@
          <p>
             The latest release binary and source releases are always available on the
             <a href="http://jakarta.apache.org/site/downloads/downloads_commons-pool.cgi">
-            Jakarta Commons Pool Downloads page</a>.
+            Apache Commons Pool Downloads page</a>.
          </p>
          <p>
             Commons-pool 2.0 only depends at runtime on a Java 1.4 or better JVM.
@@ -46,7 +46,7 @@
          </p>
          <p>
             Commons-pool 1.2 depends at runtime on
-            <a href="http://jakarta.apache.org/commons/collections/">commons-collections</a>.
+            <a href="http://commons.apache.org/collections/">commons-collections</a>.
          </p>
          <p>
             Older releases are retained by the Apache Software Foundation but are 

Modified: commons/proper/pool/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/pool/trunk/xdocs/index.xml (original)
+++ commons/proper/pool/trunk/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -51,13 +51,13 @@
       <section name="Features">
         <p>
             The 
-            <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/package-summary.html">org.apache.commons.pool</a> 
+            <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/package-summary.html">org.apache.commons.pool</a> 
             package defines a handful of pooling interfaces and some base classes 
             that may be useful when creating new pool implementations.
         </p>
         <subsection name="ObjectPool">
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/ObjectPool.html"><code>ObjectPool</code></a>
              defines a trivially simple pooling interface:
           </p>
 <source>
@@ -72,13 +72,13 @@
             implementations interchangeably. 
           </p>           
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/BaseObjectPool.html"><code>BaseObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/BaseObjectPool.html"><code>BaseObjectPool</code></a>
              provides an abstract base implementation of <code>ObjectPool</code>. Clients are
              encouraged but not required to extend <code>BaseObjectPool</code> for new 
              <code>ObjectPool</code> implementations.
           </p>
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/KeyedObjectPool.html"><code>KeyedObjectPool</code></a>
              defines a similiar interface for pools composed of heterogenous objects:
           </p>
 <source>
@@ -92,7 +92,7 @@
           <p>
              The <i>Pool</i> package makes it possible separate the way in which instances
              are pooled from the way in which instances are created and destroyed. 
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/PoolableObjectFactory.html"><code>PoolableObjectFactory</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/PoolableObjectFactory.html"><code>PoolableObjectFactory</code></a>
              supports this by providing a generic inteface for the lifecycle of a pooled object:
           </p>
 <source>
@@ -111,12 +111,12 @@
              from the kinds of objects that are pooled.  
           </p>           
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/BasePoolableObjectFactory.html"><code>BasePoolableObjectFactory</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/BasePoolableObjectFactory.html"><code>BasePoolableObjectFactory</code></a>
              provides an abstract base implementation of <code>PoolableObjectFactory</code> that
              makes implementations a snap.
           </p>
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/KeyedPoolableObjectFactory.html"><code>KeyedPoolableObjectFactory</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/KeyedPoolableObjectFactory.html"><code>KeyedPoolableObjectFactory</code></a>
              defines a similiar interface for <code>KeyedObjectPool</code>s:
           </p>
 <source>
@@ -129,41 +129,41 @@
 }
 </source>           
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html"><code>BaseKeyedPoolableObjectFactory</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/BaseKeyedPoolableObjectFactory.html"><code>BaseKeyedPoolableObjectFactory</code></a>
              provides an abstract base implementation of <code>KeyedPoolableObjectFactory</code> that
              makes implementations a snap.
           </p>
         </subsection>
         <p>
             The 
-            <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/impl/package-summary.html">org.apache.commons.pool.impl</a> 
+            <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/package-summary.html">org.apache.commons.pool.impl</a> 
             package provides some <i>Pool</i> implementations.
         </p>
         <subsection name="StackObjectPool">
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/impl/StackObjectPool.html"><code>StackObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/StackObjectPool.html"><code>StackObjectPool</code></a>
              will pool a finite number of "idle" instances, but will create new instances a needed in 
              order to support high demand.
           </p>
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/impl/StackKeyedObjectPool.html"><code>StackKeyedObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/StackKeyedObjectPool.html"><code>StackKeyedObjectPool</code></a>
              offers the same behavior for keyed pools.
           </p>
         </subsection>
         <subsection name="GenericObjectPool">
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/impl/GenericObjectPool.html"><code>GenericObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/GenericObjectPool.html"><code>GenericObjectPool</code></a>
              provides a wide variety of configuration options, including the ablity to cap the number of idle or
              active instances, to evict instances as they sit idle in the pool, etc.
           </p>
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/impl/GenericKeyedObjectPool.html"><code>GenericKeyedObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/GenericKeyedObjectPool.html"><code>GenericKeyedObjectPool</code></a>
              offers the same behavior for keyed pools.
           </p>
         </subsection>
         <subsection name="SoftReferenceObjectPool">
           <p>
-             <a href="http://jakarta.apache.org/commons/pool/apidocs/org/apache/commons/pool/impl/SoftReferenceObjectPool.html"><code>SoftReferenceObjectPool</code></a>
+             <a href="http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/SoftReferenceObjectPool.html"><code>SoftReferenceObjectPool</code></a>
              can grow as needed, but allows the garbage collector to evict idle instances from the pool as needed. 
           </p>
         </subsection>

Modified: commons/proper/pool/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/pool/trunk/xdocs/navigation.xml (original)
+++ commons/proper/pool/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    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="Commons Pool">
     <title>Commons Pool</title>
     <organizationLogo href="/images/jakarta-logo-blue.gif">
@@ -23,14 +23,14 @@
   	</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&#xA0;Pool">
             <item name="Overview"                      href="/index.html" />
-            <item name="Javadoc (1.2 release)"         href="http://jakarta.apache.org/commons/pool/api-1.2/index.html"/>
-            <item name="Javadoc (1.3 release)"         href="http://jakarta.apache.org/commons/pool/api-1.3/index.html"/>
+            <item name="Javadoc (1.2 release)"         href="http://commons.apache.org/pool/api-1.2/index.html"/>
+            <item name="Javadoc (1.3 release)"         href="http://commons.apache.org/pool/api-1.3/index.html"/>
             <item name="Javadoc (2.0-SNAPSHOT)"        href="apidocs/index.html"/>
             <item name="Developers&#xA0;Guide"         href="/guide/index.html" collapse="true">
                 <item name="Class&#xA0;Diagrams"       href="/guide/classdiagrams.html"/>

Modified: commons/proper/pool/trunk/xdocs/release-plan.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/xdocs/release-plan.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/pool/trunk/xdocs/release-plan.xml (original)
+++ commons/proper/pool/trunk/xdocs/release-plan.xml Mon Jul 30 21:17:09 2007
@@ -55,8 +55,8 @@
 </subsection>
 
 <subsection name="Release Process">
-<p>The <a href="http://jakarta.apache.org/commons/releases/index.html">
-Jakarta Commons release process</a> will be followed.</p>
+<p>The <a href="http://commons.apache.org/releases/index.html">
+Apache Commons release process</a> will be followed.</p>
 </subsection>
 
 <subsection name="Timeline:">

Modified: commons/proper/primitives/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/STATUS.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/primitives/trunk/STATUS.txt (original)
+++ commons/proper/primitives/trunk/STATUS.txt Mon Jul 30 21:17:09 2007
@@ -1,6 +1,6 @@
 Commons Primitives Status
 $Revision$ $Date$
-http://jakarta.apache.org/commons/primitives/
+http://commons.apache.org/primitives/
 
 Summary:
 
@@ -10,7 +10,7 @@
   Relatively little functionality is provided by the JDK for primitives.
   This package addresses this by providing a set of utility and collection classes for primitives.
 
-  Commons Primitives is a component developed by Jakarta Commons, 
+  Commons Primitives is a component developed by Apache Commons, 
   a subproject of the Apache Jakarta project.
  
 Releases:
@@ -29,14 +29,14 @@
 
 Assets:
 
-  Web site:         http://jakarta.apache.org/commons/primitives
+  Web site:         http://commons.apache.org/primitives
 
   Mailing lists:    dev@commons.apache.org  (developers)
                     user@commons.apache.org (users)
 
   Repositories:     jakarta-commons/primitives
                     http://people.apache.org/viewcvs.cgi/jakarta-commons/primitives/
-                    Also see http://jakarta.apache.org/commons/primitives/cvs-usage.html
+                    Also see http://commons.apache.org/primitives/cvs-usage.html
 
 Committers:
 

Modified: commons/proper/primitives/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/primitives/trunk/build.xml (original)
+++ commons/proper/primitives/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 
 <!--
-        "Primitives" component of the Jakarta Commons Subproject
+        "Primitives" component of the Apache Commons Subproject
         $Id$
 -->
 

Modified: commons/proper/primitives/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/primitives/trunk/project.properties (original)
+++ commons/proper/primitives/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 
 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
 maven.xdoc.copy.excludes=images/file.gif,images/folder-closed.gif,images/folder-open.gif,images/icon_alert.gif,images/icon_alertsml.gif,images/icon_arrowfolder1_sml.gif,images/icon_arrowfolder2_sml.gif,images/icon_arrowmembers1_sml.gif,images/icon_arrowmembers2_sml.gif,images/icon_arrowusergroups1_sml.gif,images/icon_arrowusergroups2_sml.gif,images/icon_confirmsml.gif,images/icon_help_lrg.gif,images/icon_infosml.gif,images/icon_members_sml.gif,images/icon_sortleft.gif,images/icon_sortright.gif,images/icon_usergroups_sml.gif,images/icon_waste_lrg.gif,images/icon_waste_sml.gif,images/none.png,images/nw_maj.gif,images/nw_maj_hi.gif,images/nw_med.gif,images/nw_med_hi.gif,images/nw_med_rond.gif,images/nw_min.gif,images/nw_min_036.gif,images/nw_min_hi.gif,images/poweredby_036.gif,images/product_logo.gif,images/se_maj_rond.gif,images/sw_min.gif,images/logos/**
 maven.xdoc.copy.excludes.classic=images/external-classic.png,images/help_logo.gif,images/icon_arrowfolderclosed1_sml.gif,images/icon_arrowwaste1_sml.gif,images/icon_arrowwaste2_sml.gif,images/icon_doc_lrg.gif,images/icon_doc_sml.gif,images/icon_error_lrg.gif,images/icon_folder_lrg.gif,images/icon_folder_sml.gif,images/icon_help_sml.gif,images/icon_info_lrg.gif,images/icon_members_lrg.gif,images/icon_sortdown.gif,images/icon_sortup.gif,images/icon_success_lrg.gif,images/icon_usergroups_lrg.gif,images/icon_arrowfolderopen2_sml.gif,images/icon_warning_lrg.gif,images/newwindow-classic.png,images/nw_maj_rond.gif,images/strich.gif,images/sw_maj_rond.gif,images/sw_med_rond.gif

Modified: commons/proper/primitives/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/xdocs/changes.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/primitives/trunk/xdocs/changes.xml (original)
+++ commons/proper/primitives/trunk/xdocs/changes.xml Mon Jul 30 21:17:09 2007
@@ -55,7 +55,7 @@
   <release version="1.0" date="2003-11-05">
     <action dev="rwaldhoff" type="add">
       Initial release, containing types initially developed (and unofficially released) as part of
-      the Jakarta Commons Collections component.
+      the Apache Commons Collections component.
     </action>              
   </release>
   

Modified: commons/proper/primitives/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/xdocs/cvs-usage.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/primitives/trunk/xdocs/cvs-usage.xml (original)
+++ commons/proper/primitives/trunk/xdocs/cvs-usage.xml Mon Jul 30 21:17:09 2007
@@ -24,20 +24,20 @@
 <!-- ================================================== -->
 <section name="Source repository">
 <p>
-  Jakarta Commons Primitives is hosted on the Apache
+  Apache Commons Primitives 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/primitives/trunk</code>
+  <code>http://svn.apache.org/repos/asf/commons/proper/primitives/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/primitives/trunk/">subversion viewer</a>.
+  <a href="http://svn.apache.org/viewvc/commons/proper/primitives/trunk/">subversion viewer</a>.
 </p>
 <p>
   The alternative is to use the
-  <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/primitives/trunk/">native subversion</a> display.
+  <a href="http://svn.apache.org/repos/asf/commons/proper/primitives/trunk/">native subversion</a> display.
 </p>
 </section>
 <!-- ================================================== -->

Modified: commons/proper/primitives/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/primitives/trunk/xdocs/index.xml (original)
+++ commons/proper/primitives/trunk/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -17,7 +17,7 @@
 -->
 <document>
  <properties>
-  <title>Apache Jakarta Commons Primitives</title>
+  <title>Apache Apache Commons Primitives</title>
   <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
 <body>
@@ -55,7 +55,7 @@
 </ul>
 <p>
 The <a href="cvs-usage.html">subversion repository</a> can be
-<a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/primitives/trunk/">browsed</a>.
+<a href="http://svn.apache.org/viewvc/commons/proper/primitives/trunk/">browsed</a>.
 </p>
 </section>
 <!-- ================================================== -->

Modified: commons/proper/primitives/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/primitives/trunk/xdocs/navigation.xml (original)
+++ commons/proper/primitives/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -15,14 +15,14 @@
    See the License for the specific language governing permissions and
    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="Primitives">
 
   <title>Primitives</title>
 
   <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 Primitives">
@@ -39,7 +39,7 @@
       <item name="Team" href="/team-list.html"/>
       <item name="Tasks" href="/tasks.html"/>
       <item name="Proposal" href="/proposal.html"/>
-      <item name="SVN repository" href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/primitives/trunk/"/>
+      <item name="SVN repository" href="http://svn.apache.org/viewvc/commons/proper/primitives/trunk/"/>
       <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
     </menu>
 

Modified: commons/proper/scxml/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/scxml/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -80,5 +80,5 @@
 
 Please visit the website for project information and documentation:
 
-http://jakarta.apache.org/commons/scxml/
+http://commons.apache.org/scxml/
 

Modified: commons/proper/scxml/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/STATUS.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/STATUS.html (original)
+++ commons/proper/scxml/trunk/STATUS.html Mon Jul 30 21:17:09 2007
@@ -16,13 +16,13 @@
 -->
 <html>
 <head>
-<title>Status File for Jakarta Commons "SCXML" Component</title>
+<title>Status File for Apache Commons "SCXML" Component</title>
 </head>
 <body bgcolor="white">
 
 
 <div align="center">
-<h1>The Jakarta Commons <em>SCXML</em> Component</h1>
+<h1>The Apache Commons <em>SCXML</em> Component</h1>
 $Id$<br />
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>
@@ -53,10 +53,10 @@
 components for development and use:</p>
 <ul>
 <li>Apache Jakarta 
-<a href="http://jakarta.apache.org/commons/digester/">Commons 
+<a href="http://commons.apache.org/digester/">Commons 
 Digester</a></li>
 <li>Apache Jakarta 
-<a href="http://jakarta.apache.org/commons/logging/">Commons 
+<a href="http://commons.apache.org/logging/">Commons 
 Logging</a></li>
 <li><a href="http://java.sun.com/j2se">Java Development Kit</a> 
 (Version 1.4 or later)</li>
@@ -75,7 +75,7 @@
 servlet/JSP environment which needs: </p>
 <ul>
 <li>Apache Jakarta 
-<a href="http://jakarta.apache.org/commons/el/">Commons EL</a></li>
+<a href="http://commons.apache.org/el/">Commons EL</a></li>
 <li><a href="http://java.sun.com/products/servlet/">Servlet 2.4</a></li>
 <li><a href="http://java.sun.com/products/jsp/">JSP 2.0</a></li>
 </ul>

Modified: commons/proper/scxml/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/project.properties (original)
+++ commons/proper/scxml/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 maven.xdoc.date=left
 maven.xdoc.poweredby.image=maven-feather.png
 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.includeProjectDocumentation=yes
 maven.xdoc.xml.copy=usecases/rdc-group/*.xml,usecases/shale-dialogs/*.xml
 

Modified: commons/proper/scxml/trunk/scxml-checks.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/scxml-checks.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/scxml-checks.xml (original)
+++ commons/proper/scxml/trunk/scxml-checks.xml Mon Jul 30 21:17:09 2007
@@ -48,7 +48,7 @@
 -->
 <!--
 
-  This ruleset is customized for Apache Jakarta Commons SCXML.
+  This ruleset is customized for Apache Apache Commons SCXML.
 
   For changes to the defaults sun checks, search for string "Commons SCXML"
 

Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/env/Tracer.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/env/Tracer.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/env/Tracer.java (original)
+++ commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/env/Tracer.java Mon Jul 30 21:17:09 2007
@@ -27,7 +27,7 @@
 import org.xml.sax.SAXParseException;
 
 /**
- * A simple tracer connected to Jakarta Commons Logging.
+ * A simple tracer connected to Apache Commons Logging.
  *
  */
 public class Tracer implements ErrorHandler, ErrorReporter,

Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLParser.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLParser.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLParser.java (original)
+++ commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLParser.java Mon Jul 30 21:17:09 2007
@@ -104,7 +104,7 @@
      * implementations.
      */
     private static final String NAMESPACE_COMMONS_SCXML =
-        "http://jakarta.apache.org/commons/scxml";
+        "http://commons.apache.org/scxml";
 
     //---------------------- PUBLIC METHODS ----------------------//
     /**

Modified: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-03.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-03.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-03.xml (original)
+++ commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-03.xml Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
    Needs SCXMLParser.
 -->
 <scxml xmlns="http://www.w3.org/2005/07/scxml"
-       xmlns:cs="http://jakarta.apache.org/commons/scxml"
+       xmlns:cs="http://commons.apache.org/scxml"
        version="1.0"
        initialstate="off">
   

Modified: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-04.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-04.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-04.xml (original)
+++ commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-04.xml Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
    Needs SCXMLParser.
 -->
 <scxml xmlns="http://www.w3.org/2005/07/scxml"
-       xmlns:cs="http://jakarta.apache.org/commons/scxml"
+       xmlns:cs="http://commons.apache.org/scxml"
        version="1.0"
        initialstate="microwave">
 

Modified: commons/proper/scxml/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/cvs-usage.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/xdocs/cvs-usage.xml (original)
+++ commons/proper/scxml/trunk/xdocs/cvs-usage.xml Mon Jul 30 21:17:09 2007
@@ -24,20 +24,20 @@
 <!-- ================================================== -->
 <section name="Commons SCXML Source repository">
 <p>
-  Jakarta Commons SCXML is hosted on the Apache
+  Apache Commons SCXML 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/scxml/trunk</code>
+  <code>http://svn.apache.org/repos/asf/commons/proper/scxml/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/scxml/trunk/">subversion viewer</a>.
+  <a href="http://svn.apache.org/viewvc/commons/proper/scxml/trunk/">subversion viewer</a>.
 </p>
 <p>
   The alternative is to use the
-  <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/trunk/">native subversion</a> display.
+  <a href="http://svn.apache.org/repos/asf/commons/proper/scxml/trunk/">native subversion</a> display.
 </p>
 </section>
 <!-- ================================================== -->

Modified: commons/proper/scxml/trunk/xdocs/guide/contexts-evaluators.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/guide/contexts-evaluators.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/xdocs/guide/contexts-evaluators.xml (original)
+++ commons/proper/scxml/trunk/xdocs/guide/contexts-evaluators.xml Mon Jul 30 21:17:09 2007
@@ -120,9 +120,9 @@
 
    <subsection name="Commons JEXL">
     <p>See Commons JEXL reference for 
-    <a href="http://jakarta.apache.org/commons/jexl/reference/syntax.html#Functions">
+    <a href="http://commons.apache.org/jexl/reference/syntax.html#Functions">
     builtin JEXL functions</a> and the calling methods section of the
-    <a href="http://jakarta.apache.org/commons/jexl/reference/examples.html">
+    <a href="http://commons.apache.org/jexl/reference/examples.html">
     examples page</a>. As a summary, if the context contains an object
     under name <code>foo</code> which has an accessible method
     <code>bar()</code>, then the JEXL expression for calling the method is

Modified: commons/proper/scxml/trunk/xdocs/guide/core-digester.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/guide/core-digester.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/xdocs/guide/core-digester.xml (original)
+++ commons/proper/scxml/trunk/xdocs/guide/core-digester.xml Mon Jul 30 21:17:09 2007
@@ -27,9 +27,9 @@
 
   <section name="Commons SCXML - Digesting SCXML documents for Commons SCXML">
     <p>Commons SCXML provides its own implementation of the
-    <a href="http://jakarta.apache.org/commons/scxml/apidocs/org/apache/commons/scxml/model/package-summary.html">
+    <a href="http://commons.apache.org/scxml/apidocs/org/apache/commons/scxml/model/package-summary.html">
     Java object model for SCXML</a>
-    and a configured <a href="http://jakarta.apache.org/commons/digester">
+    and a configured <a href="http://commons.apache.org/digester">
     Digester</a> that can digest SCXML documents into that object model.</p>
 
     <subsection name="Usage">

Modified: commons/proper/scxml/trunk/xdocs/guide/custom-actions.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/guide/custom-actions.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/xdocs/guide/custom-actions.xml (original)
+++ commons/proper/scxml/trunk/xdocs/guide/custom-actions.xml Mon Jul 30 21:17:09 2007
@@ -102,7 +102,7 @@
       value of the name attribute when it executes.</p>
 
     <p>A simple example is
-      <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-01.xml">here</a>
+      <a href="http://svn.apache.org/repos/asf/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-01.xml">here</a>
       .</p>
 
    </subsection>
@@ -154,7 +154,7 @@
        can be added by directly by obtaining a Digester instance with the
        "default" SCXML rules using the <code>newInstance()</code> methods
        and further directly adding the necessary rules using the
-       <a href="http://jakarta.apache.org/commons/digester/commons-digester-1.7/docs/api/">digester API</a>
+       <a href="http://commons.apache.org/digester/commons-digester-1.7/docs/api/">digester API</a>
        .</p>
 
    </subsection>

Modified: commons/proper/scxml/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/xdocs/navigation.xml (original)
+++ commons/proper/scxml/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -16,7 +16,7 @@
  * limitations under the License.
 -->
 <!DOCTYPE org.apache.commons.menus SYSTEM 
-         'http://jakarta.apache.org/commons/build/maven-build.dtd'>
+         'http://commons.apache.org/build/maven-build.dtd'>
 <project name="Commons SCXML">
 
   <title>Commons SCXML</title>
@@ -29,7 +29,7 @@
       <item name="Jakarta"
             href="http://jakarta.apache.org"/>
       <item name="Commons"
-            href="http://jakarta.apache.org/commons/"/>
+            href="http://commons.apache.org/"/>
     </links>
 
     <menu         name="Commons SCXML Resources">
@@ -110,7 +110,7 @@
                   href="/team-list.html"/>
 
       <item       name="SVN repository"
-                  href="http://svn.apache.org/viewcvs/jakarta/commons/proper/scxml/trunk/"/>
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/trunk/"/>
 
       <item       name="Nightly snapshots"
                   href="http://people.apache.org/builds/jakarta-commons/nightly/commons-scxml/"/>
@@ -127,10 +127,10 @@
                   href="/0.6/apidocs/index.html" />
 
         <item     name="Release notes"
-                  href="http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/tags/SCXML_0_6/RELEASE-NOTES.txt?view=markup" />
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_6/RELEASE-NOTES.txt?view=markup" />
 
         <item     name="Source"
-                  href="http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/tags/SCXML_0_6/" />
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_6/" />
 
       </item>
 
@@ -142,10 +142,10 @@
                   href="/0.5/apidocs/index.html" />
 
         <item     name="Release notes"
-                  href="http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/tags/SCXML_0_5/RELEASE-NOTES.txt?view=markup" />
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_5/RELEASE-NOTES.txt?view=markup" />
 
         <item     name="Source"
-                  href="http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/tags/SCXML_0_5/" />
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_5/" />
 
       </item>
 

Modified: commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java (original)
+++ commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
  * You may build in a package on your choice. Dependency information:
  *
  * Commons SCXML dependencies -
- * http://jakarta.apache.org/commons/scxml/dependencies.html
+ * http://commons.apache.org/scxml/dependencies.html
  *
  * Apache Shale dependencies -
  * http://shale.apache.org/dependencies.html

Modified: commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java.txt
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java.txt (original)
+++ commons/proper/scxml/trunk/xdocs/usecases/shale-dialogs/SCXMLDialogNavigationHandler.java.txt Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
  * You may build in a package on your choice. Dependency information:
  *
  * Commons SCXML dependencies -
- * http://jakarta.apache.org/commons/scxml/dependencies.html
+ * http://commons.apache.org/scxml/dependencies.html
  *
  * Apache Shale dependencies -
  * http://shale.apache.org/dependencies.html

Modified: commons/proper/transaction/trunk/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/transaction/trunk/README.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/transaction/trunk/README.txt (original)
+++ commons/proper/transaction/trunk/README.txt Mon Jul 30 21:17:09 2007
@@ -1,7 +1,7 @@
-Jakarta Commons Transaction
+Apache Commons Transaction
 ===========================
 
-Welcome to the Transaction component of the Jakarta Commons project.
+Welcome to the Transaction component of the Apache Commons project.
 This component contains implementations of utility classes commonly used in
 transactional Java programming. Initially there are implementations for
 multi level locks, transactional collections and transactional file access.

Modified: commons/proper/transaction/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/transaction/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/transaction/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/transaction/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Jakarta Commons Transaction Release 1.3
+Apache Commons Transaction Release 1.3
 ---------------------------------------
 
 RELEASE NUMBER: 1.3

Modified: commons/proper/transaction/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/transaction/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/transaction/trunk/project.properties (original)
+++ commons/proper/transaction/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -25,7 +25,7 @@
 maven.xdoc.date=left
 maven.xdoc.poweredby.image=maven-feather.png
 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.compile.debug=on
 maven.compile.deprecation=off

Modified: commons/proper/transaction/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/transaction/trunk/xdocs/cvs-usage.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/transaction/trunk/xdocs/cvs-usage.xml (original)
+++ commons/proper/transaction/trunk/xdocs/cvs-usage.xml Mon Jul 30 21:17:09 2007
@@ -24,20 +24,20 @@
 <!-- ================================================== -->
 <section name="Source repository">
 <p>
-  Jakarta Commons Transaction is hosted on the Apache
+  Apache Commons Transaction 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/transaction/trunk</code>
+  <code>http://svn.apache.org/repos/asf/commons/proper/transaction/trunk</code>
 </p>
 <p>
   The best way to view the repository is via the
-  <a href="http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/">subversion viewer</a>.
+  <a href="http://svn.apache.org/viewvc/commons/proper/transaction/trunk/">subversion viewer</a>.
 </p>
 <p>
   The alternative is to use the
-  <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/transaction/trunk/">native subversion</a> display.
+  <a href="http://svn.apache.org/repos/asf/commons/proper/transaction/trunk/">native subversion</a> display.
 </p>
 <p>
   For more information on subversion and creating patches see the

Modified: commons/proper/transaction/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/transaction/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/transaction/trunk/xdocs/navigation.xml (original)
+++ commons/proper/transaction/trunk/xdocs/navigation.xml Mon Jul 30 21:17:09 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!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'>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -20,7 +20,7 @@
     <title>Commons&#xA0;Transaction</title>
     <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&#xA0;Transaction">

Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/validator/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -7,7 +7,7 @@
 Dependencies
 ------------
 The dependencies for Validator 1.3.1 are unchanged since the 1.3.0 release.
-(See http://jakarta.apache.org/commons/validator/dependencies.html)
+(See http://commons.apache.org/validator/dependencies.html)
 
 N.B. Jakarta ORO (http://jakarta.apache.org/oro/) has now been marked as
      an optional dependency in the project.xml as it is only required

Modified: commons/proper/validator/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/STATUS.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/STATUS.html (original)
+++ commons/proper/validator/trunk/STATUS.html Mon Jul 30 21:17:09 2007
@@ -16,13 +16,13 @@
 -->
 <html>
 <head>
-<title>Status File for Jakarta Commons "Validator" Component</title>
+<title>Status File for Apache Commons "Validator" Component</title>
 <head>
 <body bgcolor="white">
 
 
 <div align="center">
-<h1>The Jakarta Commons <em>Validator</em> Component</h1>
+<h1>The Apache Commons <em>Validator</em> Component</h1>
 <br>
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>

Modified: commons/proper/validator/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/build.xml (original)
+++ commons/proper/validator/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 
 <!--
-        "Validator" component of the Jakarta Commons Subproject
+        "Validator" component of the Apache Commons Subproject
         $Id$
         $Rev$ $Date$
 -->

Modified: commons/proper/validator/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/project.properties (original)
+++ commons/proper/validator/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 # contain all the jars needed to build Validator, even if a jar
 # is missing on ibiblio
 
-#maven.repo.remote=http://repo1.maven.org/maven/,http://jakarta.apache.org/commons/validator/repo
+#maven.repo.remote=http://repo1.maven.org/maven/,http://commons.apache.org/validator/repo
 maven.repo.remote=http://repo1.maven.org/maven
 
 maven.checkstyle.properties=checkstyle.xml
@@ -43,7 +43,7 @@
 maven.xdoc.poweredby.image=
 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
 
 compile.debug = on
 compile.optimize = off

Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/package.html
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/package.html (original)
+++ commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/package.html Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
 <br><br>
 <a name="doc.Description"></a>
 <div align="center">
-<a href="http://jakarta.apache.org/commons/validator/dependencies.html">[Dependencies]</a>
+<a href="http://commons.apache.org/validator/dependencies.html">[Dependencies]</a>
 <a href="#doc.Intro">[Introduction]</a>
 <a href="#doc.Overview">[Overview]</a>
 <a href="#doc.Resources">[Resources]</a>
@@ -72,8 +72,8 @@
    Validation rules can be defined in an xml file which keeps
    them abstracted from JavaBean you are validating.  The
    property reference to a field supports nested properties
-   using the Jakarta Commons BeanUtils
-   (http://jakarta.apache.org/commons/beanutils.html) package.
+   using the Apache Commons BeanUtils
+   (http://commons.apache.org/beanutils.html) package.
    Error messages and the arguments for error messages can be
    associated with a fields validation.
 </p>

Modified: commons/proper/validator/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/site/site.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/src/site/site.xml (original)
+++ commons/proper/validator/trunk/src/site/site.xml Mon Jul 30 21:17:09 2007
@@ -37,11 +37,11 @@
             <item name="Wiki"                href="http://wiki.apache.org/jakarta-commons/Validator"/>
 
             <item name="JavaDocs">
-                <item name="1.3.1 Release"   href="http://jakarta.apache.org/commons/validator/api-1.3.1/"/>
-                <item name="1.3.0 Release"   href="http://jakarta.apache.org/commons/validator/api-1.3.0/"/>
-                <item name="1.2.0 Release"   href="http://jakarta.apache.org/commons/validator/api-1.2.0/"/>
-                <item name="1.1.4 Release"   href="http://jakarta.apache.org/commons/validator/api-1.1.4/"/>
-                <item name="1.0.2 Release"   href="http://jakarta.apache.org/commons/validator/api-1.0.2/"/>
+                <item name="1.3.1 Release"   href="http://commons.apache.org/validator/api-1.3.1/"/>
+                <item name="1.3.0 Release"   href="http://commons.apache.org/validator/api-1.3.0/"/>
+                <item name="1.2.0 Release"   href="http://commons.apache.org/validator/api-1.2.0/"/>
+                <item name="1.1.4 Release"   href="http://commons.apache.org/validator/api-1.1.4/"/>
+                <item name="1.0.2 Release"   href="http://commons.apache.org/validator/api-1.0.2/"/>
             </item>
         </menu>
     

Modified: commons/proper/validator/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/xdocs/building.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/xdocs/building.xml (original)
+++ commons/proper/validator/trunk/xdocs/building.xml Mon Jul 30 21:17:09 2007
@@ -46,7 +46,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/validator/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/xdocs/changes.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/xdocs/changes.xml (original)
+++ commons/proper/validator/trunk/xdocs/changes.xml Mon Jul 30 21:17:09 2007
@@ -240,11 +240,11 @@
       </action>
       <action dev="dgraham" type="update">
         Upgrade dependency versions to
-        <a href="http://jakarta.apache.org/commons/beanutils/">Commons BeanUtils</a> 1.7.0, 
-        <a href="http://jakarta.apache.org/commons/digester/">Commons Digester</a> 1.6 
-        and <a href="http://jakarta.apache.org/commons/logging/">Commons Logging</a> 1.0.4. 
+        <a href="http://commons.apache.org/beanutils/">Commons BeanUtils</a> 1.7.0, 
+        <a href="http://commons.apache.org/digester/">Commons Digester</a> 1.6 
+        and <a href="http://commons.apache.org/logging/">Commons Logging</a> 1.0.4. 
         Remove dependency on 
-        <a href="http://jakarta.apache.org/commons/beanutils/">Commons Collections</a> 
+        <a href="http://commons.apache.org/beanutils/">Commons Collections</a> 
         (BeanUtils 1.7.0 has removed its dependency on Collections by including the
          few Collections classes required in its distribution).
       </action>

Modified: commons/proper/validator/trunk/xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/xdocs/cvs-usage.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/validator/trunk/xdocs/cvs-usage.xml (original)
+++ commons/proper/validator/trunk/xdocs/cvs-usage.xml Mon Jul 30 21:17:09 2007
@@ -25,20 +25,20 @@
 <!-- ================================================== -->
 <section name="Source repository">
 <p>
-  Jakarta Commons Validator is hosted on the Apache
+  Apache Commons Validator 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/validator/trunk</code>
+  <code>http://svn.apache.org/repos/asf/commons/proper/validator/trunk</code>
 </p>
 <p>
   The best way to view the repository is via the
-  <a href="http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/">subversion viewer</a>.
+  <a href="http://svn.apache.org/viewvc/commons/proper/validator/trunk/">subversion viewer</a>.
 </p>
 <p>
   The alternative is to use the
-  <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/validator/trunk/">native subversion</a> display.
+  <a href="http://svn.apache.org/repos/asf/commons/proper/validator/trunk/">native subversion</a> display.
 </p>
 <p>
   For more information on subversion and creating patches see the