You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/04/29 12:19:03 UTC

svn commit: r1741606 - /myfaces/tobago/trunk/src/site/apt/getting-started.apt

Author: lofwyr
Date: Fri Apr 29 10:19:03 2016
New Revision: 1741606

URL: http://svn.apache.org/viewvc?rev=1741606&view=rev
Log:
SVN switched

Modified:
    myfaces/tobago/trunk/src/site/apt/getting-started.apt

Modified: myfaces/tobago/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/getting-started.apt?rev=1741606&r1=1741605&r2=1741606&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/getting-started.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/getting-started.apt Fri Apr 29 10:19:03 2016
@@ -22,16 +22,16 @@
 
 Checking Out
 
-  Check out the 2.0.x sources by running the following:
+  Check out the 3.0.x sources (alpha) by running the following:
 
 +----------------------------------------
   svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago
 +----------------------------------------
 
-  Check out the 3.0.x sources (alpha) by running the following:
+  Check out the 2.0.x sources by running the following:
 
 +----------------------------------------
-  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-3.0.x tobago-3.0.x
+  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x tobago-2.0.x
 +----------------------------------------
 
   Check out the 1.5.x sources by running the following:
@@ -49,11 +49,10 @@ Checking Out
 
 Building
 
-  You need {{{http://maven.apache.org/download.html}Maven 2}} (at least 2.2.1)
-  and {{{http://www.oracle.com/technetwork/java/javase/downloads/index.html}Java 5}} to build Tobago 1.0.x.\
-  You need {{{http://maven.apache.org/download.html}Maven}} (at least 3.0.4)
-  and {{{http://www.oracle.com/technetwork/java/javase/downloads/index.html}Java 6 or 7}} to build Tobago 1.5.x and
-  Tobago 2.0.x.
+  You need {{{http://maven.apache.org/download.html}Maven 2}} (at least 2.2.1) Java 5 to build Tobago 1.0.x.\
+  You need {{{http://maven.apache.org/download.html}Maven 2}} (at least 3.0.4) Java 6 or 7 to build Tobago 1.5.x.
+  You need {{{http://maven.apache.org/download.html}Maven 2}} (at least 3.0.4) Java 8 to build Tobago 2.0.x and
+  Tobago 3.0.x.
 
   In the
   {{{http://svn.apache.org/repos/asf/myfaces/tobago/trunk/}main directory}}