[seam-commits] Seam SVN: r15306 - branches/community/Seam_2_3/examples/restbay/restbay-ear.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Oct 19 08:28:30 EDT 2012
Author: maschmid
Date: 2012-10-19 08:28:30 -0400 (Fri, 19 Oct 2012)
New Revision: 15306
Modified:
branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml
Log:
examples, restbay, initialize-in-order
Modified: branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml 2012-10-19 10:45:58 UTC (rev 15305)
+++ branches/community/Seam_2_3/examples/restbay/restbay-ear/pom.xml 2012-10-19 12:28:30 UTC (rev 15306)
@@ -57,7 +57,13 @@
<version>6</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<filtering>true</filtering>
+ <initializeInOrder>true</initializeInOrder>
<modules>
+ <ejbModule>
+ <groupId>org.jboss.seam.examples.restbay</groupId>
+ <artifactId>restbay-ejb</artifactId>
+ <bundleFileName>restbay-ejb.jar</bundleFileName>
+ </ejbModule>
<webModule>
<groupId>org.jboss.seam.examples.restbay</groupId>
<artifactId>restbay-web</artifactId>
@@ -65,11 +71,6 @@
<bundleFileName>restbay-web.war</bundleFileName>
</webModule>
<ejbModule>
- <groupId>org.jboss.seam.examples.restbay</groupId>
- <artifactId>restbay-ejb</artifactId>
- <bundleFileName>restbay-ejb.jar</bundleFileName>
- </ejbModule>
- <ejbModule>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
<bundleFileName>jboss-seam.jar</bundleFileName>
More information about the seam-commits
mailing list