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, 6 insertions, 0 deletions
diff --git a/project/plugins/Plugins.scala b/project/plugins/Plugins.scala
new file mode 100644
index 0000000000..15ee162329
--- /dev/null
+++ b/project/plugins/Plugins.scala
@@ -0,0 +1,6 @@
+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