You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/03/14 04:10:30 UTC

svn commit: r922743 - in /myfaces/myfaces-build-tools/trunk/maven2-archetypes: pom.xml src/site/apt/index.apt

Author: matzew
Date: Sun Mar 14 03:10:30 2010
New Revision: 922743

URL: http://svn.apache.org/viewvc?rev=922743&view=rev
Log:
MYFACES-2515 - Archetype for MyFaces 2.0 hello world app

thx to Michael Kurz for his two archetypes

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-archetypes/src/site/apt/index.apt

Modified: myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml?rev=922743&r1=922742&r2=922743&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml Sun Mar 14 03:10:30 2010
@@ -131,6 +131,8 @@
 
   <modules>
     <module>myfaces-archetype-helloworld</module>
+    <module>myfaces-archetype-helloworld20</module>
+    <module>myfaces-archetype-helloworld20-owb</module>
     <module>myfaces-archetype-helloworld-facelets</module>
     <module>myfaces-archetype-helloworld-portlets</module>
     <module>myfaces-archetype-trinidad</module>

Modified: myfaces/myfaces-build-tools/trunk/maven2-archetypes/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-archetypes/src/site/apt/index.apt?rev=922743&r1=922742&r2=922743&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-archetypes/src/site/apt/index.apt (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-archetypes/src/site/apt/index.apt Sun Mar 14 03:10:30 2010
@@ -12,6 +12,17 @@ Overview
 
 Archetypes
 
+* HelloWorld 2.0 Basic Archetype
+
+  Sets up a webapp project that uses MyFaces Core 2.0.x with Facelets as the page templating
+  system. Uses JSR-299/JSR-330 annotations for managed bean definition with Apache
+  OpenWebBeans as the CDI implementation.
+
+* HelloWorld 2.0 OpenWebBeans Archetype
+
+  Sets up a webapp project that uses MyFaces Core 2.0.x with Facelets as the page templating
+  system. Additionally sets up OpenWebBeans for the project.
+
 * HelloWorld Basic Archetype
 
   Sets up a webapp project that uses MyFaces Core 1.2.x with JSP as the page templating system.