summaryrefslogtreecommitdiff
path: root/project/plugins/Plugins.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/plugins/Plugins.scala')
-rw-r--r--project/plugins/Plugins.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/project/plugins/Plugins.scala b/project/plugins/Plugins.scala
deleted file mode 100644
index 15ee162329..0000000000
--- a/project/plugins/Plugins.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-import sbt._
-
-class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
- val sbtIdeaRepo = "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
- val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.2.0"
-} \ No newline at end of file