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

svn commit: r560744 - in /commons/proper/cli/trunk: RELEASE-NOTES.txt gump.xml project.properties xdocs/index.xml xdocs/navigation.xml xdocs/release_1_0.xml

Author: bayard
Date: Sun Jul 29 08:50:00 2007
New Revision: 560744

URL: http://svn.apache.org/viewvc?view=rev&rev=560744
Log:
Fixing website url

Modified:
    commons/proper/cli/trunk/RELEASE-NOTES.txt
    commons/proper/cli/trunk/gump.xml
    commons/proper/cli/trunk/project.properties
    commons/proper/cli/trunk/xdocs/index.xml
    commons/proper/cli/trunk/xdocs/navigation.xml
    commons/proper/cli/trunk/xdocs/release_1_0.xml

Modified: commons/proper/cli/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/RELEASE-NOTES.txt?view=diff&rev=560744&r1=560743&r2=560744
==============================================================================
--- commons/proper/cli/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/cli/trunk/RELEASE-NOTES.txt Sun Jul 29 08:50:00 2007
@@ -14,7 +14,7 @@
 there are no bug-fixes, nothing is deprecated and there are no changes.
 
 For more information, read the documentation on the project site at 
-http://jakarta.apache.org/commons/cli/
+http://commons.apache.org/cli/
 
 NEW FEATURES:
 

Modified: commons/proper/cli/trunk/gump.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/gump.xml?view=diff&rev=560744&r1=560743&r2=560744
==============================================================================
--- commons/proper/cli/trunk/gump.xml (original)
+++ commons/proper/cli/trunk/gump.xml Sun Jul 29 08:50:00 2007
@@ -2,7 +2,7 @@
 
 <module name="commons-cli">
   <description>Commons CLI</description>
-  <url href="http://jakarta.apache.org/commons/cli/">
+  <url href="http://commons.apache.org/cli/">
   </url>
   <cvs module="jakarta-commons/cli" repository="jakarta">
   </cvs>

Modified: commons/proper/cli/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/project.properties?view=diff&rev=560744&r1=560743&r2=560744
==============================================================================
--- commons/proper/cli/trunk/project.properties (original)
+++ commons/proper/cli/trunk/project.properties Sun Jul 29 08:50:00 2007
@@ -22,7 +22,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.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/

Modified: commons/proper/cli/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/index.xml?view=diff&rev=560744&r1=560743&r2=560744
==============================================================================
--- commons/proper/cli/trunk/xdocs/index.xml (original)
+++ commons/proper/cli/trunk/xdocs/index.xml Sun Jul 29 08:50:00 2007
@@ -118,10 +118,10 @@
       <p>
         The latest version of this documentation is available on the web:
         <ul>
-          <li><a href="http://jakarta.apache.org/commons/cli/">http://jakarta.apache.org/commons/cli/</a></li>
+          <li><a href="http://commons.apache.org/cli/">http://commons.apache.org/cli/</a></li>
           <li>
-            <a href="http://jakarta.apache.org/commons/cli/commons-cli.pdf">http://jakarta.apache.org/commons/cli/commons-cli.pdf</a> 
-            <a href="http://jakarta.apache.org/commons/cli/commons-cli.pdf"><img border="0" src="images/pdf.gif"/></a> 
+            <a href="http://commons.apache.org/cli/commons-cli.pdf">http://commons.apache.org/cli/commons-cli.pdf</a> 
+            <a href="http://commons.apache.org/cli/commons-cli.pdf"><img border="0" src="images/pdf.gif"/></a> 
           </li>
         </ul>
       </p>

Modified: commons/proper/cli/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/navigation.xml?view=diff&rev=560744&r1=560743&r2=560744
==============================================================================
--- commons/proper/cli/trunk/xdocs/navigation.xml (original)
+++ commons/proper/cli/trunk/xdocs/navigation.xml Sun Jul 29 08:50:00 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 CLI">
 
   <title>Commons CLI</title>
 
   <body>
     <links>
-      <item name="Apache Commons" href="http://jakarta.apache.org/commons/"/>
+      <item name="Apache Commons" href="http://commons.apache.org/"/>
     </links>
 
     <menu name="Commons CLI">

Modified: commons/proper/cli/trunk/xdocs/release_1_0.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/release_1_0.xml?view=diff&rev=560744&r1=560743&r2=560744
==============================================================================
--- commons/proper/cli/trunk/xdocs/release_1_0.xml (original)
+++ commons/proper/cli/trunk/xdocs/release_1_0.xml Sun Jul 29 08:50:00 2007
@@ -36,7 +36,7 @@
 there are no bug-fixes, nothing is deprecated and there are no changes.
 
 For more information, read the documentation on the project site at 
-http://jakarta.apache.org/commons/cli/
+http://commons.apache.org/cli/
 </source>
 </p>
 </section>