aboutsummaryrefslogtreecommitdiff
path: root/project/plugins/SparkProjectPlugins.scala
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2011-08-01 15:25:26 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2011-08-01 15:25:26 -0700
commit711575391df632627cd9eb91d84d5b6f0d4db6f2 (patch)
tree37655fceac82dbb33c3a987fbd9bf8cd7c9a7627 /project/plugins/SparkProjectPlugins.scala
parent4050d661c5f0a48a5a043ec932d98707f4606dd5 (diff)
parentecb8b69fa088764c109c74153f05ba8d2fc698d1 (diff)
downloadspark-711575391df632627cd9eb91d84d5b6f0d4db6f2.tar.gz
spark-711575391df632627cd9eb91d84d5b6f0d4db6f2.tar.bz2
spark-711575391df632627cd9eb91d84d5b6f0d4db6f2.zip
Merge branch 'scala-2.9'
Conflicts: project/build/SparkProject.scala
Diffstat (limited to 'project/plugins/SparkProjectPlugins.scala')
-rw-r--r--project/plugins/SparkProjectPlugins.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/project/plugins/SparkProjectPlugins.scala b/project/plugins/SparkProjectPlugins.scala
deleted file mode 100644
index 565f160829..0000000000
--- a/project/plugins/SparkProjectPlugins.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-import sbt._
-
-class SparkProjectPlugins(info: ProjectInfo) extends PluginDefinition(info) {
- val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.0"
-
- val sbtIdeaRepo = "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
- val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.4.0"
-
- val codaRepo = "Coda Hale's Repository" at "http://repo.codahale.com/"
- val assemblySBT = "com.codahale" % "assembly-sbt" % "0.1.1"
-}