[seam-commits] Seam SVN: r14948 - branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/src/main/application/META-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jun 22 09:45:12 EDT 2012
Author: maschmid
Date: 2012-06-22 09:45:12 -0400 (Fri, 22 Jun 2012)
New Revision: 14948
Modified:
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/src/main/application/META-INF/jboss-deployment-structure.xml
Log:
remoting helloworld example fix jboss-deployment-structure.xml to add javassist and dom4j
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-06-22 13:38:01 UTC (rev 14947)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-06-22 13:45:12 UTC (rev 14948)
@@ -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