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 2008/08/25 03:53:29 UTC

svn commit: r688597 - in /myfaces/site/trunk/src/site: apt/otherProjects.apt site.xml

Author: lu4242
Date: Sun Aug 24 18:53:29 2008
New Revision: 688597

URL: http://svn.apache.org/viewvc?rev=688597&view=rev
Log: (empty)

Modified:
    myfaces/site/trunk/src/site/apt/otherProjects.apt
    myfaces/site/trunk/src/site/site.xml

Modified: myfaces/site/trunk/src/site/apt/otherProjects.apt
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/apt/otherProjects.apt?rev=688597&r1=688596&r2=688597&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/apt/otherProjects.apt (original)
+++ myfaces/site/trunk/src/site/apt/otherProjects.apt Sun Aug 24 18:53:29 2008
@@ -7,6 +7,17 @@
   As well as the subprojects listed on the main page, MyFaces has a number of smaller
   subprojects.
 
+Myfaces Commons Project
+
+  The objective of this project is provides non-renderkit-specific code that can be used
+  with any jsf framework.
+
+  This includes converters, validators and other code useful in jsf projects. Previously,
+  part of this code belongs to tomahawk, but the intention is maintain this code here
+  so interested people just takes what it needs.
+
+  See the {{{commons/index.html}Myfaces Commons Site}} for more information.
+
 The Shared Project
 
   There is some code that is common across a number of MyFaces projects. Simply using

Modified: myfaces/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/site.xml?rev=688597&r1=688596&r2=688597&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/site.xml (original)
+++ myfaces/site/trunk/src/site/site.xml Sun Aug 24 18:53:29 2008
@@ -54,7 +54,9 @@
             </item>
             <item name="Trinidad"       href="trinidad/index.html"/>
             <item name="Tobago"         href="tobago/index.html"/>
-            <item name="Tomahawk"       href="tomahawk/index.html"/>
+            <item name="Tomahawk"       href="tomahawk/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
             <item name="Sandbox"        href="sandbox/index.html"/>
             <item name="Orchestra"      href="orchestra/index.html"/>
             <item name="Portlet Bridge" href="portlet-bridge/index.html"/>