pekko/project/plugins/Plugins.scala
Roman Roelofsen dff7cc65d1 Merge remote branch 'akollegger/master' into osgi
Conflicts:
	project/build/AkkaProject.scala
	project/plugins/Plugins.scala
2010-06-18 11:20:10 +02:00

10 lines
448 B
Scala

import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val databinderRepo = "Databinder Repository" at "http://databinder.net/repo"
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"
val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.0.RC2"
}