Thursday, 17 December
2009
Thu, 17 Dec
'09
5:09 p.m.
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>
Show replies by date