[jboss-cvs] JBossAS SVN: r67140 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 15 11:18:18 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-15 11:18:17 -0500 (Thu, 15 Nov 2007)
New Revision: 67140

Modified:
   trunk/ejb3/.classpath
   trunk/ejb3/build-test.xml
   trunk/ejb3/build.xml
   trunk/ejb3/pom.xml
Log:
[JBAS-4976] Integrate jboss-ha-client.jar

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2007-11-15 16:15:04 UTC (rev 67139)
+++ trunk/ejb3/.classpath	2007-11-15 16:18:17 UTC (rev 67140)
@@ -68,5 +68,6 @@
 		</accessrules>
 	</classpathentry>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/ha/lib/jboss-ha-client.jar" sourcepath="/thirdparty/jboss/ha/lib/jboss-ha-client-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-11-15 16:15:04 UTC (rev 67139)
+++ trunk/ejb3/build-test.xml	2007-11-15 16:18:17 UTC (rev 67140)
@@ -160,6 +160,7 @@
       <path refid="jboss.jboss.ejb3.cache.classpath"/>
       <path refid="jboss.jboss.ejb3.ext.api.classpath"/>
       <path refid="jboss.metadata.classpath"/>
+      <path refid="jboss.ha.classpath"/>
       <path refid="sun.jaxb.classpath"/>
    </path>
 

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2007-11-15 16:15:04 UTC (rev 67139)
+++ trunk/ejb3/build.xml	2007-11-15 16:18:17 UTC (rev 67140)
@@ -94,6 +94,7 @@
          <path refid="junit.junit.classpath"/>
          <path refid="jboss.remoting.classpath"/>
          <path refid="apache.logging.classpath"/>
+         <path refid="jboss.ha.classpath"/>
          <path refid="jboss.jboss.jaspi.api.classpath"/>
          <path refid="jboss.jboss.security.spi.classpath"/>
          <path refid="jboss.jbosssx.classpath"/>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2007-11-15 16:15:04 UTC (rev 67139)
+++ trunk/ejb3/pom.xml	2007-11-15 16:18:17 UTC (rev 67140)
@@ -44,6 +44,10 @@
 			<groupId>hibernate</groupId>
 			<artifactId>hibernate3</artifactId>
 		</dependency>
+      <dependency>
+         <groupId>org.jboss.cluster</groupId>
+         <artifactId>jboss-ha-client</artifactId>
+      </dependency>
 		<dependency>
 			<groupId>org.jboss.jbossas</groupId>
 			<artifactId>jboss-as-iiop</artifactId>




More information about the jboss-cvs-commits mailing list