You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/10/04 17:03:40 UTC

[34/38] incubator-geode git commit: GEODE-1949: Adding geode-rebalancer to the binary distribution

GEODE-1949: Adding geode-rebalancer to the binary distribution


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0a6e1a53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0a6e1a53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/0a6e1a53

Branch: refs/heads/feature/e2e-testing
Commit: 0a6e1a5339243b069a04d8010a869bfd1f4172c1
Parents: 22afc3b
Author: Dan Smith <up...@apache.org>
Authored: Thu Sep 29 15:54:47 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Thu Sep 29 15:54:47 2016 -0700

----------------------------------------------------------------------
 geode-assembly/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0a6e1a53/geode-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index c46c74a..cc2518b 100644
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -61,6 +61,7 @@ dependencies {
   archives project(':geode-pulse')
   archives project(':geode-wan')
   archives project(':geode-cq')
+  archives project(':geode-rebalancer')
 
   testCompile project(':geode-junit')
   testCompile files(project(':geode-core').sourceSets.test.output)
@@ -337,6 +338,9 @@ distributions {
         from project(":geode-old-client-support").configurations.runtime
         from project(":geode-old-client-support").configurations.archives.allArtifacts.files
 
+        from project(":geode-rebalancer").configurations.runtime
+        from project(":geode-rebalancer").configurations.archives.allArtifacts.files
+
         from configurations.bundled
         from configurations.gfshDependencies