Skip to content

Commit

Permalink
add eclipse plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
schleichardt committed Aug 21, 2016
1 parent d641677 commit 2de9f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -16,6 +16,7 @@ project/plugins/project/
.scala_dependencies
.worksheet

.cache-main

logs
target
Expand All @@ -27,4 +28,5 @@ target
/RUNNING_PID
.sbtserver*

dev.conf
dev.conf
/bin/
2 changes: 2 additions & 0 deletions project/plugins.sbt
Expand Up @@ -19,3 +19,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
// Play Ebean support, to enable, uncomment this line, and enable in your build.sbt using
// enablePlugins(PlayEbean).
// addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "1.0.0")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")

0 comments on commit 2de9f38

Please sign in to comment.