[seam-commits] Seam SVN: r14456 - in branches/community/Seam_2_3/examples-ee6: remoting/gwt/gwt-ejb and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 2 03:09:14 EDT 2012


Author: maschmid
Date: 2012-04-02 03:09:13 -0400 (Mon, 02 Apr 2012)
New Revision: 14456

Modified:
   branches/community/Seam_2_3/examples-ee6/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
Log:
enable remoting examples


Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml	2012-04-02 06:53:18 UTC (rev 14455)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml	2012-04-02 07:09:13 UTC (rev 14456)
@@ -23,6 +23,10 @@
         <module>excel</module>
         <module>mail</module>
         <module>messages</module>
+        <module>remoting/chatroom</module>
+        <module>remoting/gwt</module>
+        <module>remoting/helloworld</module>
+        <module>remoting/progressbar</module>
         <module>todo</module>
         <module>ui</module>
     </modules>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml	2012-04-02 06:53:18 UTC (rev 14455)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml	2012-04-02 07:09:13 UTC (rev 14456)
@@ -11,7 +11,7 @@
     <groupId>org.jboss.seam.examples-ee6.remoting.gwt</groupId>
     <artifactId>gwt-ejb</artifactId>
     <packaging>ejb</packaging>
-    <name>Gwt EJB Module</name>
+    <name>Gwt EJB Module (EE6)</name>
     
     <build>
         <plugins>

Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml	2012-04-02 06:53:18 UTC (rev 14455)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml	2012-04-02 07:09:13 UTC (rev 14456)
@@ -11,7 +11,7 @@
     <groupId>org.jboss.seam.examples-ee6.remoting.helloworld</groupId>
     <artifactId>helloworld-web</artifactId>
     <packaging>war</packaging>
-    <name>Helloworld Web Module</name>
+    <name>Helloworld Web Module (EE6)</name>
     
     <properties>
         <!-- filtering property for components.xml -->



More information about the seam-commits mailing list