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 [4/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/codec/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/codec/trunk/xdocs/navigation.xml (original)
+++ commons/proper/codec/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="Codec">
 
   <title>Codec</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 Codec">
@@ -40,7 +40,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/codec/trunk/"/>
+      <item name="SVN repository" href="http://svn.apache.org/viewvc/commons/proper/codec/trunk/"/>
       <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
     </menu>
 

Modified: commons/proper/codec/trunk/xdocs/proposal.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/proposal.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/codec/trunk/xdocs/proposal.xml (original)
+++ commons/proper/codec/trunk/xdocs/proposal.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 <document>
  <properties>
-  <title>Jakarta Commons-Codec: Proposal</title>
+  <title>Apache Commons-Codec: Proposal</title>
  </properties>
 
  <body>

Modified: commons/proper/collections/trunk/DEVELOPERS-GUIDE.html
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/DEVELOPERS-GUIDE.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/DEVELOPERS-GUIDE.html (original)
+++ commons/proper/collections/trunk/DEVELOPERS-GUIDE.html Mon Jul 30 21:17:09 2007
@@ -16,13 +16,13 @@
   -->
 <html>
 <head>
-<title>Developers guide for Jakarta Commons "Collections" Package</title>
+<title>Developers guide for Apache Commons "Collections" Package</title>
 </head>
 <body bgcolor="white">
 
 
 <div align="center">
-<h1>The Jakarta Commons <em>Collections</em> Package</h1>
+<h1>The Apache Commons <em>Collections</em> Package</h1>
 <h2>Developers Guide</h2>
 $Id$<br />
 <a href="#Introduction">[Introduction]</a>

Modified: commons/proper/collections/trunk/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/README.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/README.txt (original)
+++ commons/proper/collections/trunk/README.txt Mon Jul 30 21:17:09 2007
@@ -1,7 +1,7 @@
-Jakarta Commons Collections
+Apache Commons Collections
 ===========================
 
-Welcome to the Collections component of the Jakarta Commons project.
+Welcome to the Collections component of the Apache Commons project.
 This component contains many new collections and collection utilities.
 
 Two jar files are produced by this component.

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

Modified: commons/proper/collections/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/build.xml (original)
+++ commons/proper/collections/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
   <property name="component.title"         value="Commons Collections"/>
 
   <!-- The full title of this component -->
-  <property name="component.title.full"    value="Apache Jakarta Commons Collections"/>
+  <property name="component.title.full"    value="Apache Apache Commons Collections"/>
 
   <!-- The current version number of this component -->
   <property name="component.version"       value="3.3-SNAPSHOT"/>
@@ -374,7 +374,7 @@
   <property name="tf.name"                 value="commons-collections-testframework"/>
   <property name="tf.package"              value="org.apache.commons.collections"/>
   <property name="tf.title"                value="Commons Collections Test Framework"/>
-  <property name="tf.title.full"           value="Apache Jakarta Commons Collections Test Framework"/>
+  <property name="tf.title.full"           value="Apache Apache Commons Collections Test Framework"/>
   <property name="tf.version"              value="${component.version}"/>
 
   <property name="tf.build.conf"           value="${build.home}/tfconf"/>

Modified: commons/proper/collections/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/project.properties (original)
+++ commons/proper/collections/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/collections/trunk/src/java/org/apache/commons/collections/overview.html
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/overview.html Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
      that complement the Java Collections Framework.
   </p>
   <p>
-     The Apache Jakarta Commons Collections Framework component adds a significant
+     The Apache Apache Commons Collections Framework component adds a significant
      amount of enhancements to the standard JDK collections. These enhancements
      come in the form of new interfaces, new implementations and utility classes.
   </p>

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/overview.html
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/overview.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/overview.html (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/overview.html Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 <p>The Collections Test Framework is an extension to JUnit to enable quick and easy testing
 of collections.</p>
 
-<h3>Apache Jakarta Commons Collections Test Framework</h3>
+<h3>Apache Apache Commons Collections Test Framework</h3>
 
 <p>
 The Collections Test Framework is an extension to JUnit to enable quick and easy testing

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

Modified: commons/proper/collections/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/xdocs/navigation.xml (original)
+++ commons/proper/collections/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 Collections">
 
   <title>Commons Collections</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 Collections">
@@ -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/collections/trunk/"/>
+      <item name="SVN repository" href="http://svn.apache.org/viewvc/commons/proper/collections/trunk/"/>
       <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
     </menu>
 

Modified: commons/proper/collections/trunk/xdocs/pick.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/xdocs/pick.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/xdocs/pick.xml (original)
+++ commons/proper/collections/trunk/xdocs/pick.xml Mon Jul 30 21:17:09 2007
@@ -90,19 +90,19 @@
 <h3>BidiMap interface</h3>
 
 <p>
-The <a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/BidiMap.html">BidiMap</a> interface and implementations in Commons Collections allow you to lookup data in both directions. There are three implementations:
+The <a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/BidiMap.html">BidiMap</a> interface and implementations in Commons Collections allow you to lookup data in both directions. There are three implementations:
 <table>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/bidimap/DualHashBidiMap.html">DualHashBidiMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/bidimap/DualHashBidiMap.html">DualHashBidiMap</a></td>
 <td>Uses two <a href="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html">HashMap</a> objects internally. This implementation is a useful general purpose BidiMap that can store any object. The objects are stored in any order, and the order may change over time.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/bidimap/DualTreeBidiMap.html">DualTreeBidiMap</a></td>
-<td>Uses two <a href="http://java.sun.com/j2se/1.4/docs/api/java/util/TreeMap.html">TreeMap</a> objects internally which means that keys and values must implement <a href="http://java.sun.com/j2se/1.4/docs/api/java/lang/Comparable.html">Comparable</a>, unless a comparator is supplied. If considering this class, the TreeBidiMap is usually a better choice. However, this is the only implementation of the <a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/SortedBidiMap.html">SortedBidiMap</a> interface.</td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/bidimap/DualTreeBidiMap.html">DualTreeBidiMap</a></td>
+<td>Uses two <a href="http://java.sun.com/j2se/1.4/docs/api/java/util/TreeMap.html">TreeMap</a> objects internally which means that keys and values must implement <a href="http://java.sun.com/j2se/1.4/docs/api/java/lang/Comparable.html">Comparable</a>, unless a comparator is supplied. If considering this class, the TreeBidiMap is usually a better choice. However, this is the only implementation of the <a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/SortedBidiMap.html">SortedBidiMap</a> interface.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/bidimap/TreeBidiMap.html">TreeBidiMap</a></td>
-<td>Dedicated implementation that requires keys and values to implement <a href="http://java.sun.com/j2se/1.4/docs/api/java/lang/Comparable.html">Comparable</a>, unless a comparator is supplied. This is an efficient implementation using a data structure that avoids duplicating data. The keys and values are held and viewed in sorted order, and the class implements the <a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/OrderedBidiMap.html">OrderedBidiMap</a> interface.</td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/bidimap/TreeBidiMap.html">TreeBidiMap</a></td>
+<td>Dedicated implementation that requires keys and values to implement <a href="http://java.sun.com/j2se/1.4/docs/api/java/lang/Comparable.html">Comparable</a>, unless a comparator is supplied. This is an efficient implementation using a data structure that avoids duplicating data. The keys and values are held and viewed in sorted order, and the class implements the <a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/OrderedBidiMap.html">OrderedBidiMap</a> interface.</td>
 </tr>
 </table>
 </p>
@@ -120,11 +120,11 @@
 <td>This map is the most commonly used and fastest implementation. It is suitable for most situations and can store any object. Objects are stored in any order, and the order may change over time.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/HashedMap.html">HashedMap</a></td>
-<td>The Commons Collections hash map implementation which is very similar in design to HashMap, but also supports easy iteration via a <a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/MapIterator.html">MapIterator</a>. This implementation is also designed to be subclassed. Use this map if you want to use the extra iterator, or to subclass. Otherwise, there is no advantage (or disadvantage) compared to the JDK HashMap.</td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/HashedMap.html">HashedMap</a></td>
+<td>The Commons Collections hash map implementation which is very similar in design to HashMap, but also supports easy iteration via a <a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/MapIterator.html">MapIterator</a>. This implementation is also designed to be subclassed. Use this map if you want to use the extra iterator, or to subclass. Otherwise, there is no advantage (or disadvantage) compared to the JDK HashMap.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/IdentityMap.html">IdentityMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/IdentityMap.html">IdentityMap</a></td>
 <td>This map operates exactly as per HashedMap but compares keys and values using == not .equals().</td>
 </tr>
 <tr>
@@ -136,7 +136,7 @@
 <td>This map ensures that the keys are always sorted, and iteration order is consistent. All keys must implement <a href="http://java.sun.com/j2se/1.4/docs/api/java/lang/Comparable.html">Comparable</a>, unless a comparator is supplied. This map should be used if you need the map to be sorted.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/LinkedMap.html">LinkedMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/LinkedMap.html">LinkedMap</a></td>
 <td>This map maintains the order that each object is added to the map. When the map is viewed via an iterator, the insertion order will be seen. This map should be used if you need to retain the insertion order.</td>
 </tr>
 <tr>
@@ -144,15 +144,15 @@
 <td>This map, available from JDK 1.4, maintains the order that each object is added to the map. When the map is viewed via an iterator, the insertion order will be seen. Commons collections' LinkedMap provides the same functionality for JDK1.2 onwards and provides a MapIterator.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/ListOrderedMap.html">ListOrderedMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/ListOrderedMap.html">ListOrderedMap</a></td>
 <td>This map decorates another map to maintains the order that each object is added to the map. The order is maintained using a list. This map should be used if you need to retain the insertion order but you also need the special features of another map.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/LRUMap.html">LRUMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/LRUMap.html">LRUMap</a></td>
 <td>This map places a maximum size limit on the map and removes the least recently used (LRU) key-value when it is full. This map should be used for caches where you want to limit the maximum memory size used, and are happy with the least recently used algorithm for removals.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/ReferenceMap.html">ReferenceMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/ReferenceMap.html">ReferenceMap</a></td>
 <td>This map enables keys and values to be garbage collected whilst still held in the map. This can be useful for building memory sensitive caches. This map should be used for caches where you want to allow garbage collection from the map.</td>
 </tr>
 <tr>
@@ -160,19 +160,19 @@
 <td>This map stores each key-value pair with a key that can be garbage collected. This can be useful for building memory sensitive caches. ReferenceMap provides the same functionality but with much more flexibility.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/ReferenceIdentityMap.html">ReferenceIdentityMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/ReferenceIdentityMap.html">ReferenceIdentityMap</a></td>
 <td>This map operates exactly as per ReferenceMap but compares keys and values using == not .equals().</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/SingletonMap.html">SingletonMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/SingletonMap.html">SingletonMap</a></td>
 <td>This map is restricted to storing one key-value pair. It may contain no more than and no less than one pair. It provides a MapIterator. This map should be used if you want to return one key-value pair and must use the Map interface.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/Flat3Map.html">Flat3Map</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/Flat3Map.html">Flat3Map</a></td>
 <td>This map is optimised to store one, two or three key-value pairs and outperforms HashMap at these sizes. For size four and above performance is about 5% slower than HashMap. This map also has good garbage collection characteristics when below size four. It provides a MapIterator. This map should be used if are 99% sure that the map will be size three or less.</td>
 </tr>
 <tr>
-<td><a href="http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/StaticBucketMap.html">StaticBucketMap</a></td>
+<td><a href="http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/map/StaticBucketMap.html">StaticBucketMap</a></td>
 <td>This map is optimised to work well in a heavily loaded multi-threaded environment. It provides synchronization internally, locking on a per 'bucket' basis, where the buckets are fixed at construction time. You should use this class if you can predict the size of the map and you are working in a very intensive multi-threaded environment.</td>
 </tr>
 </table>

Modified: commons/proper/collections/trunk/xdocs/proposal.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/xdocs/proposal.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/collections/trunk/xdocs/proposal.xml (original)
+++ commons/proper/collections/trunk/xdocs/proposal.xml Mon Jul 30 21:17:09 2007
@@ -45,7 +45,7 @@
 production deployment.  It utilizes the JUnit unit testing framework for
 developing and executing unit tests, but this is of interest only to
 developers of the component.  Collections will also be a dependency for
-several future proposed components for the Jakarta Commons subproject. </p>
+several future proposed components for the Apache Commons subproject. </p>
 
 <p>No external configuration files are utilized.</p>
 

Modified: commons/proper/commons-sandbox-parent/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/src/site/site.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/commons-sandbox-parent/trunk/src/site/site.xml (original)
+++ commons/proper/commons-sandbox-parent/trunk/src/site/site.xml Mon Jul 30 21:17:09 2007
@@ -17,19 +17,19 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project name="Jakarta Commons">
+<project name="Apache Commons">
   <bannerRight>
-    <name>Jakarta Commons Sandbox</name>
-    <src>http://jakarta.apache.org/commons/images/logo.png</src>
-    <href>http://jakarta.apache.org/commons/sandbox/</href>
+    <name>Apache Commons Sandbox</name>
+    <src>http://commons.apache.org/images/logo.png</src>
+    <href>http://commons.apache.org/sandbox/</href>
   </bannerRight>
   <body>
 <!--
     <breadcrumbs>
       <item name="Apache"                   href="http://www.apache.org/" />
       <item name="Jakarta"                  href="http://jakarta.apache.org/" />
-      <item name="Jakarta Commons"          href="http://jakarta.apache.org/commons/" />
-      <item name="Sandbox"                  href="http://jakarta.apache.org/commons/sandbox/" />
+      <item name="Apache Commons"          href="http://commons.apache.org/" />
+      <item name="Sandbox"                  href="http://commons.apache.org/sandbox/" />
     </breadcrumbs>
 -->
 
@@ -38,9 +38,9 @@
 <!--
       <item name="Apache"                   href="http://www.apache.org/" />
       <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/" />
 -->
-      <item name="Sandbox"                  href="http://jakarta.apache.org/commons/sandbox/" />
+      <item name="Sandbox"                  href="http://commons.apache.org/sandbox/" />
     </links>
 
   </body>

Modified: commons/proper/configuration/trunk/gump.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/gump.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/gump.xml (original)
+++ commons/proper/configuration/trunk/gump.xml Mon Jul 30 21:17:09 2007
@@ -2,7 +2,7 @@
 
 <module name="commons-configuration">
   <description>Common ConfigurationTools</description>
-  <url href="http://jakarta.apache.org/commons/configuration/">
+  <url href="http://commons.apache.org/configuration/">
   </url>
   <cvs module="jakarta-commons" repository="jakarta">
   </cvs>

Modified: commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/project.properties (original)
+++ commons/proper/configuration/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -12,7 +12,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.distributionUrl=http://www.ibiblio.org/maven/commons-configuration/jars
 
@@ -31,7 +31,7 @@
 maven.test.failure.ignore=false
 maven.test.skip=false
 
-maven.javadoc.links=http://java.sun.com/j2se/1.5/docs/api/, http://java.sun.com/j2ee/1.4/docs/api/, http://jakarta.apache.org/commons/collections/apidocs/, http://jakarta.apache.org/commons/digester/apidocs/, http://jakarta.apache.org/commons/lang/apidocs/, http://jakarta.apache.org/commons/beanutils/apidocs/
+maven.javadoc.links=http://java.sun.com/j2se/1.5/docs/api/, http://java.sun.com/j2ee/1.4/docs/api/, http://commons.apache.org/collections/apidocs/, http://commons.apache.org/digester/apidocs/, http://commons.apache.org/lang/apidocs/, http://commons.apache.org/beanutils/apidocs/
 
 #cactus settings.  Make sure to point to your Tomcat!
 cactus.home.tomcat4x = c:/java/tomcat

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/CombinedConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/CombinedConfiguration.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/CombinedConfiguration.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/CombinedConfiguration.java Mon Jul 30 21:17:09 2007
@@ -93,7 +93,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @since 1.3
  * @version $Id$

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationBuilder.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationBuilder.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationBuilder.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationBuilder.java Mon Jul 30 21:17:09 2007
@@ -29,7 +29,7 @@
  * configuration constructed by this builder.
  * </p>
  *
- * @author <a href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons Configuration team</a>
+ * @author <a href="http://commons.apache.org/configuration/team-list.html">Commons Configuration team</a>
  * @version $Id$
  */
 public interface ConfigurationBuilder

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java Mon Jul 30 21:17:09 2007
@@ -167,7 +167,7 @@
  *
  * @since 1.3
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  */

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertiesConfigurationLayout.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertiesConfigurationLayout.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertiesConfigurationLayout.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertiesConfigurationLayout.java Mon Jul 30 21:17:09 2007
@@ -110,7 +110,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.3

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertyConverter.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertyConverter.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertyConverter.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertyConverter.java Mon Jul 30 21:17:09 2007
@@ -174,7 +174,7 @@
     /**
      * Convert the specified object into a Boolean. Internally the
      * <code>org.apache.commons.lang.BooleanUtils</code> class from the
-     * <a href="http://jakarta.apache.org/commons/lang/">Commons Lang</a>
+     * <a href="http://commons.apache.org/lang/">Commons Lang</a>
      * project is used to perform this conversion. This class accepts some more
      * tokens for the boolean value of <b>true</b>, e.g. <code>yes</code> and
      * <code>on</code>. Please refer to the documentation of this class for more

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorEvent.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorEvent.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorEvent.java Mon Jul 30 21:17:09 2007
@@ -48,7 +48,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.4

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorListener.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorListener.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorListener.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationErrorListener.java Mon Jul 30 21:17:09 2007
@@ -31,7 +31,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.4

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationEvent.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationEvent.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationEvent.java Mon Jul 30 21:17:09 2007
@@ -70,7 +70,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.3

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationListener.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationListener.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationListener.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/ConfigurationListener.java Mon Jul 30 21:17:09 2007
@@ -28,7 +28,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.3

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/EventSource.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/EventSource.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/EventSource.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/EventSource.java Mon Jul 30 21:17:09 2007
@@ -63,7 +63,7 @@
  * notifications about errors to registered observers.
  * </p>
  *
- * @author <a href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons Configuration team</a>
+ * @author <a href="http://commons.apache.org/configuration/team-list.html">Commons Configuration team</a>
  * @version $Id$
  * @since 1.3
  */

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConfigurationInterpolator.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConfigurationInterpolator.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConfigurationInterpolator.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConfigurationInterpolator.java Mon Jul 30 21:17:09 2007
@@ -34,7 +34,7 @@
  * <p>
  * <code>ConfigurationInterpolator</code> works together with the
  * <code>StrSubstitutor</code> class from <a
- * href="http://jakarta.apache.org/commons/lang">Commons Lang</a>. By extending
+ * href="http://commons.apache.org/lang">Commons Lang</a>. By extending
  * <code>StrLookup</code> it is able to provide values for variables that
  * appear in expressions.
  * </p>
@@ -99,7 +99,7 @@
  * @version $Id$
  * @since 1.4
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  */
 public class ConfigurationInterpolator extends StrLookup

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConstantLookup.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConstantLookup.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConstantLookup.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/ConstantLookup.java Mon Jul 30 21:17:09 2007
@@ -49,7 +49,7 @@
  * @version $Id$
  * @since 1.4
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  */
 public class ConstantLookup extends StrLookup
@@ -158,7 +158,7 @@
      * needs regarding the class loaders to be used, it can hook in here. This
      * implementation delegates to the <code>getClass()</code> method of
      * Commons Lang's
-     * <code><a href="http://jakarta.apache.org/commons/lang/api-release/org/apache/commons/lang/ClassUtils.html">
+     * <code><a href="http://commons.apache.org/lang/api-release/org/apache/commons/lang/ClassUtils.html">
      * ClassUtils</a></code>.
      *
      * @param className the name of the class to be loaded

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/NodeCombiner.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/NodeCombiner.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/NodeCombiner.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/NodeCombiner.java Mon Jul 30 21:17:09 2007
@@ -45,7 +45,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.3

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/OverrideCombiner.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/OverrideCombiner.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/OverrideCombiner.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/OverrideCombiner.java Mon Jul 30 21:17:09 2007
@@ -49,7 +49,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.3

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/UnionCombiner.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/UnionCombiner.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/UnionCombiner.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/UnionCombiner.java Mon Jul 30 21:17:09 2007
@@ -111,7 +111,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.3

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/ViewNode.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/ViewNode.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/ViewNode.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/ViewNode.java Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
  * </p>
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  * @since 1.3

Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java (original)
+++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java Mon Jul 30 21:17:09 2007
@@ -34,7 +34,7 @@
  * that is able to evaluate XPATH expressions.
  * </p>
  * <p>
- * This class makes use of <a href="http://jakarta.apache.org/commons/jxpath/">
+ * This class makes use of <a href="http://commons.apache.org/jxpath/">
  * Commons JXPath</a> for handling XPath expressions and mapping them to the
  * nodes of a hierarchical configuration. This makes the rich and powerfull
  * XPATH syntax available for accessing properties from a configuration object.

Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/MockInitialContextFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/MockInitialContextFactory.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/MockInitialContextFactory.java (original)
+++ commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/MockInitialContextFactory.java Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
  * This implementation will return a mock context that contains some test data.
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  */

Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestFileConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestFileConfiguration.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestFileConfiguration.java (original)
+++ commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestFileConfiguration.java Mon Jul 30 21:17:09 2007
@@ -56,9 +56,9 @@
     {
         // http URL
         FileConfiguration config = new PropertiesConfiguration();
-        config.setURL(new URL("http://jakarta.apache.org/commons/configuration/index.html"));
+        config.setURL(new URL("http://commons.apache.org/configuration/index.html"));
 
-        assertEquals("base path", "http://jakarta.apache.org/commons/configuration/", config.getBasePath());
+        assertEquals("base path", "http://commons.apache.org/configuration/", config.getBasePath());
         assertEquals("file name", "index.html", config.getFileName());
 
         // file URL

Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestPropertiesConfigurationLayout.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestPropertiesConfigurationLayout.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestPropertiesConfigurationLayout.java (original)
+++ commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestPropertiesConfigurationLayout.java Mon Jul 30 21:17:09 2007
@@ -29,7 +29,7 @@
  * Test class for PropertiesConfigurationLayout.
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  */

Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/beanutils/TestConfigurationDynaBeanXMLConfig.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/beanutils/TestConfigurationDynaBeanXMLConfig.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/beanutils/TestConfigurationDynaBeanXMLConfig.java (original)
+++ commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/beanutils/TestConfigurationDynaBeanXMLConfig.java Mon Jul 30 21:17:09 2007
@@ -25,7 +25,7 @@
  * underlying configuration object.
  *
  * @author <a
- * href="http://jakarta.apache.org/commons/configuration/team-list.html">Commons
+ * href="http://commons.apache.org/configuration/team-list.html">Commons
  * Configuration team</a>
  * @version $Id$
  */

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

Modified: commons/proper/configuration/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/xdocs/index.xml (original)
+++ commons/proper/configuration/trunk/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -67,7 +67,7 @@
     
     <section name="Latest Release">
       <p>
-        The latest release of Apache Jakarta Commons Configuration is available from <a href="downloads.html">here</a>. 
+        The latest release of Apache Apache Commons Configuration is available from <a href="downloads.html">here</a>. 
         It is also available from <a href="http://www.ibiblio.org/maven/commons-configuration/jars">IBiblio</a>.
         The <a href="changes-report.html">Changes Report</a> explains all of the changes and bug fixes that have been made.
       </p>
@@ -79,7 +79,7 @@
         added to <a href="http://jakarta.apache.org/turbine">Jakarta Turbine</a>. After Jakarta
         Turbine, this configuration interface moved to <a href="http://jakarta.apache.org/velocity">Jakarta Velocity</a>
         and underwent various improvements.  After Velocity, this code was introduced to the
-        <a href="http://jakarta.apache.org/commons">Jakarta Commons</a> as <code>ExtendedProperties</code>.
+        <a href="http://commons.apache.org">Apache Commons</a> as <code>ExtendedProperties</code>.
         Configuration began life in the Commons as a Sandbox component, and was promoted to the
         Commons Proper in late 2003.
       </p>

Modified: commons/proper/configuration/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/xdocs/navigation.xml (original)
+++ commons/proper/configuration/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,13 +16,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project name="Jakarta Commons Configuration">
+<project name="Apache Commons Configuration">
 
   <title>Jakarta - Commons Configuration</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="Configuration">
@@ -40,7 +40,7 @@
       <item name="Building"                     href="/building.html"/>
       <item name="Roadmap"                      href="/tasks-report.html"/>
       <item name="Issue Tracking"               href="issue-tracking.html"/>
-      <item name="SVN"                          href="http://svn.apache.org/repos/asf/jakarta/commons/proper/configuration/"/>
+      <item name="SVN"                          href="http://svn.apache.org/repos/asf/commons/proper/configuration/"/>
     </menu>
 
     <menu name="Extensions">

Modified: commons/proper/configuration/trunk/xdocs/userguide/howto_basicfeatures.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/userguide/howto_basicfeatures.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/xdocs/userguide/howto_basicfeatures.xml (original)
+++ commons/proper/configuration/trunk/xdocs/userguide/howto_basicfeatures.xml Mon Jul 30 21:17:09 2007
@@ -211,7 +211,7 @@
       explains some approaches how you can add your own interpolation facilities.
       Under the hood interpolation is implemented using the
       <code>StrSubstitutor</code> class of the <code>text</code> package of
-      <a href="http://jakarta.apache.org/commons/lang/">Commons Lang</a>. This
+      <a href="http://commons.apache.org/lang/">Commons Lang</a>. This
       class uses objects derived from the <code>StrLookup</code> class for
       resolving variables. <code>StrLookup</code> defines a simple
       <code>lookup()</code> method that must be implemented by custom

Modified: commons/proper/configuration/trunk/xdocs/userguide/howto_xml.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/userguide/howto_xml.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/configuration/trunk/xdocs/userguide/howto_xml.xml (original)
+++ commons/proper/configuration/trunk/xdocs/userguide/howto_xml.xml Mon Jul 30 21:17:09 2007
@@ -842,7 +842,7 @@
             </p>
             <p>
                 <em>Note:</em> XPATH support is implemented through
-                <a href="http://jakarta.apache.org/commons/jxpath">Commons JXPath</a>.
+                <a href="http://commons.apache.org/jxpath">Commons JXPath</a>.
                 So when making use of this feature, be sure you include the
                 commons-jxpath jar in your classpath.
             </p>

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

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

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

Modified: commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml (original)
+++ commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml Mon Jul 30 21:17:09 2007
@@ -164,7 +164,7 @@
   </refsect1>
 
   <refsect1 id='author'><title>AUTHOR</title>
-    <para>JSVC is part of the Jakarta Commons Daemon project. Authors are 
+    <para>JSVC is part of the Apache Commons Daemon project. Authors are 
       Jean-Frederic Clere, Remy Maucherat, Yoav Shapira, Bill Barker. JSVC is 
       under the Apache License Version 2.0.</para>
   </refsect1>

Modified: commons/proper/daemon/trunk/src/samples/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/samples/README.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/daemon/trunk/src/samples/README.txt (original)
+++ commons/proper/daemon/trunk/src/samples/README.txt Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 (See in ../native/nt/README how to install jsvc as a service in win32).
 
 It uses jakarta Commons Collections:
-http://jakarta.apache.org/commons/collections/
+http://commons.apache.org/collections/
 To use it you need at least commons-collections-1.0
 Check in build.xml that the property commons-collections.jar correspond to thei
 location of your commons-collections.jar file.

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

Modified: commons/proper/daemon/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/daemon/trunk/xdocs/navigation.xml (original)
+++ commons/proper/daemon/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="Daemon">
 
   <title>Daemon</title>
@@ -27,7 +27,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="Daemon">

Modified: commons/proper/dbcp/trunk/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/README.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbcp/trunk/README.txt (original)
+++ commons/proper/dbcp/trunk/README.txt Mon Jul 30 21:17:09 2007
@@ -1,8 +1,8 @@
-Apache Jakarta Commons DBCP
+Apache Apache Commons DBCP
 ===========================
 
-Welcome to the DBCP component of the Apache Jakarta Commons
-project (http://jakarta.apache.org/commons). 
+Welcome to the DBCP component of the Apache Apache Commons
+project (http://commons.apache.org). 
 
 DBCP uses Maven 1 (http://maven.apache.org) for build 
 process management. It is known to build with Maven 1.0.2,
@@ -23,6 +23,6 @@
 This release of JDBC compiles with and supports JDK 1.3 (JDBC 2.0) and
 JDK 1.4-1.5 (JDBC 3.0). JDK 1.6 (JDBC 4.0) is not supported by this release. 
 
-See http://jakarta.apache.org/commons/dbcp/ for additional and 
+See http://commons.apache.org/dbcp/ for additional and 
 up-to-date information on Commons DBCP.
 

Modified: commons/proper/dbcp/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbcp/trunk/build.xml (original)
+++ commons/proper/dbcp/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -49,7 +49,7 @@
       	${xerces.jar}:${xml-apis.jar}:${jta-spec.jar}:${jta-impl.jar}"/>
 
       <property name="name" value="commons-dbcp"/>
-      <property name="title" value="Jakarta Commons Database Pooling Package"/>
+      <property name="title" value="Apache Commons Database Pooling Package"/>
       <property name="version" value="Nightly-${DSTAMP}${TSTAMP}"/>
       <property name="package" value="org.apache.commons.dbcp.*"/>
 
@@ -134,7 +134,7 @@
                nonavbar="false"
                serialwarn="false">
           <link href="http://java.sun.com/j2se/1.5.0/docs/api"/>
-          <link href="http://jakarta.apache.org/commons/pool/apidocs"/>
+          <link href="http://commons.apache.org/pool/apidocs"/>
       </javadoc>
    </target>
 

Modified: commons/proper/dbcp/trunk/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/maven.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbcp/trunk/maven.xml (original)
+++ commons/proper/dbcp/trunk/maven.xml Mon Jul 30 21:17:09 2007
@@ -122,7 +122,7 @@
         <ant:path refid="build.classpath"/>
       </ant:classpath>
       <ant:link href="http://java.sun.com/j2se/1.5.0/docs/api"/>
-      <ant:link href="http://jakarta.apache.org/commons/pool/apidocs"/>
+      <ant:link href="http://commons.apache.org/pool/apidocs"/>
     </ant:javadoc>
   </postGoal>
    

Modified: commons/proper/dbcp/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbcp/trunk/project.properties (original)
+++ commons/proper/dbcp/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -23,11 +23,11 @@
 maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%
 
 maven.javadoc.author=false
-maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api,http://jakarta.apache.org/commons/pool/api-1.3,http://java.sun.com/j2ee/sdk_1.3/techdocs/api
+maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api,http://commons.apache.org/pool/api-1.3,http://java.sun.com/j2ee/sdk_1.3/techdocs/api
 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
 
 # JDK level
 maven.compile.source=1.4

Modified: commons/proper/dbcp/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/site/site.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbcp/trunk/src/site/site.xml (original)
+++ commons/proper/dbcp/trunk/src/site/site.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="DBCP">
   <bannerRight>
     <name>Commons Math</name>
@@ -26,14 +26,14 @@
       <menu name="Commons&#xA0;DBCP">
         <item name="Overview" href="/index.html" />
         <item name="Configuration" href="/configuration.html" />
-        <item name="Javadoc (1.2.2 release)" href="http://jakarta.apache.org/commons/dbcp/api-1.2.2/index.html"/>
+        <item name="Javadoc (1.2.2 release)" href="http://commons.apache.org/dbcp/api-1.2.2/index.html"/>
         <item name="Javadoc (1.3-SNAPSHOT)" href="apidocs/index.html"/>
         <item name="Developers&#xA0;Guide" href="/guide/index.html" collapse="true">
         <item name="JNDI&#xA0;Howto"  href="/guide/jndi-howto.html"/>
         <item name="Class&#xA0;Diagrams" href="/guide/classdiagrams.html"/>
         <item name="Sequence&#xA0;Diagrams" href="/guide/sequencediagrams.html"/>
         </item>
-        <item name="Examples" href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/dbcp/trunk/doc/"/>
+        <item name="Examples" href="http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/doc/"/>
         <item name="Downloads" href="/downloads.html"/>
         <item name="Wiki" href="http://wiki.apache.org/jakarta-commons/DBCP"/>
       </menu>

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

Modified: commons/proper/dbcp/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbcp/trunk/xdocs/navigation.xml (original)
+++ commons/proper/dbcp/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 DBCP">
     <title>Commons DBCP</title>
     <body>
@@ -23,20 +23,20 @@
         <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;DBCP">
             <item name="Overview"                      href="/index.html" />
             <item name="Configuration"                 href="/configuration.html" />
-            <item name="Javadoc (1.2.2 release)"       href="http://jakarta.apache.org/commons/dbcp/api-1.2.2/index.html"/>
+            <item name="Javadoc (1.2.2 release)"       href="http://commons.apache.org/dbcp/api-1.2.2/index.html"/>
             <item name="Javadoc (1.3-SNAPSHOT)"        href="apidocs/index.html"/>
             <item name="Developers&#xA0;Guide"         href="/guide/index.html" collapse="true">
                 <item name="JNDI&#xA0;Howto"           href="/guide/jndi-howto.html"/>
                 <item name="Class&#xA0;Diagrams"       href="/guide/classdiagrams.html"/>
                 <item name="Sequence&#xA0;Diagrams"    href="/guide/sequencediagrams.html"/>
             </item>
-            <item name="Examples"                      href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/dbcp/trunk/doc/"/>
+            <item name="Examples"                      href="http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/doc/"/>
             <item name="Downloads"                     href="/downloads.html"/>
             <item name="Wiki"                          href="http://wiki.apache.org/jakarta-commons/DBCP"/>
         </menu>

Modified: commons/proper/dbcp/trunk/xdocs/release-notes-1.1.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/release-notes-1.1.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbcp/trunk/xdocs/release-notes-1.1.xml (original)
+++ commons/proper/dbcp/trunk/xdocs/release-notes-1.1.xml Mon Jul 30 21:17:09 2007
@@ -138,7 +138,7 @@
 <table>
 <tr><th>ID</th><th>Date</th><th>Sev</th><th>State</th><th>Summary</th></tr>
 <tr><td><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=22776">22776</a></td><td>2003-09-30</td><td>Nor</td><td>FIXE</td><td>DBCP should not be writing messages to stderr or stdout (removed unneeded logging in AbandonedObjectPool)</td></tr>
-<tr><td><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=23491">23491</a></td><td>2003-10-13</td><td>Cri</td><td>FIXE</td><td>Can't configure PerUserPoolDataSource for use with tomcat, <a href="http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html">more...</a></td></tr>
+<tr><td><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=23491">23491</a></td><td>2003-10-13</td><td>Cri</td><td>FIXE</td><td>Can't configure PerUserPoolDataSource for use with tomcat, <a href="http://commons.apache.org/dbcp/apidocs/org/apache/commons/dbcp/datasources/package-summary.html">more...</a></td></tr>
 </table>
 </li>
 <br/>

Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/dbutils/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -6,7 +6,7 @@
 
 You can find release notes for this and past releases online at
 
-http://jakarta.apache.org/commons/dbutils/changes-report.html
+http://commons.apache.org/dbutils/changes-report.html
 
 
 

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

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

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

Modified: commons/proper/dbutils/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/dbutils/trunk/xdocs/navigation.xml (original)
+++ commons/proper/dbutils/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'>
+<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'>
 
 <project name="DbUtils">
 
@@ -29,7 +29,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 DbUtils">

Modified: commons/proper/digester/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/STATUS.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/STATUS.html (original)
+++ commons/proper/digester/trunk/STATUS.html Mon Jul 30 21:17:09 2007
@@ -1,12 +1,12 @@
 <html>
 <head>
-<title>Status File for Jakarta Commons "Digester" Component</title>
+<title>Status File for Apache Commons "Digester" Component</title>
 <head>
 <body bgcolor="white">
 
 
 <div align="center">
-<h1>The Jakarta Commons <em>Digester</em> Component</h1>
+<h1>The Apache Commons <em>Digester</em> Component</h1>
 $Id$<br>
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>
@@ -55,7 +55,7 @@
 </ul>
 <p>
 It is also dependent on a compatible set of 
-<a href='http://jakarta.apache.org/commons'>Jakarta Commons</a> library components:
+<a href='http://commons.apache.org'>Apache Commons</a> library components:
 </p>
     <table border="1" width="100%" cellspacing="2" cellpadding="3">
         <tr class="a"><th colspan="4">Compatible Dependency Sets</th></tr>   

Modified: commons/proper/digester/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/build.xml (original)
+++ commons/proper/digester/trunk/build.xml Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 
 
 <!--
-  "Digester" component of the Jakarta Commons Subproject
+  "Digester" component of the Apache Commons Subproject
   $Id$
 
   The most useful targets in this build file are:
@@ -249,9 +249,9 @@
             windowtitle="${component.title} (Version ${component.version})"
                  bottom='Copyright 2001-2005 The Apache Software Foundation.'>
       <link     offline="true" packagelistLoc="${commons-beanutils.api}"
-                   href="http://jakarta.apache.org/commons/beanutils/api/"/>
+                   href="http://commons.apache.org/beanutils/api/"/>
       <link     offline="true" packagelistLoc="${commons-logging.api}"
-                   href="http://jakarta.apache.org/commons/logging/api/"/>
+                   href="http://commons.apache.org/logging/api/"/>
       <classpath  refid="compile.classpath"/>
     </javadoc>
   </target>

Modified: commons/proper/digester/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/project.properties (original)
+++ commons/proper/digester/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -20,7 +20,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
 
 # ensure that the digester-x.y-src.tar.gz (and zip) distributions unpack into

Modified: commons/proper/digester/trunk/src/examples/rss/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/examples/rss/build.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/src/examples/rss/build.xml (original)
+++ commons/proper/digester/trunk/src/examples/rss/build.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 
 <!--
-        "Digester" RSS Example of the Jakarta Commons Subproject
+        "Digester" RSS Example of the Apache Commons Subproject
         $Id$
 -->
 
@@ -236,11 +236,11 @@
             windowtitle="${component.title} (Version ${component.version})"
                  bottom="Copyright (c) 2001-2004 - Apache Software Foundation">
       <link     offline="true" packagelistLoc="${commons-beanutils.api}"
-                   href="http://jakarta.apache.org/commons/beanutils/api/"/>
+                   href="http://commons.apache.org/beanutils/api/"/>
       <link     offline="true" packagelistLoc="${commons-collections.api}"
-                   href="http://jakarta.apache.org/commons/collections/api/"/>
+                   href="http://commons.apache.org/collections/api/"/>
       <link     offline="true" packagelistLoc="${commons-logging.api}"
-                   href="http://jakarta.apache.org/commons/logging/api/"/>
+                   href="http://commons.apache.org/logging/api/"/>
       <classpath  refid="compile.classpath"/>
     </javadoc>
   </target>

Modified: commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/rss-example.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/rss-example.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/rss-example.xml (original)
+++ commons/proper/digester/trunk/src/examples/rss/src/java/org/apache/commons/digester/rss/rss-example.xml Mon Jul 30 21:17:09 2007
@@ -45,7 +45,7 @@
     <item>
       <title>Commons Attributes 2.1 Released</title>
       <link>http://jakarta.apache.org/site/news/news-2004-2ndHalf.html#20040815.1</link>
-      <description>The Jakarta Commons team is happy to announce the release of Commons Attributes 2.1. 
+      <description>The Apache Commons team is happy to announce the release of Commons Attributes 2.1. 
       This is the first release of the new Commons-Attributes code.</description>
     </item>
 

Modified: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html (original)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html Mon Jul 30 21:17:09 2007
@@ -60,7 +60,7 @@
 </ul>
 <p>
 It is also dependent on a compatible set of 
-<a href='http://jakarta.apache.org/commons'>Jakarta Commons</a> library components.
+<a href='http://commons.apache.org'>Apache Commons</a> library components.
 The recommended dependency set is:
 </p>
 <blockquote>
@@ -530,7 +530,7 @@
 works before you start using Digester seriously.</p>
 
 <p>Digester uses
-<a href="http://jakarta.apache.org/commons/logging">Jakarta Commons
+<a href="http://commons.apache.org/logging">Apache Commons
 Logging</a>.  This component is not really a logging framework - rather
 an extensible, configurable bridge. It can be configured to swallow all log 
 messages, to provide very basic logging by itself or to pass logging messages