[jboss-cvs] JBossAS SVN: r70351 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 4 00:05:26 EST 2008


Author: ALRubinger
Date: 2008-03-04 00:05:26 -0500 (Tue, 04 Mar 2008)
New Revision: 70351

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
Copy Hibernate3 artifact to lib

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-03-04 05:05:01 UTC (rev 70350)
+++ projects/ejb3/trunk/core/pom.xml	2008-03-04 05:05:26 UTC (rev 70351)
@@ -188,6 +188,10 @@
                   <artifactId>commons-codec</artifactId>
                   <version>1.2</version> <!-- Used only here -->
                 </artifactItem>
+                <artifactItem>
+                  <groupId>hibernate</groupId>
+                  <artifactId>hibernate3</artifactId>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
               <overWriteIfNewer>true</overWriteIfNewer>




More information about the jboss-cvs-commits mailing list