[jboss-cvs] JBossAS SVN: r96735 - projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-ear.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 23 08:40:26 EST 2009


Author: lvlcek at redhat.com
Date: 2009-11-23 08:40:25 -0500 (Mon, 23 Nov 2009)
New Revision: 96735

Modified:
   projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-ear/pom.xml
Log:
added reservations modules into ear

Modified: projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-ear/pom.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-ear/pom.xml	2009-11-23 12:48:24 UTC (rev 96734)
+++ projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-ear/pom.xml	2009-11-23 13:40:25 UTC (rev 96735)
@@ -38,6 +38,18 @@
             <type>jar</type>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>
+            <artifactId>sportsclub-reservations-spring</artifactId>
+            <type>jar</type>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>
+            <artifactId>sportsclub-reservations-web</artifactId>
+            <type>war</type>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 
     <build>
@@ -66,6 +78,15 @@
                             <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>
                             <artifactId>sportsclub-hibernate-dao</artifactId>
                         </jarModule>
+                        <jarModule>
+                            <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>
+                            <artifactId>sportsclub-reservations-spring</artifactId>
+                        </jarModule>
+                        <webModule>
+                            <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>
+                            <artifactId>sportsclub-reservations-web</artifactId>
+                            <contextRoot>/sportsclub/reservations</contextRoot> <!-- TODO: Not sure about this -->
+                        </webModule>
                     </modules>
                 </configuration>
             </plugin>




More information about the jboss-cvs-commits mailing list