Skip to content

Commit

Permalink
adding plugin for eclipse scala ide, and adding eclipse ignore info
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Abraham committed Jan 26, 2015
1 parent 6ab2d7e commit 758ece8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,7 @@
*.log

# sbt specific
.cache/
.cache
.history/
.lib/
dist/*
Expand All @@ -17,3 +17,7 @@ project/plugins/project/
.worksheet
.idea/
.idea_modules/

.classpath
.project
.settings/
2 changes: 2 additions & 0 deletions project/plugins.sbt
Expand Up @@ -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")

0 comments on commit 758ece8

Please sign in to comment.