Author: tv
Date: Wed Jul 27 18:22:13 2011
New Revision: 1151580

URL: http://svn.apache.org/viewvc?rev=1151580&view=rev
Log:
Fix Jakarta path references

Modified:
    commons/proper/jcs/trunk/xdocs/DownloadPage.xml
    commons/proper/jcs/trunk/xdocs/faq.fml
    commons/proper/jcs/trunk/xdocs/getting_started/intro.xml
    commons/proper/jcs/trunk/xdocs/navigation.xml

Modified: commons/proper/jcs/trunk/xdocs/DownloadPage.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/DownloadPage.xml?rev=1151580&r1=1151579&r2=1151580&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/DownloadPage.xml (original)
+++ commons/proper/jcs/trunk/xdocs/DownloadPage.xml Wed Jul 27 18:22:13 2011
@@ -76,19 +76,19 @@
                        <p>
                                You can find versioned binary builds of JCS in 
the tempbuild
                                directory of the repository.
-                               <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/";>Old 
Location</a>
+                               <a 
href="http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/tempbuild/";>Old
 Location</a>
                                |
-                               <a 
href="http://svn.apache.org/viewvc/jakarta/jcs/tempbuilds/";>New Location</a>
+                               <a 
href="http://svn.apache.org/viewvc/commons/proper/jcs/tempbuilds/";>New 
Location</a>
                        </p>
                </section>
                <section name="Getting The Development Source From SVN">
                        <p>
-                               You can check out the latest source from the 
Jakarta SVN module.
+                               You can check out the latest source from the 
Commons SVN module.
                                <br />
-                               JCS resides in the jakarta/jcs module.
-                               <source><![CDATA[svn checkout 
http://svn.apache.org/repos/asf/jakarta/jcs/trunk]]></source>
+                               JCS resides in the commons/proper/jcs module.
+                               <source><![CDATA[svn checkout 
http://svn.apache.org/repos/asf/commons/proper/jcs/trunk]]></source>
                                or browse the source code through
-                               <a 
href="http://svn.apache.org/viewvc/jakarta/jcs";>ViewVC</a>
+                               <a 
href="http://svn.apache.org/viewvc/commons/proper/jcs";>ViewVC</a>
                                .
                        </p>
                </section>

Modified: commons/proper/jcs/trunk/xdocs/faq.fml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/faq.fml?rev=1151580&r1=1151579&r2=1151580&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/faq.fml (original)
+++ commons/proper/jcs/trunk/xdocs/faq.fml Wed Jul 27 18:22:13 2011
@@ -130,7 +130,7 @@
                                <p>
                                        You can download the admin jsp
                                        <a
-                                               
href="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/src/java/org/apache/jcs/admin/JCSAdmin.jsp";>
+                                               
href="http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/src/java/org/apache/jcs/admin/JCSAdmin.jsp";>
                                                here
                                        </a>
                                        .
@@ -144,13 +144,13 @@
                                <p>
                                        You can view the source
                                        <a
-                                               
href="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/";>
+                                               
href="http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/";>
                                                here
                                        </a>
                                        or get the source code from subversion 
with <code>svn co
-                                       
http://svn.apache.org/repos/asf/jakarta/jcs/trunk</code>.
+                                       
http://svn.apache.org/repos/asf/commons/proper/jcs/trunk</code>.
                                        The tagged releases are available with 
<code>svn co.</code> ex.
-                                       
http://svn.apache.org/repos/asf/jakarta/jcs/tags/jcs_1_2_7_0
+                                       
http://svn.apache.org/repos/asf/commons/proper/jcs/tags/jcs_1_2_7_0
                                </p>
                        </answer>
                </faq>
@@ -159,12 +159,12 @@
                        <answer>
                                <p>
                                        You first need to install
-                                       <a 
href="http://maven.apache.org/";>Maven 1.0.2</a>
+                                       <a 
href="http://maven.apache.org/";>Maven 2</a>
                                        The download is available at
-                                       
http://maven.apache.org/maven-1.x/start/download.html.
-                                       Maven 2.0 is not supported yet. After 
installing run
-                                       "maven" which compiles and tests the 
entire package.
-                                       To build a jar run "maven jar".
+                                       http://maven.apache.org/download.html.
+                                       After installing run
+                                       "mvn" which compiles and tests the 
entire package.
+                                       To build a jar run "mvn install".
                                </p>
                        </answer>
                </faq>

Modified: commons/proper/jcs/trunk/xdocs/getting_started/intro.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/getting_started/intro.xml?rev=1151580&r1=1151579&r2=1151580&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/getting_started/intro.xml (original)
+++ commons/proper/jcs/trunk/xdocs/getting_started/intro.xml Wed Jul 27 
18:22:13 2011
@@ -80,7 +80,7 @@
                                Download the latest version of JCS. The latest 
JCS
                                builds are located
                                <a
-                                       
href="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/";>
+                                       
href="http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/tempbuild/";>
                                        HERE
                                </a>
                        </p>

Modified: commons/proper/jcs/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/navigation.xml?rev=1151580&r1=1151579&r2=1151580&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/navigation.xml (original)
+++ commons/proper/jcs/trunk/xdocs/navigation.xml Wed Jul 27 18:22:13 2011
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project name="jcs" href="http://jakarta.apache.org/jcs/";>
+<project name="jcs" href="http://commons.apache.org/jcs/";>
 
        <title>JCS</title>
 


Reply via email to