You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by oc...@apache.org on 2008/07/18 10:30:44 UTC

svn commit: r677854 - in /continuum/trunk/continuum-docs: pom.xml src/site/apt/developer_guides/building.apt src/site/apt/developer_guides/xmlrpc.apt src/site/site.xml

Author: oching
Date: Fri Jul 18 01:30:43 2008
New Revision: 677854

URL: http://svn.apache.org/viewvc?rev=677854&view=rev
Log:
[CONTINUUM-1821]
-updated svn urls and site links

Modified:
    continuum/trunk/continuum-docs/pom.xml
    continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt
    continuum/trunk/continuum-docs/src/site/apt/developer_guides/xmlrpc.apt
    continuum/trunk/continuum-docs/src/site/site.xml

Modified: continuum/trunk/continuum-docs/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/pom.xml?rev=677854&r1=677853&r2=677854&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/pom.xml (original)
+++ continuum/trunk/continuum-docs/pom.xml Fri Jul 18 01:30:43 2008
@@ -35,9 +35,9 @@
     </site>
   </distributionManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/continuum/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/continuum/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/continuum/trunk/</url>
   </scm>
   <build>
     <extensions>

Modified: continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt?rev=677854&r1=677853&r2=677854&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt Fri Jul 18 01:30:43 2008
@@ -23,7 +23,7 @@
 * Checking out the sources
 
   All of the source code for Maven and its related libraries is in {{{http://subversion.tigris.org/} Subversion}}.
-  You can {{{http://svn.apache.org/viewvc/maven/continuum/} browse the repository}}, or checkout specific modules directly.
+  You can {{{http://svn.apache.org/viewvc/continuum/} browse the repository}}, or checkout specific modules directly.
 
   All SVN instructions are available in {{{../../../source-repository.html}Source Repository page}}.
 

Modified: continuum/trunk/continuum-docs/src/site/apt/developer_guides/xmlrpc.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/developer_guides/xmlrpc.apt?rev=677854&r1=677853&r2=677854&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/developer_guides/xmlrpc.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/developer_guides/xmlrpc.apt Fri Jul 18 01:30:43 2008
@@ -16,13 +16,13 @@
 
 * {Requirements}
 
-    To connect to a Continuum instance, you must use the {{{http://repo1.maven.org/maven2/org/apache/maven/continuum/continuum-xmlrpc-client/}continuum-xmlrpc-client}} jar.
+    To connect to a Continuum instance, you must use the {{{http://repo1.maven.org/maven2/org/apache/continuum/continuum-xmlrpc-client/}continuum-xmlrpc-client}} jar.
 
     This library have some others jars as dependencies, so the best way to start the development of a Continuum xmlrpc client is to create a maven2 project with the following dependencies:
 
 +--------------------------+
     <dependency>
-      <groupId>org.apache.maven.continuum</groupId>
+      <groupId>org.apache.continuum</groupId>
       <artifactId>continuum-xmlrpc-client</artifactId>
       <version>YOUR_CONTINUUM_VERSION</version>
     </dependency>

Modified: continuum/trunk/continuum-docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/site.xml?rev=677854&r1=677853&r2=677854&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/site.xml (original)
+++ continuum/trunk/continuum-docs/src/site/site.xml Fri Jul 18 01:30:43 2008
@@ -18,7 +18,7 @@
   ~ under the License.
   -->
 
-<project name="Apache Maven Continuum">
+<project name="Apache Continuum">
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-stylus-skin</artifactId>
@@ -40,7 +40,7 @@
       <item name="Apache" href="http://www.apache.org/"/>
       <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
       <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="Continuum" href="http://maven.apache.org/continuum"/>
+      <item name="Continuum" href="http://continuum.apache.org/"/>
       <item name="SCM" href="http://maven.apache.org/scm"/>
       <item name="Wagon" href="http://maven.apache.org/wagon"/>
       <item name="JXR" href="http://maven.apache.org/jxr"/>