[jboss-cvs] JBossAS SVN: r67695 - projects/cluster/ha-client/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 1 11:37:34 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-01 11:37:34 -0500 (Sat, 01 Dec 2007)
New Revision: 67695

Modified:
   projects/cluster/ha-client/trunk/.classpath
   projects/cluster/ha-client/trunk/.project
   projects/cluster/ha-client/trunk/pom.xml
Log:
Create cluster/ha-client subproject

Modified: projects/cluster/ha-client/trunk/.classpath
===================================================================
--- projects/cluster/ha-client/trunk/.classpath	2007-12-01 16:35:39 UTC (rev 67694)
+++ projects/cluster/ha-client/trunk/.classpath	2007-12-01 16:37:34 UTC (rev 67695)
@@ -3,15 +3,21 @@
   <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
   <classpathentry kind="output" path="target/classes"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <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/trove/trove/2.1.1/trove-2.1.1.jar"/>
+  <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/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/junit/junit/3.8.1/junit-3.8.1.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.beta1/jboss-aop-2.0.0.beta1.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/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"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0.CR4/jbossxb-2.0.0.CR4.jar"/>
+  <classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javax/activation/activation/1.0.2/activation-1.0.2.jar"/>
+  <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/ant/ant/1.6.5/ant-1.6.5.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/org/jboss/jboss-common-core/2.2.2.GA/jboss-common-core-2.2.2.GA.jar"/>
+  <classpathentry kind="var" path="M2_REPO/trove/trove/2.1.1/trove-2.1.1.jar"/>
 </classpath>
\ No newline at end of file

Modified: projects/cluster/ha-client/trunk/.project
===================================================================
--- projects/cluster/ha-client/trunk/.project	2007-12-01 16:35:39 UTC (rev 67694)
+++ projects/cluster/ha-client/trunk/.project	2007-12-01 16:37:34 UTC (rev 67695)
@@ -1,6 +1,6 @@
 <projectDescription>
   <name>jboss-ha-client</name>
-  <comment>A set of client-side classes commonly used in a cluster</comment>
+  <comment>A set of client-side classes commonly used by applications that want HA</comment>
   <projects/>
   <buildSpec>
     <buildCommand>

Modified: projects/cluster/ha-client/trunk/pom.xml
===================================================================
--- projects/cluster/ha-client/trunk/pom.xml	2007-12-01 16:35:39 UTC (rev 67694)
+++ projects/cluster/ha-client/trunk/pom.xml	2007-12-01 16:37:34 UTC (rev 67695)
@@ -1,5 +1,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.cluster</groupId>
+    <artifactId>jboss-cluster</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.cluster</groupId>
   <artifactId>jboss-ha-client</artifactId>
@@ -7,7 +12,7 @@
   <version>1.0.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 in a cluster</description>
+  <description>A set of client-side classes commonly used by applications that want HA</description>
   <licenses>
    <license>
       <name>lgpl</name>
@@ -18,45 +23,42 @@
     <name>JBoss, a division of Red Hat, Inc.</name>
     <url>http://www.jboss.org</url>
   </organization>
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3</version>
-  </parent> 
   
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-client/trunk/</connection>
+  </scm>
+  
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
+        <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <printSummary>true</printSummary>
-          <disableXmlReport>false</disableXmlReport>
-          <testFailureIgnore>true</testFailureIgnore>
-          <includes>
-            <include>**/*TestCase.java</include>
-          </includes>
+          <!-- The tagBase property is needed during the release process so that the maven release plugin
+            will create the release tag in the appropriate location. -->
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/cluster/ha-client/tags</tagBase>
         </configuration>
-      </plugin>      
+      </plugin>     
     </plugins>
   </build>  
   
+  <!-- Do not add version information here, use ../build/pom.xml instead -->
   <dependencies> 
     <!-- Global dependencies -->
     <dependency>
        <groupId>org.jboss.aop</groupId>
        <artifactId>jboss-aop</artifactId>
-       <version>2.0.0.beta1</version>
+       <version>${version.jboss.aop}</version>
     </dependency>
     <dependency>
        <groupId>org.jboss</groupId>
        <artifactId>jboss-common-core</artifactId>
-       <version>2.2.2.GA</version>
+       <version>${version.jboss.common.core}</version>
     </dependency>
     <!-- Test dependencies -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>${version.junit}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>  




More information about the jboss-cvs-commits mailing list