Author: chirino
Date: Mon Jun 1 17:22:40 2009
New Revision: 780733
URL: http://svn.apache.org/viewvc?rev=780733&view=rev
Log:
split the queue package from the flow module.
Added:
activemq/sandbox/activemq-flow/activemq-queue/src/main/java/org/
activemq/sandbox/activemq-flow/activemq-queue/src/main/java/org/apache/
activemq/sandbox/activemq-flow/activemq-queue/src/main/java/org/apache/activemq/
activemq/sandbox/activemq-flow/activemq-queue/src/main/java/org/apache/activemq/queue/
- copied from r780728, activemq/sandbox/activemq-flow/activemq-flow/src/main/java/org/apache/activemq/queue/
activemq/sandbox/activemq-flow/activemq-queue/src/test/java/org/
activemq/sandbox/activemq-flow/activemq-queue/src/test/java/org/apache/
activemq/sandbox/activemq-flow/activemq-queue/src/test/java/org/apache/activemq/
activemq/sandbox/activemq-flow/activemq-queue/src/test/java/org/apache/activemq/flow/
- copied from r780728, activemq/sandbox/activemq-flow/activemq-flow/src/test/java/org/apache/activemq/flow/
activemq/sandbox/activemq-flow/activemq-queue/src/test/proto/
- copied from r780728, activemq/sandbox/activemq-flow/activemq-flow/src/test/proto/
activemq/sandbox/activemq-flow/activemq-queue/src/test/resources/META-INF/
- copied from r780728, activemq/sandbox/activemq-flow/activemq-flow/src/test/resources/META-INF/
Removed:
activemq/sandbox/activemq-flow/activemq-flow/src/main/java/org/apache/activemq/queue/
activemq/sandbox/activemq-flow/activemq-flow/src/test/java/org/apache/activemq/flow/
activemq/sandbox/activemq-flow/activemq-flow/src/test/proto/
activemq/sandbox/activemq-flow/activemq-flow/src/test/resources/META-INF/
Modified:
activemq/sandbox/activemq-flow/activemq-all/pom.xml
activemq/sandbox/activemq-flow/activemq-broker/pom.xml
activemq/sandbox/activemq-flow/activemq-client/pom.xml
activemq/sandbox/activemq-flow/activemq-flow/pom.xml
activemq/sandbox/activemq-flow/activemq-network/pom.xml
activemq/sandbox/activemq-flow/activemq-store/pom.xml
Modified: activemq/sandbox/activemq-flow/activemq-all/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-all/pom.xml?rev=780733&r1=780732&r2=780733&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-all/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-all/pom.xml Mon Jun 1 17:22:40 2009
@@ -50,13 +50,6 @@
<artifactId>activemq-transport</artifactId>
</dependency>
- <!-- TODO: remove this dependency -->
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>5.3-SNAPSHOT</version>
- </dependency>
-
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/pom.xml?rev=780733&r1=780732&r2=780733&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Mon Jun 1 17:22:40 2009
@@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-flow</artifactId>
+ <artifactId>activemq-queue</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: activemq/sandbox/activemq-flow/activemq-client/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-client/pom.xml?rev=780733&r1=780732&r2=780733&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-client/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-client/pom.xml Mon Jun 1 17:22:40 2009
@@ -50,13 +50,6 @@
<artifactId>activemq-transport</artifactId>
</dependency>
- <!-- TODO: remove this dependency -->
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>5.3-SNAPSHOT</version>
- </dependency>
-
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
Modified: activemq/sandbox/activemq-flow/activemq-flow/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-flow/pom.xml?rev=780733&r1=780732&r2=780733&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-flow/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-flow/pom.xml Mon Jun 1 17:22:40 2009
@@ -38,24 +38,9 @@
<artifactId>activemq-util</artifactId>
<optional>false</optional>
</dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-dispatcher</artifactId>
- <optional>true</optional>
- </dependency>
<!-- Testing Dependencies -->
<dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-transport</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.activemq.protobuf</groupId>
- <artifactId>activemq-protobuf</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
Modified: activemq/sandbox/activemq-flow/activemq-network/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-network/pom.xml?rev=780733&r1=780732&r2=780733&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-network/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-network/pom.xml Mon Jun 1 17:22:40 2009
@@ -50,13 +50,6 @@
<artifactId>activemq-transport</artifactId>
</dependency>
- <!-- TODO: remove this dependency -->
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>5.3-SNAPSHOT</version>
- </dependency>
-
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
Modified: activemq/sandbox/activemq-flow/activemq-store/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-store/pom.xml?rev=780733&r1=780732&r2=780733&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-store/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-store/pom.xml Mon Jun 1 17:22:40 2009
@@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-flow</artifactId>
+ <artifactId>activemq-queue</artifactId>
</dependency>
<!-- Testing Dependencies -->
|