You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/05/29 21:08:02 UTC

svn commit: r1128937 - in /myfaces/core/trunk: api/src/site/apt/index.apt impl/src/site/apt/index.apt src/site/apt/index.apt src/site/site.xml

Author: lu4242
Date: Sun May 29 19:08:02 2011
New Revision: 1128937

URL: http://svn.apache.org/viewvc?rev=1128937&view=rev
Log:
fix site links and documentation

Modified:
    myfaces/core/trunk/api/src/site/apt/index.apt
    myfaces/core/trunk/impl/src/site/apt/index.apt
    myfaces/core/trunk/src/site/apt/index.apt
    myfaces/core/trunk/src/site/site.xml

Modified: myfaces/core/trunk/api/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/site/apt/index.apt?rev=1128937&r1=1128936&r2=1128937&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/site/apt/index.apt (original)
+++ myfaces/core/trunk/api/src/site/apt/index.apt Sun May 29 19:08:02 2011
@@ -1,5 +1,5 @@
  ------
- MyFaces Core 2.0: API
+ MyFaces Core 2.1: API
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -19,7 +19,7 @@
  ~~ specific language governing permissions and limitations
  ~~ under the License.
 
-MyFaces Core 2.0: API Project
+MyFaces Core 2.1: API Project
 
   The API submodule implements all of the classes that are defined in the specification.
   If you are looking for API documentation about the classes that your JSF application

Modified: myfaces/core/trunk/impl/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/site/apt/index.apt?rev=1128937&r1=1128936&r2=1128937&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/site/apt/index.apt (original)
+++ myfaces/core/trunk/impl/src/site/apt/index.apt Sun May 29 19:08:02 2011
@@ -1,5 +1,5 @@
  ------
- MyFaces Core 2.0: Impl
+ MyFaces Core 2.1: Impl
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -19,7 +19,7 @@
  ~~ specific language governing permissions and limitations
  ~~ under the License.
 
-MyFaces Core 2.0: Impl Project
+MyFaces Core 2.1: Impl Project
 
   The Impl submodule implements all of the "invisible" classes that are needed for a functioning
   JSF implementation but which are not part of the public api.

Modified: myfaces/core/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/apt/index.apt?rev=1128937&r1=1128936&r2=1128937&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/apt/index.apt (original)
+++ myfaces/core/trunk/src/site/apt/index.apt Sun May 29 19:08:02 2011
@@ -20,9 +20,9 @@
  ~~ under the License.
  
 
-MyFaces Core 2.0 Project
+MyFaces Core 2.1 Project
 
-  This project provides an implementation of the JavaServer Faces 2.0 (JSF 2.0) specification.
+  This project provides an implementation of the JavaServer Faces 2.1 (JSF 2.1) specification.
 
     * The API submodule implements all of the classes that are defined in the specification. 
       If you are looking for API documentation about the classes that your JSF application
@@ -40,7 +40,7 @@ MyFaces Core 2.0 Project
 
 Requirements
 
-  JSF 2.0 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation.
+  JSF 2.1 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation.
 
 Specifications
 

Modified: myfaces/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/site.xml?rev=1128937&r1=1128936&r2=1128937&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/site.xml (original)
+++ myfaces/core/trunk/src/site/site.xml Sun May 29 19:08:02 2011
@@ -22,7 +22,7 @@
   - starts with the project's url is converted into a relative url. Other
   - urls are left unaltered.
   -->
-<project name="MyFaces Core JSF-2.0">
+<project name="MyFaces Core JSF-2.1">
     <bannerLeft>
         <name>Apache MyFaces</name>
         <src>img/banners/MyFaces_logo.jpg</src>
@@ -61,9 +61,12 @@
             <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Core JSF-2.0"   href="http://myfaces.apache.org/core20/index.html" collapse="false">
-              <item name="API"          href="http://myfaces.apache.org/core20/myfaces-api/index.html"/>
-              <item name="Impl"         href="http://myfaces.apache.org/core20/myfaces-impl/index.html"/>
+            <item name="Core JSF-2.0"   href="http://myfaces.apache.org/core20/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
+            <item name="Core JSF-2.1"   href="http://myfaces.apache.org/core21/index.html" collapse="false">
+              <item name="API"          href="http://myfaces.apache.org/core21/myfaces-api/index.html"/>
+              <item name="Impl"         href="http://myfaces.apache.org/core21/myfaces-impl/index.html"/>
             </item>
             <item name="Trinidad"       href="http://myfaces.apache.org/trinidad/index.html"/>
             <item name="Tobago"         href="http://myfaces.apache.org/tobago/index.html"/>
@@ -78,6 +81,7 @@
             <item name="ExtVal"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
             <item name="Commons"        href="http://myfaces.apache.org/commons/index.html"/>
             <item name="Test"           href="http://myfaces.apache.org/test/index.html"/>
+            <item name="HTML5"           href="http://myfaces.apache.org/html5/index.html"/>
             <item name="Others"         href="http://myfaces.apache.org/otherProjects.html"/>
         </menu>