+ intellij idea support via plugin
authorAlexandre Bertails <bertails@gmail.com>
Sun, 23 Oct 2011 17:56:06 -0400
changeset 108 36aaa14c27c5
parent 73 5a8fc47be78b
child 109 b1b79130b870
+ intellij idea support via plugin
.hgignore
project/plugins/build.sbt
--- a/.hgignore	Sat Oct 15 23:52:14 2011 -0400
+++ b/.hgignore	Sun Oct 23 17:56:06 2011 -0400
@@ -15,4 +15,5 @@
 src/test/scala.egp
 sbt-launch*.jar
 .scala_dependencies
-*.orig
\ No newline at end of file
+*.orig
+.idea*
\ No newline at end of file
--- a/project/plugins/build.sbt	Sat Oct 15 23:52:14 2011 -0400
+++ b/project/plugins/build.sbt	Sun Oct 23 17:56:06 2011 -0400
@@ -8,3 +8,6 @@
 
 addSbtPlugin("com.github.siasia" % "xsbt-proguard-plugin" % "0.1")
 
+resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
+
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0")
\ No newline at end of file