[seam-commits] Seam SVN: r14704 - branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sat May 19 18:51:35 EDT 2012
Author: dhinojosa
Date: 2012-05-19 18:51:35 -0400 (Sat, 19 May 2012)
New Revision: 14704
Added:
branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-deployment-structure.xml
Log:
added jboss-deployment-structure.xml
Added: branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-deployment-structure.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-deployment-structure.xml (rev 0)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-deployment-structure.xml 2012-05-19 22:51:35 UTC (rev 14704)
@@ -0,0 +1,11 @@
+<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
+ <deployment>
+ <dependencies>
+ <module name="org.hibernate" export="true"/>
+ <module name="javax.faces.api" export="true" />
+ <module name="com.sun.jsf-impl" export="true"/>
+ <module name="org.dom4j" export="true"/>
+ <module name="org.hibernate.validator" export="true"/>
+ </dependencies>
+ </deployment>
+</jboss-deployment-structure>
More information about the seam-commits
mailing list