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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 4 20:29:30 EST 2008


Author: bdecoste
Date: 2008-03-04 20:29:29 -0500 (Tue, 04 Mar 2008)
New Revision: 70405

Modified:
   projects/ejb3/trunk/core/build-test.xml
   projects/ejb3/trunk/core/pom.xml
Log:
add hibernate3 to client CP

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-05 01:10:17 UTC (rev 70404)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-05 01:29:29 UTC (rev 70405)
@@ -98,6 +98,7 @@
   <property name="location.dependencies.lib.hsqldb:hsqldb" value="${location.dependencies.lib}/hsqldb.jar"/>
   <property name="location.dependencies.lib.apache-httpclient:commons-httpclient" value="${location.dependencies.lib}/commons-httpclient.jar"/>
   <property name="location.dependencies.lib.apache-codec:commons-codec" value="${location.dependencies.lib}/commons-codec.jar"/>
+  <property name="location.dependencies.lib.hibernate:hibernate3" value="${location.dependencies.lib}/hibernate3.jar"/>
   <property name="location.dependencies.lib.org.jboss.cache:jbosscache-core" value="${location.dependencies.lib}/jbosscache-core.jar"/>
   <property name="location.client.lib" value="${jboss.dist}/client"/>
   <property name="location.client.lib.commons-logging" value="${location.client.lib}/commons-logging.jar"/>
@@ -221,6 +222,9 @@
 
     <!-- JBoss Test Project -->
     <pathelement path="${location.dependencies.lib.jboss-test:jboss-test}" />
+	
+	<!-- Hibernate -->
+	<pathelement path="${location.dependencies.lib.hibernate:hibernate3}" />
     
     <!-- JBoss Cache Core -->
     <pathelement path="${location.dependencies.lib.org.jboss.cache:jbosscache-core}" />

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-03-05 01:10:17 UTC (rev 70404)
+++ projects/ejb3/trunk/core/pom.xml	2008-03-05 01:29:29 UTC (rev 70405)
@@ -175,6 +175,10 @@
                   <artifactId>jboss-test</artifactId>
                 </artifactItem>
                 <artifactItem>
+                  <groupId>hibernate</groupId>
+                  <artifactId>hibernate3</artifactId>
+                </artifactItem>
+                <artifactItem>
                   <groupId>hsqldb</groupId>
                   <artifactId>hsqldb</artifactId>
                 </artifactItem>




More information about the jboss-cvs-commits mailing list