Updated Branches: refs/heads/trunk 10391092a -> 3a0a9aae0
Include the partition module in the assembly. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3a0a9aae Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3a0a9aae Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3a0a9aae Branch: refs/heads/trunk Commit: 3a0a9aae0540cf5e055f1c5c0c37337ae94b1296 Parents: 1039109 Author: Hiram Chirino <[email protected]> Authored: Tue Oct 8 13:27:32 2013 -0400 Committer: Hiram Chirino <[email protected]> Committed: Tue Oct 8 13:27:32 2013 -0400 ---------------------------------------------------------------------- assembly/pom.xml | 4 ++++ assembly/src/main/descriptors/common-bin.xml | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/3a0a9aae/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 7afb860..b8ca8be 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -75,6 +75,10 @@ <groupId>${project.groupId}</groupId> <artifactId>activemq-leveldb-store</artifactId> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>activemq-partition</artifactId> + </dependency> <dependency> <groupId>org.fusesource.hawtdispatch</groupId> http://git-wip-us.apache.org/repos/asf/activemq/blob/3a0a9aae/assembly/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml index ceab036..55fb11b 100644 --- a/assembly/src/main/descriptors/common-bin.xml +++ b/assembly/src/main/descriptors/common-bin.xml @@ -197,6 +197,7 @@ <include>${pom.groupId}:activemq-log4j-appender</include> <include>${pom.groupId}:activemq-jms-pool</include> <include>${pom.groupId}:activemq-pool</include> + <include>${pom.groupId}:activemq-partition</include> <include>${pom.groupId}:activeio-core</include> <include>commons-beanutils:commons-beanutils</include> <include>commons-collections:commons-collections</include>
