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 [5/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/digester/trunk/src/java/overview.html
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/overview.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/src/java/overview.html (original)
+++ commons/proper/digester/trunk/src/java/overview.html Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 <title>Overview Documentation for COMMONS-DIGESTER</title>
 </head>
 <body bgcolor="white">
-The <em>Digester</em> component of the Jakarta Commons subproject supports
+The <em>Digester</em> component of the Apache Commons subproject supports
 rules-based processing of arbitrary XML documents.</p>
 
 <p>See the

Modified: commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestEntityResolution.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestEntityResolution.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestEntityResolution.java (original)
+++ commons/proper/digester/trunk/src/test/org/apache/commons/digester/TestEntityResolution.java Mon Jul 30 21:17:09 2007
@@ -30,7 +30,7 @@
 
 /**
  * Tests for entity resolution.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestEntityResolution extends TestCase {

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

Modified: commons/proper/digester/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/digester/trunk/xdocs/index.xml (original)
+++ commons/proper/digester/trunk/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -39,12 +39,12 @@
 <section name="Documentation">
 
 <p>User documentation is available as package descriptions within the 
-<a href="http://jakarta.apache.org/commons/digester/commons-digester-1.8/docs/api/">JavaDoc
+<a href="http://commons.apache.org/digester/commons-digester-1.8/docs/api/">JavaDoc
 API documents</a>.  In particular, you should read the package description for 
 the <code>org.apache.commons.digester</code> package for detailed information 
 on using the package.</p>
 
-<p>The <a href="http://jakarta.apache.org/commons/digester/commons-digester-1.8/RELEASE-NOTES.txt">
+<p>The <a href="http://commons.apache.org/digester/commons-digester-1.8/RELEASE-NOTES.txt">
 Release Notes</a> document the new features and bug fixes that have been
 included in this release.</p>
 
@@ -52,7 +52,7 @@
 demonstrates the basic functionality. In particular, you should read the 
 AddressBook example in the "api" subdirectory. You can view the examples
 directly from the Subversion repository via <a
-href="http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/examples/">
+href="http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/examples/">
 the web-based repository browser</a> web site, or can use subversion to 
 download the files.
 </p>
@@ -76,7 +76,7 @@
         </p>
         <p>
 Digester has a dependency on
-<a href='http://jakarta.apache.org/commons/collections'>Commons Collections</a>.
+<a href='http://commons.apache.org/collections'>Commons Collections</a>.
 The dependency can alternatively be satisfied by including the latest BeanUtils
 releases (1.7 or above) (which includes the stable collections ArrayStack class
 necessary).
@@ -150,7 +150,7 @@
   <li>
    Oct 25, 2002 - <a href="http://www.javaworld.com">JavaWorld</a> has an 
    article on Digester entitled <a href="http://www.javaworld.com/javaworld/jw-10-2002/jw-1025-opensourceprofile.html">
-   Simplify XML file processing with the Jakarta Commons Digester</a>.
+   Simplify XML file processing with the Apache Commons Digester</a>.
   </li>
   <li>
    Oct 23, 2002 - <a href="http://www.onjava.com">OnJava</a> has an article 

Modified: commons/proper/discovery/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/discovery/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/discovery/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 ===============
 * The jakarta commons project has migrated to the Subversion version control system
   (previously, CVS was used). Please see the jakarta commons
-  website for details (http://jakarta.apache.org/commons).
+  website for details (http://commons.apache.org).
 
 * This release is done under the Apache Public License version 2.0; the
   previous release was under the APL 1.1. All files have been updated with

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

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

Modified: commons/proper/discovery/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/discovery/trunk/project.properties (original)
+++ commons/proper/discovery/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
 # 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
 
 # generate .class files that can be loaded into a version 1.1 JVM.

Modified: commons/proper/discovery/trunk/xdocs/adc-guidelines.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/xdocs/adc-guidelines.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/discovery/trunk/xdocs/adc-guidelines.xml (original)
+++ commons/proper/discovery/trunk/xdocs/adc-guidelines.xml Mon Jul 30 21:17:09 2007
@@ -16,13 +16,13 @@
 -->
 <document>
 <properties>
-<title>Architecture/Design/Coding Guidelines for Jakarta Commons &quot;Discovery&quot; Component</title>
+<title>Architecture/Design/Coding Guidelines for Apache Commons &quot;Discovery&quot; Component</title>
 </properties>
 <body>
 
 
 
-<section name="Architecture/Design/Coding Guidelines for Jakarta Commons &quot;Discovery&quot; Component">
+<section name="Architecture/Design/Coding Guidelines for Apache Commons &quot;Discovery&quot; Component">
 $Id$<br/>
 <a href="#Introduction">[Introduction]</a>
 <a href="#Security and doPrivileged()">[Security and doPrivileged()]</a>

Modified: commons/proper/discovery/trunk/xdocs/best-practices.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/xdocs/best-practices.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/discovery/trunk/xdocs/best-practices.xml (original)
+++ commons/proper/discovery/trunk/xdocs/best-practices.xml Mon Jul 30 21:17:09 2007
@@ -16,13 +16,13 @@
 -->
 <document>
 <properties>
-<title>Best Practices for using Jakarta Commons &quot;Discovery&quot; Component</title>
+<title>Best Practices for using Apache Commons &quot;Discovery&quot; Component</title>
 </properties>
 <body>
 
 
 
-<section name="Best Practices for using Jakarta Commons &quot;Discovery&quot; Component">
+<section name="Best Practices for using Apache Commons &quot;Discovery&quot; Component">
 $Id$<br />
 <a href="#Introduction">[Introduction]</a>
 <a href="#Discovery Services">[Discovery Services]</a>

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

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

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

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

Modified: commons/proper/el/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/el/trunk/project.properties (original)
+++ commons/proper/el/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
 # documentation properties
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
-maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
 
 # Jar Manifest Additional Attributes

Modified: commons/proper/el/trunk/src/java/overview.html
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/src/java/overview.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/el/trunk/src/java/overview.html (original)
+++ commons/proper/el/trunk/src/java/overview.html Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 <title>Overview Documentation for COMMONS-EL</title>
 </head>
 <body bgcolor="white">
-The <em>EL</em> component of the Jakarta Commons subproject provides
+The <em>EL</em> component of the Apache Commons subproject provides
 an implementation of the JavaServer Pages (JSP) 2.0 Expression
 Language interpreter.</p>
 

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

Modified: commons/proper/el/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/el/trunk/xdocs/index.xml (original)
+++ commons/proper/el/trunk/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -48,11 +48,11 @@
 
 <section name="Documentation">
 
-<p>The <a href="http://jakarta.apache.org/commons/el/RELEASE-NOTES.txt">
+<p>The <a href="http://commons.apache.org/el/RELEASE-NOTES.txt">
 Release Notes</a> document the new features and bug fixes that have been
 included in the latest release.</p>
 
-<p>The <a href="http://jakarta.apache.org/commons/el/api/index.html">
+<p>The <a href="http://commons.apache.org/el/api/index.html">
 JavaDoc API documents</a> for the latest release are available online.  
 In particular, you should read the package overview of the <code>org.apache.commons.el</code> package.</p>
 

Modified: commons/proper/el/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/el/trunk/xdocs/navigation.xml (original)
+++ commons/proper/el/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="EL">
 
   <title>EL</title>
@@ -27,13 +27,13 @@
     <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 EL">
       <item name="Overview"          href="/index.html"/>
       <item name="Download"          href="http://jakarta.apache.org/site/downloads/downloads_commons-el.cgi"/>
-      <item name="Javadoc (Release)" href="http://jakarta.apache.org/commons/el/api/index.html"/>
+      <item name="Javadoc (Release)" href="http://commons.apache.org/el/api/index.html"/>
       <item name="Mailing lists"     href="/mail-lists.html"/>
       <item name="Issue Tracking"    href="/issue-tracking.html"/>
       <item name="Proposal"          href="/proposal.html"/>

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

Modified: commons/proper/fileupload/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/project.properties?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/fileupload/trunk/project.properties (original)
+++ commons/proper/fileupload/trunk/project.properties Mon Jul 30 21:17:09 2007
@@ -54,6 +54,6 @@
 # documentation properties
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
-maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
 

Modified: commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/disk/package.html
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/disk/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/disk/package.html (original)
+++ commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/disk/package.html Mon Jul 30 21:17:09 2007
@@ -51,7 +51,7 @@
 </pre>
     <p>
       Please see the FileUpload
-      <a href="http://jakarta.apache.org/commons/fileupload/using.html" target="_top">User Guide</a>
+      <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
       for further details and examples of how to use this package.
     </p>
   </body>

Modified: commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/package.html
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/package.html (original)
+++ commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/package.html Mon Jul 30 21:17:09 2007
@@ -83,7 +83,7 @@
     </p>
     <p>
       Please see the FileUpload
-      <a href="http://jakarta.apache.org/commons/fileupload/using.html" target="_top">User Guide</a>
+      <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
       for further details and examples of how to use this package.
     </p>
   </body>

Modified: commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/portlet/package.html
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/portlet/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/portlet/package.html (original)
+++ commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/portlet/package.html Mon Jul 30 21:17:09 2007
@@ -42,7 +42,7 @@
 </pre>
     <p>
       Please see the FileUpload
-      <a href="http://jakarta.apache.org/commons/fileupload/using.html" target="_top">User Guide</a>
+      <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
       for further details and examples of how to use this package.
     </p>
   </body>

Modified: commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/servlet/package.html
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/servlet/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/servlet/package.html (original)
+++ commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/servlet/package.html Mon Jul 30 21:17:09 2007
@@ -42,7 +42,7 @@
 </pre>
     <p>
       Please see the FileUpload
-      <a href="http://jakarta.apache.org/commons/fileupload/using.html" target="_top">User Guide</a>
+      <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
       for further details and examples of how to use this package.
     </p>
   </body>

Modified: commons/proper/fileupload/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/site/site.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/fileupload/trunk/src/site/site.xml (original)
+++ commons/proper/fileupload/trunk/src/site/site.xml Mon Jul 30 21:17:09 2007
@@ -17,15 +17,15 @@
 -->
 <project name="FileUpload">
   <bannerLeft>
-    <name>Jakarta Commons</name>
-    <src>http://jakarta.apache.org/commons/fileupload/images/jakarta-logo-blue.gif</src>
-    <href>http://jakarta.apache.org/commons</href>
+    <name>Apache Commons</name>
+    <src>http://commons.apache.org/fileupload/images/jakarta-logo-blue.gif</src>
+    <href>http://commons.apache.org</href>
   </bannerLeft>
 
   <bannerRight>
     <name>Commons FileUpload</name>
-    <src>http://jakarta.apache.org/commons/fileupload/images/logo.png</src>
-    <href>http://jakarta.apache.org/commons/fileupload</href>
+    <src>http://commons.apache.org/fileupload/images/logo.png</src>
+    <href>http://commons.apache.org/fileupload</href>
   </bannerRight>
 
   <skin>
@@ -38,8 +38,8 @@
     <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="FileUpload" href="http://jakarta.apache.org/commons/fileupload"/>
+      <item name="Commons" href="http://commons.apache.org/"/>
+      <item name="FileUpload" href="http://commons.apache.org/fileupload"/>
     </links>
 
     <menu name="Commons FileUpload">

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

Modified: commons/proper/fileupload/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/fileupload/trunk/xdocs/index.xml (original)
+++ commons/proper/fileupload/trunk/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -109,7 +109,7 @@
 
     <section name="Support">
       <p>
-        The <a href="mail-lists.html">Jakarta Commons mailing lists</a> act as
+        The <a href="mail-lists.html">Apache Commons mailing lists</a> act as
         the main support forum. The <em>user</em> list is suitable for most library
         usage queries. The <em>dev</em> list is intended for development discussion.
         Please remember that the lists are shared between all commons components,

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

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -36,7 +36,7 @@
 Feedback
 --------
 Open source works best when you give feedback:
-http://jakarta.apache.org/commons/io/
+http://commons.apache.org/io/
 
 Please direct all bug reports to JIRA
 http://issues.apache.org/jira/browse/IO

Modified: commons/proper/io/trunk/STATUS.html
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/STATUS.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/io/trunk/STATUS.html (original)
+++ commons/proper/io/trunk/STATUS.html Mon Jul 30 21:17:09 2007
@@ -17,12 +17,12 @@
 -->
 <html>
 <head>
-  <title>Status File for Jakarta Commons "IO" Component</title>
+  <title>Status File for Apache Commons "IO" Component</title>
 </head>
  <body bgcolor="white">
 
 <div align="center">
-<h1>The Jakarta Commons <em>IO</em> Component</h1>
+<h1>The Apache Commons <em>IO</em> Component</h1>
  $Id$<br>
  <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
 <a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
@@ -47,7 +47,7 @@
 1.2 or later)</li>
  <li><a href="http://www.junit.org">JUnit Testing Framework</a>     (Version
 3.7 or later) - for unit tests only, not required     for deployment</li>
- <li>Apache Jakarta Commons Lang (latest CVS code)</li>
+ <li>Apache Apache Commons Lang (latest CVS code)</li>
 </ul>
 
 
@@ -60,7 +60,7 @@
 <a name="Committers"></a>
 <h3>4.  COMMITTERS</h3>
 <p>
-  Please see <a href="http://jakarta.apache.org/commons/io/team-list.html">Team list</a>.
+  Please see <a href="http://commons.apache.org/io/team-list.html">Team list</a>.
 </p>
 
 <a name="Action Items"></a>
@@ -68,9 +68,9 @@
 
 <p>
   Please see 
-  <a href="http://jakarta.apache.org/commons/io/tasks.html">Tasks</a>
+  <a href="http://commons.apache.org/io/tasks.html">Tasks</a>
   and
-  <a href="http://jakarta.apache.org/commons/io/changes-report.html">Changes</a>
+  <a href="http://commons.apache.org/io/changes-report.html">Changes</a>
 </p>
 
 </body>

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

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

Modified: commons/proper/jci/trunk/compilers/eclipse/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/eclipse/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/compilers/eclipse/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/compilers/eclipse/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - Eclipse Compiler Implementation
+Apache Commons JCI - Eclipse Compiler Implementation
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/compilers/groovy/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/groovy/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/compilers/groovy/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/compilers/groovy/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - Groovy Compiler Implementation
+Apache Commons JCI - Groovy Compiler Implementation
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/compilers/janino/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/janino/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/compilers/janino/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/compilers/janino/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - Janino Compiler Implementation
+Apache Commons JCI - Janino Compiler Implementation
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/compilers/javac/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/javac/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/compilers/javac/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/compilers/javac/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - Javac Compiler Implementation
+Apache Commons JCI - Javac Compiler Implementation
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/compilers/jsr199/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/jsr199/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/compilers/jsr199/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/compilers/jsr199/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - JSR 199 Compiler Implementation
+Apache Commons JCI - JSR 199 Compiler Implementation
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/compilers/rhino/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/compilers/rhino/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - Rhino Compiler Implementation
+Apache Commons JCI - Rhino Compiler Implementation
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/core/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/core/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/core/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - Core
+Apache Commons JCI - Core
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/src/site/site.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/core/src/site/site.xml (original)
+++ commons/proper/jci/trunk/core/src/site/site.xml Mon Jul 30 21:17:09 2007
@@ -16,12 +16,12 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
---><project name="Jakarta Commons JCI">
+--><project name="Apache Commons JCI">
 
   <bannerRight>
-    <name>Jakarta Commons JCI ROOT</name>
+    <name>Apache Commons JCI ROOT</name>
     <src>jci-logo-white.png</src>
-    <href>http://jakarta.apache.org/commons/sandbox/jci/</href>
+    <href>http://commons.apache.org/sandbox/jci/</href>
   </bannerRight>
 
   <body>

Modified: commons/proper/jci/trunk/examples/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/examples/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/examples/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - Examples
+Apache Commons JCI - Examples
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/fam/src/main/resources/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/fam/src/main/resources/NOTICE.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/fam/src/main/resources/NOTICE.txt (original)
+++ commons/proper/jci/trunk/fam/src/main/resources/NOTICE.txt Mon Jul 30 21:17:09 2007
@@ -1,4 +1,4 @@
-Apache Jakarta Commons JCI - File Access Monitor
+Apache Commons JCI - File Access Monitor
 Copyright 2004-2007 The Apache Software Foundation
 
 This product includes software developed by

Modified: commons/proper/jci/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/site.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/src/site/site.xml (original)
+++ commons/proper/jci/trunk/src/site/site.xml Mon Jul 30 21:17:09 2007
@@ -16,18 +16,18 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
---><project name="Jakarta Commons JCI">
+--><project name="Apache Commons JCI">
     <bannerRight>
-        <name>Jakarta Commons JCI</name>
+        <name>Apache Commons JCI</name>
         <src>jci-logo-white.png</src>
-        <href>http://jakarta.apache.org/commons/sandbox/jci/</href>
+        <href>http://commons.apache.org/sandbox/jci/</href>
     </bannerRight>
     <body>
-        <menu name="Jakarta Commons JCI">
-            <item name="About" href="http://jakarta.apache.org/commons/jci/index.html"/>
-            <item name="Usage" href="http://jakarta.apache.org/commons/jci/usage.html"/>
-            <item name="FAQ" href="http://jakarta.apache.org/commons/jci/faq.html"/>
-            <item name="Downloads" href="http://jakarta.apache.org/commons/jci/downloads.html"/>
+        <menu name="Apache Commons JCI">
+            <item name="About" href="http://commons.apache.org/jci/index.html"/>
+            <item name="Usage" href="http://commons.apache.org/jci/usage.html"/>
+            <item name="FAQ" href="http://commons.apache.org/jci/faq.html"/>
+            <item name="Downloads" href="http://commons.apache.org/jci/downloads.html"/>
         </menu>
         <menu ref="modules"/>
     </body>

Modified: commons/proper/jci/trunk/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/xdoc/downloads.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/src/site/xdoc/downloads.xml (original)
+++ commons/proper/jci/trunk/src/site/xdoc/downloads.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 --><document>
    <properties>
-      <title>Jakarta Commons JCI - Downloads</title>
+      <title>Apache Commons JCI - Downloads</title>
       <author email="dev@commons.apache.org">Commons Development Team</author>
    </properties>
 

Modified: commons/proper/jci/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/xdoc/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/jci/trunk/src/site/xdoc/index.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 --><document>
     <properties>
-        <title>Jakarta Commons JCI - About</title>
+        <title>Apache Commons JCI - About</title>
         <author email="dev@commons.apache.org">Commons Documentation Team</author>
     </properties>
     <body>

Modified: commons/proper/jci/trunk/src/site/xdoc/usage.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/xdoc/usage.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jci/trunk/src/site/xdoc/usage.xml (original)
+++ commons/proper/jci/trunk/src/site/xdoc/usage.xml Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 --><document>
     <properties>
-        <title>Jakarta Commons JCI - Usage</title>
+        <title>Apache Commons JCI - Usage</title>
         <author email="dev@commons.apache.org">Commons Development Team</author>
     </properties>
     <body>
@@ -41,9 +41,9 @@
                 Information like line numbers of errors etc are accessible in a consistent way.
                 If supported by the compiler you can even get notified about error before the
                 end of the compilation. (see the <code>CompilationProblemHandler</code>) for that.
-                The <a href="http://jakarta.apache.org/commons/sandbox/jci/commons-jci-examples/index.html">example subproject</a>
-                provides a simple <a href="http://jakarta.apache.org/commons/sandbox/jci/xref/org/apache/commons/jci/examples/serverpages/ServerPageServlet.html">JSP servlet</a>
-                and a javac-like <a href="http://jakarta.apache.org/commons/sandbox/jci/xref/org/apache/commons/jci/examples/commandline/CommandlineCompiler.html">command line interface</a>.
+                The <a href="http://commons.apache.org/sandbox/jci/commons-jci-examples/index.html">example subproject</a>
+                provides a simple <a href="http://commons.apache.org/sandbox/jci/xref/org/apache/commons/jci/examples/serverpages/ServerPageServlet.html">JSP servlet</a>
+                and a javac-like <a href="http://commons.apache.org/sandbox/jci/xref/org/apache/commons/jci/examples/commandline/CommandlineCompiler.html">command line interface</a>.
             </p>
             
         </section>
@@ -67,7 +67,7 @@
             <p>
                 But you can also just implement a simple <code>FilesystemAlterationListener</code>
                 yourself and just use it to get notified about configuration files changes
-                <a href="http://jakarta.apache.org/commons/sandbox/jci/xref/org/apache/commons/jci/examples/configuration/ConfigurationReloading.html">for example</a>.
+                <a href="http://commons.apache.org/sandbox/jci/xref/org/apache/commons/jci/examples/configuration/ConfigurationReloading.html">for example</a>.
                 The example just extends the <code>FileChangeListener</code> that provides a few convenience methods.
             </p>
 

Modified: commons/proper/jelly/trunk/README-binary-dist.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/README-binary-dist.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/README-binary-dist.txt (original)
+++ commons/proper/jelly/trunk/README-binary-dist.txt Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 
 Welcome to Jakarta commons Jelly.
 The home page of the project is at 
-    http://jakarta.apache.org/commons/jelly
+    http://commons.apache.org/jelly
 
 This binary distribution allows you to run jelly out of
 the box. It is enough to have the java and jelly (or jelly.bat) 
@@ -44,7 +44,7 @@
 Please refer to the shipped documentation (in the docs directory) and the 
 project website for documentation for each tag-libraries and for example.
 
-Jakarta Commons Jelly is an open-source project of the Apache Software Foundation
+Apache Commons Jelly is an open-source project of the Apache Software Foundation
 which relies on feedback of its users on both the issue tracking and the 
 mailing-lists. We look forward to hear from you!
 

Modified: commons/proper/jelly/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/RELEASE-NOTES.txt?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jelly/trunk/RELEASE-NOTES.txt Mon Jul 30 21:17:09 2007
@@ -1,6 +1,6 @@
-The Jakarta Commons Jelly team is pleased to announce the commons-jelly 1.0 release! 
+The Apache Commons Jelly team is pleased to announce the commons-jelly 1.0 release! 
 
-http://jakarta.apache.org/commons/jelly/
+http://commons.apache.org/jelly/
 
 Jelly is a Java and XML based scripting engine. Jelly combines the best ideas 
 from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet 

Modified: commons/proper/jelly/trunk/jelly-tags/ant/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/ant/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/ant/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/ant/project.xml Mon Jul 30 21:17:09 2007
@@ -67,7 +67,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
+      <url>http://commons.apache.org/jelly/libs/junit/</url>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/jelly/trunk/jelly-tags/ant/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/ant/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/ant/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/ant/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="Ant Tag Library">
 
   <title>Ant Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/antlr/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/antlr/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/antlr/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/antlr/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="Antlr Tag Library">
 
   <title>Antlr Tag Library</title>

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

Modified: commons/proper/jelly/trunk/jelly-tags/bean/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/bean/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/bean/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/bean/project.xml Mon Jul 30 21:17:09 2007
@@ -43,14 +43,14 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-log</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/libs/log/</url>
+      <url>http://commons.apache.org/jelly/libs/log/</url>
     </dependency>
       
     <dependency>
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
+      <url>http://commons.apache.org/jelly/libs/junit/</url>
     </dependency>
 
     <!-- END for test -->

Modified: commons/proper/jelly/trunk/jelly-tags/bean/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/bean/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/bean/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/bean/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="Bean Tag Library">
 
   <title>Bean Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml Mon Jul 30 21:17:09 2007
@@ -52,7 +52,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
+      <url>http://commons.apache.org/jelly/libs/junit/</url>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/jelly/trunk/jelly-tags/beanshell/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/beanshell/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/beanshell/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/beanshell/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="BeanShell Tag Library">
 
   <title>BeanShell Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/betwixt/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/betwixt/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/betwixt/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/betwixt/project.xml Mon Jul 30 21:17:09 2007
@@ -42,14 +42,14 @@
       <groupId>commons-betwixt</groupId>
       <artifactId>commons-betwixt</artifactId>
       <version>0.6</version>
-      <url>http://jakarta.apache.org/commons/betwixt/</url>
+      <url>http://commons.apache.org/betwixt/</url>
     </dependency>
     
     <dependency>
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
       <version>1.6</version>
-      <url>http://jakarta.apache.org/commons/digester/</url>
+      <url>http://commons.apache.org/digester/</url>
     </dependency>
     
     <!-- END for compilation -->
@@ -60,7 +60,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-log</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
+      <url>http://commons.apache.org/jelly/tags/log/</url>
       <properties>
         <scope>test</scope>
       </properties>
@@ -70,7 +70,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <url>http://commons.apache.org/jelly/tags/junit/</url>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/jelly/trunk/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html (original)
+++ commons/proper/jelly/trunk/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 <body>
 
   <p>A tag library for turning XML into beans or beans into XML using the
-  <a href="http://jakarta.apache.org/commons/jelly/libs/betwixt/tags.html">Betwixt</a> library
+  <a href="http://commons.apache.org/jelly/libs/betwixt/tags.html">Betwixt</a> library
   </p>
   
 </body>

Modified: commons/proper/jelly/trunk/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/betwixt/src/test/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/jelly/trunk/jelly-tags/betwixt/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/betwixt/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/betwixt/xdocs/index.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/betwixt/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
     <section name="Overview">
       <p>
         A tag library for turning XML into beans or beans into XML using the
-        <a href="http://jakarta.apache.org/commons/jelly/libs/betwixt/tags.html">Betwixt</a> library.
+        <a href="http://commons.apache.org/jelly/libs/betwixt/tags.html">Betwixt</a> library.
         See the <a href="tags.html">tags</a> for more information.
       </p>
     </section>

Modified: commons/proper/jelly/trunk/jelly-tags/betwixt/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/betwixt/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/betwixt/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/betwixt/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="Betwixt Tag Library">
 
   <title>Betwixt Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/define/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/define/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/define/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/define/project.xml Mon Jul 30 21:17:09 2007
@@ -44,7 +44,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-dynabean</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/dynabean/</url>
+      <url>http://commons.apache.org/jelly/tags/dynabean/</url>
       <properties>
         <scope>test</scope>
       </properties>
@@ -54,7 +54,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <url>http://commons.apache.org/jelly/tags/junit/</url>
       <properties>
         <scope>test</scope>
       </properties>
@@ -64,7 +64,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-log</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
+      <url>http://commons.apache.org/jelly/tags/log/</url>
       <properties>
         <scope>test</scope>
       </properties>
@@ -74,7 +74,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-xml</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/xml/</url>
+      <url>http://commons.apache.org/jelly/tags/xml/</url>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/jelly/trunk/jelly-tags/define/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/define/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/define/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/define/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="Define Tag Library">
 
   <title>Define Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml Mon Jul 30 21:17:09 2007
@@ -44,7 +44,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <url>http://commons.apache.org/jelly/tags/junit/</url>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/jelly/trunk/jelly-tags/dynabean/src/java/org/apache/commons/jelly/tags/dynabean/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/dynabean/src/java/org/apache/commons/jelly/tags/dynabean/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/dynabean/src/java/org/apache/commons/jelly/tags/dynabean/package.html (original)
+++ commons/proper/jelly/trunk/jelly-tags/dynabean/src/java/org/apache/commons/jelly/tags/dynabean/package.html Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 <body>
 
   <p>A tag library for creating new DynaClass and DynaBean objects from the 
-  <a href="http://jakarta.apache.org/commons/beanutils.html">beanutils</a> library
+  <a href="http://commons.apache.org/beanutils.html">beanutils</a> library
   </p>
   
 </body>

Modified: commons/proper/jelly/trunk/jelly-tags/dynabean/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/dynabean/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/dynabean/xdocs/index.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/dynabean/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
     <section name="Overview">
       <p>
         A tag library for creating new DynaClass and DynaBean objects from the 
-        <a href="http://jakarta.apache.org/commons/beanutils/index.html">beanutils</a> library.
+        <a href="http://commons.apache.org/beanutils/index.html">beanutils</a> library.
         See the <a href="tags.html">tags</a> for more information.
       </p>
     </section>

Modified: commons/proper/jelly/trunk/jelly-tags/dynabean/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/dynabean/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/dynabean/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/dynabean/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="DynaBean Tag Library">
 
   <title>DynaBean Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/email/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/email/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/email/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/email/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="Email Tag Library">
 
   <title>Email Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/fmt/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/fmt/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/fmt/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/fmt/project.xml Mon Jul 30 21:17:09 2007
@@ -62,7 +62,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <url>http://commons.apache.org/jelly/tags/junit/</url>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/fmt/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/fmt/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="Formatting Tag Library">
 
   <title>Formatting Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/html/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/html/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/html/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/html/project.xml Mon Jul 30 21:17:09 2007
@@ -69,7 +69,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <url>http://commons.apache.org/jelly/tags/junit/</url>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/jelly/trunk/jelly-tags/html/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/html/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/html/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/html/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="HTML Tag Library">
 
   <title>HTML Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/http/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/http/project.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/http/project.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/http/project.xml Mon Jul 30 21:17:09 2007
@@ -44,7 +44,7 @@
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-define</artifactId>
       <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/jelly/tags/define/</url>
+      <url>http://commons.apache.org/jelly/tags/define/</url>
       <properties>
         <scope>test</scope>
       </properties>

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

Modified: commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/interaction/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="Jelly Interaction Tag Library">
 
   <title>Interaction Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java (original)
+++ commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java Mon Jul 30 21:17:09 2007
@@ -37,7 +37,7 @@
  * using JaxMe.
  *
  * @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
- * @author <a href="mailto:commons-dev at jakarta.apache.org">Jakarta Commons Development Team</a>
+ * @author <a href="mailto:commons-dev at jakarta.apache.org">Apache Commons Development Team</a>
  * @version $Revision$
  */
 public class GeneratorTag extends TagSupport {

Modified: commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java (original)
+++ commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
  * The marshalling and unmarshalling tags should work with any JAXB implementation.
  * The generation tag is JaxMe specific.
  *
- * @author <a href="mailto:commons-dev at jakarta.apache.org">Jakarta Commons Development Team</a>
+ * @author <a href="mailto:commons-dev at jakarta.apache.org">Apache Commons Development Team</a>
  * @version $Revision$
  */
 public class JaxMeTagLibrary extends TagLibrary {

Modified: commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java (original)
+++ commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java Mon Jul 30 21:17:09 2007
@@ -38,7 +38,7 @@
  * tags.</p>
  *
  * @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
- * @author <a href="mailto:commons-dev at jakarta.apache.org">Jakarta Commons Development Team</a>
+ * @author <a href="mailto:commons-dev at jakarta.apache.org">Apache Commons Development Team</a>
  * @version $Revision$
  */
 public class MarshallTag extends TagSupport {

Modified: commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java (original)
+++ commons/proper/jelly/trunk/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java Mon Jul 30 21:17:09 2007
@@ -45,7 +45,7 @@
  * </p>
  *
  * @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
- * @author <a href="mailto:commons-dev at jakarta.apache.org">Jakarta Commons Development Team</a>
+ * @author <a href="mailto:commons-dev at jakarta.apache.org">Apache Commons Development Team</a>
  * @version $Revision$
  */
 public class UnmarshallTag extends TagSupport {

Modified: commons/proper/jelly/trunk/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java (original)
+++ commons/proper/jelly/trunk/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 /**
  *
  *
- * @author <a href="mailto:commons-dev at jakarta.apache.org">Jakarta Commons Development Team</a>
+ * @author <a href="mailto:commons-dev at jakarta.apache.org">Apache Commons Development Team</a>
  * @version $Revision$
  */
 public class ExecutionTestCase extends JellyTestSuite {

Modified: commons/proper/jelly/trunk/jelly-tags/jaxme/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jaxme/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jaxme/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/jaxme/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="JaxMe Tag Library">
 
   <title>JaxMe Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/jetty/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jetty/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jetty/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/jetty/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="Jetty Tag Library">
 
   <title>Jetty Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/jface/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jface/xdocs/navigation.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jface/xdocs/navigation.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/jface/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="JFace Tag Library">
 
   <title>JFace Tag Library</title>

Modified: commons/proper/jelly/trunk/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html (original)
+++ commons/proper/jelly/trunk/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 <body>
 
   <p>A tag library for working with JMS using the 
-  <a href="http://jakarta.apache.org/commons/sandbox/messenger/">Messenger</a> project
+  <a href="http://commons.apache.org/sandbox/messenger/">Messenger</a> project
   </p>
 </body>
 </html>

Modified: commons/proper/jelly/trunk/jelly-tags/jms/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/jelly-tags/jms/xdocs/index.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/jelly/trunk/jelly-tags/jms/xdocs/index.xml (original)
+++ commons/proper/jelly/trunk/jelly-tags/jms/xdocs/index.xml Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
     <section name="Overview">
       <p>
         A tag library for working with JMS using the 
-        <a href="http://jakarta.apache.org/commons/sandbox/messenger/">Messenger</a> project.
+        <a href="http://commons.apache.org/sandbox/messenger/">Messenger</a> project.
           See the <a href="tags.html">tags</a> for more information.
       </p>
     </section>