2010-04-16 14:36:51 +02:00
|
|
|
import sbt._
|
|
|
|
|
|
|
|
|
|
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
|
2010-05-24 15:53:17 +02:00
|
|
|
val databinderRepo = "Databinder Repository" at "http://databinder.net/repo"
|
|
|
|
|
val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1"
|
2010-05-16 10:59:06 +02:00
|
|
|
// val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
|
|
|
|
|
// val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
|
2010-06-07 15:59:47 +02:00
|
|
|
|
2010-06-21 18:40:15 +02:00
|
|
|
val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.0.RC3"
|
2010-06-07 15:59:47 +02:00
|
|
|
}
|