--- 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