You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/04 23:48:35 UTC

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

Author: skitching
Date: Fri Jan  4 14:48:34 2008
New Revision: 609042

URL: http://svn.apache.org/viewvc?rev=609042&view=rev
Log:
Site improvements

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

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=609042&r1=609041&r2=609042&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Fri Jan  4 14:48:34 2008
@@ -10,8 +10,7 @@
   <artifactId>myfaces-impl</artifactId>
   <name>Apache MyFaces JSF-1.1 Implementation</name>
   <description>
-    The Apache MyFaces JSF-1.1 Implementation project provides a full JSF 1.1
-    implementation as defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).
+    The private implementation classes of the Apache MyFaces Core JSF-1.1 Implementation.
   </description>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>

Added: 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=609042&view=auto
==============================================================================
--- myfaces/core/trunk/impl/src/site/apt/index.apt (added)
+++ myfaces/core/trunk/impl/src/site/apt/index.apt Fri Jan  4 14:48:34 2008
@@ -0,0 +1,11 @@
+ ------
+ Myfaces Core 1.1 Impl
+ ------
+
+MyFaces Core 1.1 Implementation Project
+
+  This Implementation submodule implements all of the classes that are needed to 
+  provide the functionality of the JSF specification, but which are not public
+  classes, ie which should not directly be invoked by user code.
+
+  None of the classes in this project are in the javax.faces namespace.