You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/07/13 05:14:23 UTC

svn commit: r216098 - /myfaces/forrest/trunk/content/xdocs/community/versioning.xml

Author: schof
Date: Tue Jul 12 20:14:21 2005
New Revision: 216098

URL: http://svn.apache.org/viewcvs?rev=216098&view=rev
Log:
removed ref to viewcvs since infra has just taken it down until further notice

Modified:
    myfaces/forrest/trunk/content/xdocs/community/versioning.xml

Modified: myfaces/forrest/trunk/content/xdocs/community/versioning.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/community/versioning.xml?rev=216098&r1=216097&r2=216098&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/community/versioning.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/community/versioning.xml Tue Jul 12 20:14:21 2005
@@ -12,17 +12,17 @@
 <section>
 <title>SVN Access for MyFaces</title>
     <p>
-        MyFaces uses the Subversion (SVN) source code repository.  The SVN server is maintained by the Apache Software Foundation.  
-        Click <link href="http://apache.org/dev/version-control.html">here</link> for more information on the ASF source code 
+        MyFaces uses the Subversion (SVN) source code repository.  The SVN server is maintained by the Apache Software Foundation.
+        Click <link href="http://apache.org/dev/version-control.html">here</link> for more information on the ASF source code
         repositories.
     </p>
     <p>
-        The MyFaces source code is broken up into several subprojects.  Do <strong>not</strong> checkout everything in the MyFaces directory 
-        (you will get every copy of every file ever checked into the repository!)  The MyFaces developers rely on a SVN trick known 
-        as "externals."  These allow you to checkout (and update) the latest code from multiple subprojects with a single SVN command.  
+        The MyFaces source code is broken up into several subprojects.  Do <strong>not</strong> checkout everything in the MyFaces directory
+        (you will get every copy of every file ever checked into the repository!)  The MyFaces developers rely on a SVN trick known
+        as "externals."  These allow you to checkout (and update) the latest code from multiple subprojects with a single SVN command.
         Use one of the commands below depending on your source code needs.
     </p>
-    
+
     <table>
         <tr>
             <th>If you need ...</th>
@@ -30,62 +30,62 @@
         </tr>
         <tr>
             <td>
-                <strong>The latest source code for all relevant subprojects.</strong>  This includes the MyFaces JSF implementation as well as 
+                <strong>The latest source code for all relevant subprojects.</strong>  This includes the MyFaces JSF implementation as well as
                 the Tomahawk components and other goodies.  Also includes the example web applications and sandbox components.
             </td>
             <td>
                 <code>svn co https://svn.apache.org/repos/asf/myfaces/current</code>
             </td>
-        </tr>    
+        </tr>
         <tr>
             <td>
-                <strong>The source code for the MyFaces implementation only.</strong>  Does not include the tomahawk subproject or any of the 
+                <strong>The source code for the MyFaces implementation only.</strong>  Does not include the tomahawk subproject or any of the
                 examples.
             </td>
             <td>
                 <code>svn co https://svn.apache.org/repos/asf/myfaces/core</code>
             </td>
-        </tr>            
+        </tr>
         <tr>
             <td>
-                <strong>The source code for the Tomahawk subproject without any JSF implementation stuff.</strong>  Ideal for those who 
-                use the RI and want to provide a quick patch to an existing tomahawk component.  This requires that you 
-                provide your own JSF implementation.  If you are using MyFaces as your JSF implementation it does not make 
+                <strong>The source code for the Tomahawk subproject without any JSF implementation stuff.</strong>  Ideal for those who
+                use the RI and want to provide a quick patch to an existing tomahawk component.  This requires that you
+                provide your own JSF implementation.  If you are using MyFaces as your JSF implementation it does not make
                 much sense to use this option.
             </td>
             <td>
                 <code>svn co https://svn.apache.org/repos/asf/myfaces/tomahawk-only</code>
             </td>
-        </tr>    
+        </tr>
         <tr>
             <td>
-                <strong>The xdocs used to build the MyFaces website.</strong>  This is intended for committers only.  
+                <strong>The xdocs used to build the MyFaces website.</strong>  This is intended for committers only.
                 Contains the forrest xdocs and build script used to build the website.
             </td>
             <td>
                 <code>svn co https://svn.apache.org/viewcvs.cgi/myfaces/forrest/trunk</code>
             </td>
-        </tr>            
+        </tr>
         <tr>
             <td>
-                <strong>The source code in its original layout before the SVN reorg.</strong>  This is meant for troubleshooting purposes only.  
+                <strong>The source code in its original layout before the SVN reorg.</strong>  This is meant for troubleshooting purposes only.
                 Do not use this to submit patches or check in code.
             </td>
             <td>
                 <code>svn co https://svn.apache.org/viewcvs.cgi/myfaces/legacy/tags/before_svn_reorg/</code>
             </td>
-        </tr>               
+        </tr>
     </table>
 
     <p>
         <br/>
-        The source code can also be viewed online <link href="http://svn.apache.org/viewcvs.cgi/myfaces/">here</link>.  
-    </p>    
+        The source code can also be viewed online <link href="http://svn.apache.org/repos/asf/myfaces/">here</link>.
+    </p>
 
 </section>
 
 </body>
-    
+
 <footer>
     	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
 	&copy; 2004, Apache Software Foundation