scala-news-reader
rss/atom news reader in scala
git clone https://9o.is/git/scala-news-reader.git
commit 30f6e9dbc038491ea219c2fd0637313ae3ab2b8f parent c680d1ad87d5e12994fb9e83b03647711c2d605c Author: Jul <jul@9o.is> Date: Thu, 1 Aug 2013 05:29:04 -0400 added eclipse sbt plugin Diffstat:
| M | .gitignore | | | 1 | + |
| M | project/plugins.sbt | | | 2 | ++ |
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -24,6 +24,7 @@ project/target .settings .project .classpath +.metadata .cache .scala_dependencies diff --git a/project/plugins.sbt b/project/plugins.sbt @@ -2,6 +2,8 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.2.2") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.2") + addSbtPlugin("org.scala-sbt" % "sbt-closure" % "0.1.3") addSbtPlugin("me.lessis" % "less-sbt" % "0.1.10")