Skip to content

Commit

Permalink
added plugin for creating eclipse projects. Now, "sbt eclipse" can be…
Browse files Browse the repository at this point in the history
… used to create an eclipse project.
  • Loading branch information
Korbinian Breu committed Aug 27, 2013
1 parent be6c795 commit 297e655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0")addSbtPlugin("de.oakgrove" % "sbt-hgid" % "0.2")addSbtPlugin("de.oakgrove" % "sbt-brand" % "0.1")
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0")addSbtPlugin("de.oakgrove" % "sbt-hgid" % "0.2")addSbtPlugin("de.oakgrove" % "sbt-brand" % "0.1")
Expand Down

0 comments on commit 297e655

Please sign in to comment.