aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-09-26 22:31:31 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-09-26 22:32:05 +0100
commitbd774eb274606949d39e8575d6769011bbf5126e (patch)
treed33cee684b9cf2eac8ff3af5c4f5717190a9be73 /project/plugins.sbt
parente39edcce60d1f54c0d4133fe1f755d2e0445971d (diff)
downloadspark-bd774eb274606949d39e8575d6769011bbf5126e.tar.gz
spark-bd774eb274606949d39e8575d6769011bbf5126e.tar.bz2
spark-bd774eb274606949d39e8575d6769011bbf5126e.zip
Use new layout for plugins definitions (recommended for SBT 0.11)
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt10
1 files changed, 10 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000000..4bfc7f2af5
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,10 @@
+resolvers ++= Seq(
+ "sbt-idea-repo" at "http://mpeltonen.github.com/maven/",
+ Classpaths.typesafeResolver
+)
+
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0-SNAPSHOT")
+
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.4.0")
+
+addSbtPlugin("com.eed3si9n" %% "sbt-assembly" % "0.6")