[jboss-cvs] JBossAS SVN: r71952 - projects/cluster/ha-client/trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Apr 10 12:24:20 EDT 2008
Author: bstansberry at jboss.com
Date: 2008-04-10 12:24:20 -0400 (Thu, 10 Apr 2008)
New Revision: 71952
Modified:
projects/cluster/ha-client/trunk/
projects/cluster/ha-client/trunk/.classpath
projects/cluster/ha-client/trunk/pom.xml
Log:
[JBCLUSTER-190] Move AS aspects module cluster client classes to jboss-ha-client
Property changes on: projects/cluster/ha-client/trunk
___________________________________________________________________
Name: svn:ignore
- target
+ .settings
target
Modified: projects/cluster/ha-client/trunk/.classpath
===================================================================
--- projects/cluster/ha-client/trunk/.classpath 2008-04-10 16:18:51 UTC (rev 71951)
+++ projects/cluster/ha-client/trunk/.classpath 2008-04-10 16:24:20 UTC (rev 71952)
@@ -4,12 +4,12 @@
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.3.GA/jboss-common-core-2.2.3.GA.jar"/>
<classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
<classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
<classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
- <classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/jboss/aop/jboss-aop/2.0.0.CR1/jboss-aop-2.0.0.CR1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar" sourcepath="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA-sources.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/jboss/aop/jboss-aop/2.0.0.CR3/jboss-aop-2.0.0.CR3.jar"/>
<classpathentry kind="var" path="M2_REPO/ant/ant/1.6.5/ant-1.6.5.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jboss/javassist/3.6.0.GA/javassist-3.6.0.GA.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jboss/microcontainer/jboss-container/2.0.0.Beta6/jboss-container-2.0.0.Beta6.jar"/>
@@ -20,4 +20,7 @@
<classpathentry kind="var" path="M2_REPO/jboss/jboss-logging-spi/2.0.3.GA/jboss-logging-spi-2.0.3.GA.jar"/>
<classpathentry kind="var" path="M2_REPO/qdox/qdox/1.6/qdox-1.6.jar"/>
<classpathentry kind="var" path="M2_REPO/trove/trove/2.1.1/trove-2.1.1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/jboss/aspects/jboss-remoting-aspects/0.1-SNAPSHOT/jboss-remoting-aspects-0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/aspects/jboss-remoting-aspects/0.1-SNAPSHOT/jboss-remoting-aspects-0.1-SNAPSHOT-sources.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar"/>
+ <classpathentry kind="var" path="M2_REPO/jboss/remoting/jboss-remoting/2.4.0.CR1/jboss-remoting-2.4.0.CR1.jar"/>
</classpath>
\ No newline at end of file
Modified: projects/cluster/ha-client/trunk/pom.xml
===================================================================
--- projects/cluster/ha-client/trunk/pom.xml 2008-04-10 16:18:51 UTC (rev 71951)
+++ projects/cluster/ha-client/trunk/pom.xml 2008-04-10 16:24:20 UTC (rev 71952)
@@ -8,7 +8,7 @@
<groupId>org.jboss.cluster</groupId>
<artifactId>jboss-ha-client</artifactId>
<packaging>jar</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>JBoss Cluster HA Client Classes</name>
<url>http://www.jboss.org</url>
<description>A set of client-side classes commonly used by applications that want HA</description>
@@ -53,6 +53,11 @@
<artifactId>jboss-common-core</artifactId>
<version>${version.jboss.common.core}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.aspects</groupId>
+ <artifactId>jboss-remoting-aspects</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ </dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
More information about the jboss-cvs-commits
mailing list