Skip to content

Commit

Permalink
Add a comment and exclude tools
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Oct 12, 2013
1 parent 484166d commit c441904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ object SparkBuild extends Build {
lazy val allProjects = Seq[ProjectReference](
core, repl, examples, bagel, streaming, mllib, tools, assemblyProj) ++ maybeYarnRef

lazy val packageProjects = Seq[ProjectReference](core, repl, bagel, streaming, mllib, tools) ++ maybeYarnRef
// Everything except assembly and examples belongs to packageProjects
lazy val packageProjects = Seq[ProjectReference](core, repl, bagel, streaming, mllib) ++ maybeYarnRef

def sharedSettings = Defaults.defaultSettings ++ Seq(
organization := "org.apache.spark",
Expand Down

0 comments on commit c441904

Please sign in to comment.