From 2457c42d7edbc061b9d8b09d54e9cb206726a4f7 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Thu, 22 Dec 2005 03:43:57 +0000 Subject: [PATCH] More m2 build tweeks, brought in the activemq-optional module. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358476 13f79535-47bb-0310-9956-ffa450edef68 --- activeio/activeio-aio/pom.xml | 2 +- activeio/activeio-core/pom.xml | 2 +- activeio/pom.xml | 4 +- activemq-core/pom.xml | 3 +- .../java/org/activemq/util/MessageList.java | 0 activemq-jaas/pom.xml | 3 +- activemq-optional/pom.xml | 121 ++++++++++++++++++ activemq-ra/pom.xml | 3 +- pom.xml | 78 +++++++++-- 9 files changed, 200 insertions(+), 16 deletions(-) rename activemq-core/src/{main => test}/java/org/activemq/util/MessageList.java (100%) create mode 100755 activemq-optional/pom.xml diff --git a/activeio/activeio-aio/pom.xml b/activeio/activeio-aio/pom.xml index 32fa6fb1ce..1eb00b928a 100644 --- a/activeio/activeio-aio/pom.xml +++ b/activeio/activeio-aio/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.apache.activeio - activeio + activeio-project ../pom.xml 3.0-SNAPSHOT diff --git a/activeio/activeio-core/pom.xml b/activeio/activeio-core/pom.xml index c6f831a016..1bed62513c 100644 --- a/activeio/activeio-core/pom.xml +++ b/activeio/activeio-core/pom.xml @@ -4,7 +4,7 @@ org.apache.activeio - activeio + activeio-project ../pom.xml 3.0-SNAPSHOT diff --git a/activeio/pom.xml b/activeio/pom.xml index 865cdcf71a..5edd428a7c 100644 --- a/activeio/pom.xml +++ b/activeio/pom.xml @@ -2,10 +2,10 @@ 4.0.0 org.apache.activeio - activeio + activeio-project 3.0-SNAPSHOT pom - ActiveIO + ActiveIO Project A high performance IO abstraction framework diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index 6de4f32922..5f00e194db 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -10,7 +10,8 @@ activemq-core jar - ActiveMQ JMS Broker + ActiveMQ :: Core + The ActiveMQ Message Broker and Client implementations diff --git a/activemq-core/src/main/java/org/activemq/util/MessageList.java b/activemq-core/src/test/java/org/activemq/util/MessageList.java similarity index 100% rename from activemq-core/src/main/java/org/activemq/util/MessageList.java rename to activemq-core/src/test/java/org/activemq/util/MessageList.java diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index 8917ed9d7a..038fb80eb9 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -10,7 +10,8 @@ activemq-jaas jar - ActiveMQ JAAS Login Modules + ActiveMQ :: JAAS + A collection of generic JAAS Login Modules diff --git a/activemq-optional/pom.xml b/activemq-optional/pom.xml new file mode 100755 index 0000000000..ce11a11171 --- /dev/null +++ b/activemq-optional/pom.xml @@ -0,0 +1,121 @@ + + 4.0.0 + + + org.apache.activemq + activemq-project + 4.0-SNAPSHOT + ../pom.xml + + + activemq-optional + jar + ActiveMQ :: Optional + + + + + org.apache.activemq + activemq-core + ${version} + + + + junit + junit + compile + + + + backport-util-concurrent + backport-util-concurrent + + + activeio + activeio + + + commons-logging + commons-logging + + + log4j + log4j + + + + geronimo-spec + geronimo-spec-jms + + + geronimo-spec + geronimo-spec-jta + + + geronimo-spec + geronimo-spec-j2ee-jacc + + + geronimo-spec + geronimo-spec-j2ee-connector + + + + org.springframework + spring + + + aopalliance + aopalliance + + + + xstream + xstream + + + xmlpull + xmlpull + + + + jetty + servlet-api + + + jetty + jetty + + + + axis + axis + + + + commons-httpclient + commons-httpclient + + + + commons-pool + commons-pool + + + commons-collections + commons-collections + + + + axis + axis + + + + commons-httpclient + commons-httpclient + + + + + diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index b4430f2414..99e05d33a4 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -10,7 +10,8 @@ activemq-ra rar - ActiveMQ JCA Managed Connections and Resource Adapters + ActiveMQ :: RA + A JCA Resource Adapter used to integrate ActiveMQ with transactional enterprise containers diff --git a/pom.xml b/pom.xml index 6d171df011..fccaeb4f5f 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ activemq-project 4.0-SNAPSHOT pom - ActiveMQ JMS Broker Project + ActiveMQ Project @@ -91,6 +91,7 @@ activemq-core activemq-ra activemq-jaas + activemq-optional activeio activecluster @@ -366,6 +367,73 @@ ${project.version} + + xstream + xstream + 1.1.2 + + + + xmlpull + xmlpull + 1.1.3.4d_b4_min + + + + jetty + servlet-api + 2.5-6.0.0beta6 + + + + jetty + jetty + 6.0.0beta6 + + + + axis + axis + 1.2-RC1 + + + + commons-httpclient + commons-httpclient + 2.0.1 + + + + aopalliance + aopalliance + 1.0 + + + + junit + junit + 3.8.1 + test + + + jmock + jmock + 1.0.1 + test + + + jmock + jmock-cglib + 1.0.1 + test + + + cglib + cglib-full + 2.0 + test + + @@ -377,26 +445,18 @@ junit junit - 3.8.1 - test jmock jmock - 1.0.1 - test jmock jmock-cglib - 1.0.1 - test cglib cglib-full - 2.0 - test