Author: chirino
Date: Wed Feb 15 23:01:11 2006
New Revision: 378190
URL: http://svn.apache.org/viewcvs?rev=378190&view=rev
Log:
cleaned up the pom since it inherits from a parent pom.
Modified:
incubator/activemq/trunk/activecluster/maven.xml
incubator/activemq/trunk/activecluster/project.xml
Modified: incubator/activemq/trunk/activecluster/maven.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/maven.xml?rev=378190&r1=378189&r2=378190&view=diff
==============================================================================
--- incubator/activemq/trunk/activecluster/maven.xml (original)
+++ incubator/activemq/trunk/activecluster/maven.xml Wed Feb 15 23:01:11 2006
@@ -16,7 +16,7 @@
-->
<project default="default" xmlns:j="jelly:core">
- <goal name="default" prereqs="clean, test"/>
+ <goal name="default" prereqs="jar:install"/>
<goal name="dc">
<attain>
Modified: incubator/activemq/trunk/activecluster/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/project.xml?rev=378190&r1=378189&r2=378190&view=diff
==============================================================================
--- incubator/activemq/trunk/activecluster/project.xml (original)
+++ incubator/activemq/trunk/activecluster/project.xml Wed Feb 15 23:01:11 2006
@@ -16,14 +16,11 @@
-->
<project>
- <pomVersion>3</pomVersion>
- <extend>${basedir}/../etc/project.xml</extend>
+ <pomVersion>3</pomVersion>
+ <extend>${basedir}/../etc/project.xml</extend>
- <name>ActiveCluster</name>
- <artifactId>activecluster</artifactId>
-
-
- <inceptionYear>2004</inceptionYear>
+ <name>ActiveCluster</name>
+ <artifactId>activecluster</artifactId>
<package>org.apache.activecluster</package>
<packageGroups>
@@ -50,7 +47,6 @@
</packageGroups>
<shortDescription>ActiveCluster is a framework for building cluster-aware
software</shortDescription>
-
<gumpRepositoryId>activecluster</gumpRepositoryId>
<description>
@@ -60,84 +56,6 @@
<url>http://activecluster.codehaus.org/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/ACL</issueTrackingUrl>
- <siteAddress>beaver.codehaus.org</siteAddress>
- <siteDirectory>/home/projects/activecluster/public_html/maven</siteDirectory>
-
<distributionDirectory>/home/projects/activecluster/dist</distributionDirectory>
-
- <repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/projects/activecluster/scm:activecluster</connection>
- <developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/home/projects/activecluster/scm:activecluster</developerConnection>
- <url>http://cvs.activecluster.codehaus.org/</url>
- </repository>
-
- <mailingLists>
- <mailingList>
- <name>ActiveCluster Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archive.activecluster.codehaus.org/dev/</archive>
- </mailingList>
- <mailingList>
- <name>ActiveCluster User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archive.activecluster.codehaus.org/user/</archive>
- </mailingList>
- <mailingList>
- <name>ActiveCluster SCM List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archive.activecluster.codehaus.org/scm/</archive>
- </mailingList>
- </mailingLists>
-
-
- <versions>
- <version>
- <id>1.0</id>
- <name>1.0</name>
- <tag>ACTIVECLUSTER_1_0</tag>
- </version>
- <version>
- <id>1.2</id>
- <name>1.2</name>
- <tag>ACTIVECLUSTER_1_2</tag>
- </version>
- </versions>
- <branches></branches>
-
- <developers>
- <developer>
- <name>James Strachan</name>
- <id>jstrachan</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>LogicBlaze, Inc.</organization>
- </developer>
- <developer>
- <name>Hiram Chirino</name>
- <id>chirino</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>LogicBlaze, Inc.</organization>
- </developer>
- <developer>
- <name>Rob Davies</name>
- <id>Rob</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>RAJD Consultancy Ltd</organization>
- </developer>
-
- <developer>
- <name>Jules Gosnell</name>
- <id>jules</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Core Developers Network</organization>
- </developer>
- </developers>
-
- <contributors>
- </contributors>
-
-
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
@@ -146,27 +64,17 @@
<url>http://jakarta.apache.org/commons/logging/</url>
</dependency>
- <!-- lets use freely distributable J2EE jars -->
<dependency>
<id>geronimo-spec+jms</id>
<version>1.1-rc4</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
</dependency>
<dependency>
<id>geronimo-spec+jta</id>
<version>1.0.1B-rc4</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
</dependency>
<dependency>
<id>geronimo-spec+j2ee-management</id>
<version>1.0-rc4</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
</dependency>
<!-- default JMS provider used for implementation -->
@@ -176,11 +84,11 @@
<version>${pom.currentVersion}</version>
</dependency>
- <dependency>
- <groupId>activeio</groupId>
- <artifactId>activeio</artifactId>
- <version>2.1-SNAPSHOT</version>
- </dependency>
+ <dependency>
+ <groupId>activeio</groupId>
+ <artifactId>activeio</artifactId>
+ <version>2.1-SNAPSHOT</version>
+ </dependency>
<!-- for unit test cases -->
<dependency>
@@ -188,12 +96,11 @@
<version>3.8.1</version>
</dependency>
- <!--concurrency -->
+ <!--concurrency -->
<dependency>
<id>backport-util-concurrent</id>
<version>2.0_01_pd</version>
</dependency>
-
<!-- for multi-threaded unit test cases -->
<dependency>