[seam-commits] Seam SVN: r14945 - branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/src/main/application/META-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jun 22 08:44:07 EDT 2012


Author: maschmid
Date: 2012-06-22 08:44:05 -0400 (Fri, 22 Jun 2012)
New Revision: 14945

Modified:
   branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/src/main/application/META-INF/jboss-deployment-structure.xml
Log:
chatroom example, import javassist and dom4j from AS7


Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/src/main/application/META-INF/jboss-deployment-structure.xml	2012-06-21 16:49:15 UTC (rev 14944)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/src/main/application/META-INF/jboss-deployment-structure.xml	2012-06-22 12:44:05 UTC (rev 14945)
@@ -2,8 +2,10 @@
   <deployment>
       <dependencies>
           <module name="javax.faces.api" export="true"/>
+          <module name="org.dom4j" export="true"/>
           <module name="com.sun.jsf-impl" export="true"/>
           <module name="org.hibernate" export="true"/>
+          <module name="org.javassist" export="true"/>
       </dependencies>
   </deployment>  
 </jboss-deployment-structure>



More information about the seam-commits mailing list