[weld-commits] Weld SVN: r5353 - archetypes/tags/1.0.0-BETA1.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Dec 17 18:09:30 EST 2009


Author: dan.j.allen
Date: 2009-12-17 18:09:29 -0500 (Thu, 17 Dec 2009)
New Revision: 5353

Added:
   archetypes/tags/1.0.0-BETA1/archetype-catalog.xml
Log:
add archetype catalog


Added: archetypes/tags/1.0.0-BETA1/archetype-catalog.xml
===================================================================
--- archetypes/tags/1.0.0-BETA1/archetype-catalog.xml	                        (rev 0)
+++ archetypes/tags/1.0.0-BETA1/archetype-catalog.xml	2009-12-17 23:09:29 UTC (rev 5353)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archetype-catalog>
+  <archetypes>
+    <archetype>
+      <groupId>org.jboss.weld.archetypes</groupId>
+      <artifactId>weld-jsf-servlet-minimal</artifactId>
+      <version>1.0.0-BETA1</version>
+      <description>Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat 6 / Jetty 6)</description>
+    </archetype>
+    <archetype>
+      <groupId>org.jboss.weld.archetypes</groupId>
+      <artifactId>weld-jsf-jee-minimal</artifactId>
+      <version>1.0.0-BETA1</version>
+      <description>Weld archetype for creating a minimal Java EE 6 application using JSF 2.0, CDI 1.0 and EJB 3.1 (persistence unit not included)</description>
+    </archetype>
+    <archetype>
+      <groupId>org.jboss.weld.archetypes</groupId>
+      <artifactId>weld-jsf-jee</artifactId>
+      <version>1.0.0-BETA1</version>
+      <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>
+    </archetype>
+  </archetypes>
+</archetype-catalog>



More information about the weld-commits mailing list