[hibernate-commits] Hibernate SVN: r14584 - core/trunk/tutorials.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 21 19:28:12 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-21 19:28:12 -0400 (Mon, 21 Apr 2008)
New Revision: 14584

Modified:
   core/trunk/tutorials/pom.xml
Log:
define the 2 tutorial sub-modules

Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml	2008-04-21 21:54:04 UTC (rev 14583)
+++ core/trunk/tutorials/pom.xml	2008-04-21 23:28:12 UTC (rev 14584)
@@ -16,6 +16,11 @@
     <name>Hibernate Tutorials</name>
     <description>Series of tutorials demonstrating Hibernate functionality</description>
 
+    <modules>
+        <module>eg</module>
+        <module>web</module>
+    </modules>
+
     <dependencies>
         <dependency>
             <groupId>${groupId}</groupId>




More information about the hibernate-commits mailing list