[seam-commits] Seam SVN: r14947 - branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/src/main/application/META-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jun 22 09:38:02 EDT 2012
Author: maschmid
Date: 2012-06-22 09:38:01 -0400 (Fri, 22 Jun 2012)
New Revision: 14947
Modified:
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/src/main/application/META-INF/jboss-deployment-structure.xml
Log:
gwt example fix jboss-deployment-structure.xml to include dom4j and javassist
Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-06-22 13:37:24 UTC (rev 14946)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-06-22 13:38:01 UTC (rev 14947)
@@ -1,6 +1,8 @@
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
<deployment>
<dependencies>
+ <module name="org.javassist" export="true"/>
+ <module name="org.dom4j" export="true"/>
<module name="javax.faces.api" export="true"/>
<module name="com.sun.jsf-impl" export="true"/>
</dependencies>
More information about the seam-commits
mailing list