Skip to content

Commit

Permalink
review commit
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed May 4, 2014
1 parent a1d876a commit 2df6cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object SparkBuild extends Build {
val SCALAC_JVM_VERSION = "jvm-1.6"
val JAVAC_JVM_VERSION = "1.6"

lazy val root = Project("spark", file("."), settings = rootSettings) aggregate(allProjects: _*)
lazy val root = Project("root", file("."), settings = rootSettings) aggregate(allProjects: _*)

lazy val core = Project("core", file("core"), settings = coreSettings)

Expand Down

0 comments on commit 2df6cf5

Please sign in to comment.