aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2014-01-23 21:24:57 +0100
committerVlad Ureche <vlad.ureche@gmail.com>2014-01-23 21:40:58 +0100
commite41f4fdd0efd9b19d5363def8ecb057fc6326d57 (patch)
tree619f6dc7f8e57b8c3978da505550c34e55ce40f1 /project/plugins.sbt
parent0e8d0bb1fbe557665f4db9edcd51dc4c49a7ae15 (diff)
downloaddotty-e41f4fdd0efd9b19d5363def8ecb057fc6326d57.tar.gz
dotty-e41f4fdd0efd9b19d5363def8ecb057fc6326d57.tar.bz2
dotty-e41f4fdd0efd9b19d5363def8ecb057fc6326d57.zip
Build infrastructure
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b6864b47b..654570000 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,3 +1,6 @@
// Add personal SBT plugins for IDEs, etc to `local-plugins.sbt`
//
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
+
+// Scala IDE project file generator
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")