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 -->
Show replies by date