Removed Maven projects and added bnd4sbt

This commit is contained in:
Roman Roelofsen 2010-06-07 15:59:47 +02:00
parent c863cc5d14
commit 15d6ce3c50
12 changed files with 29 additions and 563 deletions

View file

@ -5,4 +5,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1"
// val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
// val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
}
lazy val bnd4sbt = "com.weiglewilczek" % "bnd4sbt" % "0.4"
}