aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2011-05-31 17:31:51 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2011-05-31 17:31:51 -0700
commitbcce6e8d01a0e842483270099a73310cb46dfc88 (patch)
tree8a9e16131c095bab8bfc5535c7b0691e8ca0d345 /project
parent2c691295bf7811d0a4345db0871b38578955053e (diff)
downloadspark-bcce6e8d01a0e842483270099a73310cb46dfc88.tar.gz
spark-bcce6e8d01a0e842483270099a73310cb46dfc88.tar.bz2
spark-bcce6e8d01a0e842483270099a73310cb46dfc88.zip
Various work to use the 2.9 interpreter
Diffstat (limited to 'project')
-rw-r--r--project/build/SparkProject.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/build/SparkProject.scala b/project/build/SparkProject.scala
index 469dd93ef1..7ebd92fde6 100644
--- a/project/build/SparkProject.scala
+++ b/project/build/SparkProject.scala
@@ -10,7 +10,7 @@ class SparkProject(info: ProjectInfo) extends ParentProject(info) with IdeaProje
lazy val core = project("core", "Spark Core", new CoreProject(_))
-// lazy val repl = project("repl", "Spark REPL", new ReplProject(_), core)
+ lazy val repl = project("repl", "Spark REPL", new ReplProject(_), core)
lazy val examples = project("examples", "Spark Examples", new ExamplesProject(_), core)