diff --git a/.gitignore b/.gitignore index 121ff4f..b131bd5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.log # sbt specific -.cache/ +.cache .history/ .lib/ dist/* @@ -17,3 +17,7 @@ project/plugins/project/ .worksheet .idea/ .idea_modules/ + +.classpath +.project +.settings/ diff --git a/project/plugins.sbt b/project/plugins.sbt index ecf55a5..2c0398e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,3 +3,5 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1") addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") addSbtPlugin("commons-codec" % "commons-codec" % "1.6") + +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")