[weld-commits] Weld SVN: r5284 - in archetypes/trunk/jsf: jee-minimal and 1 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Dec 14 14:09:12 EST 2009


Author: dan.j.allen
Date: 2009-12-14 14:09:11 -0500 (Mon, 14 Dec 2009)
New Revision: 5284

Modified:
   archetypes/trunk/jsf/jee-minimal/pom.xml
   archetypes/trunk/jsf/jee/pom.xml
   archetypes/trunk/jsf/servlet-minimal/pom.xml
Log:
description


Modified: archetypes/trunk/jsf/jee/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/pom.xml	2009-12-14 19:08:39 UTC (rev 5283)
+++ archetypes/trunk/jsf/jee/pom.xml	2009-12-14 19:09:11 UTC (rev 5284)
@@ -10,8 +10,8 @@
 
    <groupId>org.jboss.weld.archetypes</groupId>
    <artifactId>weld-jsf-jee</artifactId>
-   <description>A full Java EE 6 project =&gt; JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0; uses Weld for build dependency management</description>
    <name>Java EE 6 Archetype</name>
+   <description>Weld archetype for creating a Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1 and JPA 2.0 (persistence unit included)</description>
 
    <packaging>maven-archetype</packaging>
 

Modified: archetypes/trunk/jsf/jee-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee-minimal/pom.xml	2009-12-14 19:08:39 UTC (rev 5283)
+++ archetypes/trunk/jsf/jee-minimal/pom.xml	2009-12-14 19:09:11 UTC (rev 5284)
@@ -10,8 +10,8 @@
 
    <groupId>org.jboss.weld.archetypes</groupId>
    <artifactId>weld-jsf-jee-minimal</artifactId>
-   <description>A minimal Java EE 6 project =&gt; JSF 2.0 and CDI 1.0, no persistence; uses Weld for build dependency management</description>
    <name>Minimal Java EE 6 Archteype</name>
+   <description>Weld archetype for creating a minimal Java EE 6 application using JSF 2.0 and CDI 1.0 (no persistence unit)</description>
 
    <packaging>maven-archetype</packaging>
 

Modified: archetypes/trunk/jsf/servlet-minimal/pom.xml
===================================================================
--- archetypes/trunk/jsf/servlet-minimal/pom.xml	2009-12-14 19:08:39 UTC (rev 5283)
+++ archetypes/trunk/jsf/servlet-minimal/pom.xml	2009-12-14 19:09:11 UTC (rev 5284)
@@ -12,7 +12,7 @@
    <groupId>org.jboss.weld.archetypes</groupId>
    <artifactId>weld-jsf-servlet-minimal</artifactId>
    <name>Weld JSF/Servlet Archetype</name>
-   <description>A JSF 2.0 and CDI 1.0 project for Servlet Containers such as Tomcat 6 and Jetty 6</description>
+   <description>Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat 6 / Jetty 6)</description>
    
    <packaging>maven-archetype</packaging>
    



More information about the weld-commits mailing list