You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by da...@apache.org on 2016/01/04 07:40:57 UTC

[24/46] incubator-s2graph git commit: set root project

set root project


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/3a3dc2f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/3a3dc2f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/3a3dc2f4

Branch: refs/heads/feature/test_daewon
Commit: 3a3dc2f4410a57f693238375d9442dbf8cbb54f0
Parents: f45b845
Author: daewon <bl...@gmail.com>
Authored: Thu Dec 24 16:55:19 2015 +0900
Committer: daewon <bl...@gmail.com>
Committed: Thu Dec 24 16:55:19 2015 +0900

----------------------------------------------------------------------
 build.sbt | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/3a3dc2f4/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index ac86dbf..ad08bdb 100755
--- a/build.sbt
+++ b/build.sbt
@@ -44,11 +44,5 @@ lazy val s2counter_loader = project.dependsOn(s2counter_core, spark)
 
 lazy val s2ml = project.settings(commonSettings: _*)
 
-// test in s2core := {}
-// test in s2rest_play := {}
-
-test in spark := {}
-test in loader := {}
-test in s2counter_core := {}
-test in s2counter_loader := {}
-test in s2ml := {}
+lazy val root = (project in file(".")).
+  aggregate(s2core, s2rest_play)