Author: dhinojosa
Date: 2012-02-03 15:23:14 -0500 (Fri, 03 Feb 2012)
New Revision: 14300
Added:
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/chatroom-ejb.iml
Modified:
branches/community/Seam_2_3/examples-ee6/booking/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/pom.xml
branches/community/Seam_2_3/examples/remoting/chatroom/
Log:
Property changes on: branches/community/Seam_2_3/examples/remoting/chatroom
___________________________________________________________________
Modified: svn:ignore
- dist
exploded-archives
+ dist
exploded-archives
*.iml
Added:
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/chatroom-ejb.iml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/chatroom-ejb.iml
(rev 0)
+++
branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-ejb/chatroom-ejb.iml 2012-02-03
20:23:14 UTC (rev 14300)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
+ <component name="FacetManager">
+ <facet type="ejb" name="EJB">
+ <configuration>
+ <descriptors>
+ <deploymentDescriptor name="ejb-jar.xml"
url="file://$MODULE_DIR$/src/main/resources/META-INF/ejb-jar.xml" />
+ </descriptors>
+ <ejbRoots>
+ <root url="file://$MODULE_DIR$/src/main/java" />
+ <root url="file://$MODULE_DIR$/src/main/resources" />
+ </ejbRoots>
+ </configuration>
+ </facet>
+ </component>
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"
inherit-compiler-output="false">
+ <output url="file://$MODULE_DIR$/target/classes" />
+ <output-test url="file://$MODULE_DIR$/target/test-classes" />
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src/main/java"
isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/main/resources"
isTestSource="false" />
+ <excludeFolder url="file://$MODULE_DIR$/target" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="jboss-seam"
scope="PROVIDED" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
com.thoughtworks.xstream:xstream:1.3.1" level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
xpp3:xpp3_min:1.1.3.4.O" level="project" />
+ <orderEntry type="library" scope="TEST" name="Maven:
org.testng:testng:jdk15:5.10" level="project" />
+ <orderEntry type="library" scope="TEST" name="Maven:
junit:junit:3.8.1" level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
org.jboss.el:jboss-el:1.0_02.CR6" level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
javax.el:el-api:1.0" level="project" />
+ <orderEntry type="library" name="Maven:
jboss:jboss-cache:1.4.1.SP9" level="project" />
+ <orderEntry type="library" name="Maven: jgroups:jgroups:2.4.1"
level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
javax.servlet:servlet-api:2.5" level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
javax.ejb:ejb-api:3.0" level="project" />
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
javax.faces:jsf-api:1.2_12" level="project" />
+ <orderEntry type="module" module-name="jboss-seam-remoting"
/>
+ <orderEntry type="library" scope="PROVIDED" name="Maven:
javax.jms:jms:1.1" level="project" />
+ </component>
+</module>
+
Modified: branches/community/Seam_2_3/examples-ee6/booking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/pom.xml 2012-02-03 12:20:08 UTC (rev
14299)
+++ branches/community/Seam_2_3/examples-ee6/booking/pom.xml 2012-02-03 20:23:14 UTC (rev
14300)
@@ -10,7 +10,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
- <name>Booking Example</name>
+ <name>Booking Example (EE6)</name>
<properties>
<example.name>booking</example.name>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-02-03 12:20:08 UTC
(rev 14299)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ear/pom.xml 2012-02-03 20:23:14 UTC
(rev 14300)
@@ -11,7 +11,7 @@
<groupId>org.jboss.seam.examples.mail</groupId>
<artifactId>mail-ear</artifactId>
<packaging>ear</packaging>
- <name>Mail EAR Module</name>
+ <name>Mail EAR Module (EE6)</name>
<properties>
<jboss.home>${env.JBOSS_HOME}</jboss.home>
@@ -104,7 +104,7 @@
<goal>copy</goal>
</goals>
<configuration>
- <artifactItems>
+ <artifactItems>
<artifactItem>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-jboss-service</artifactId>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml 2012-02-03 12:20:08 UTC
(rev 14299)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-ejb/pom.xml 2012-02-03 20:23:14 UTC
(rev 14300)
@@ -11,7 +11,7 @@
<groupId>org.jboss.seam.examples.mail</groupId>
<artifactId>mail-ejb</artifactId>
<packaging>ejb</packaging>
- <name>Mail EJB Module</name>
+ <name>Mail EJB Module (EE6)</name>
<dependencies>
<dependency>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-02-03 12:20:08
UTC (rev 14299)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-02-03 20:23:14
UTC (rev 14300)
@@ -10,7 +10,7 @@
<groupId>org.jboss.seam.examples.mail</groupId>
<artifactId>mail-tests</artifactId>
- <name>Mail Integration Tests Module</name>
+ <name>Mail Integration Tests Module (EE6)</name>
<dependencies>
<dependency>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-02-03 12:20:08 UTC
(rev 14299)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-02-03 20:23:14 UTC
(rev 14300)
@@ -11,7 +11,7 @@
<groupId>org.jboss.seam.examples.mail</groupId>
<artifactId>mail-web</artifactId>
<packaging>war</packaging>
- <name>Mail Web Module</name>
+ <name>Mail Web Module (EE6)</name>
<properties>
<!-- filtering property for components.xml -->
Modified: branches/community/Seam_2_3/examples-ee6/mail/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-02-03 12:20:08 UTC (rev
14299)
+++ branches/community/Seam_2_3/examples-ee6/mail/pom.xml 2012-02-03 20:23:14 UTC (rev
14300)
@@ -9,7 +9,7 @@
<version>2.3.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
- <name>Seam Mail Example</name>
+ <name>Seam Mail Example (EE6)</name>
<properties>
<example.name>mail</example.name>
Show replies by date