mirror of https://github.com/sbt/sbt.git
8 lines
317 B
Scala
8 lines
317 B
Scala
import sbt._
|
|
|
|
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
|
|
// def aquteRepo = "aQute Maven Repository" at "http://www.aqute.biz/repo"
|
|
// lazy val aquteModuleConfig = ModuleConfiguration("biz.aQute", aquteRepo)
|
|
// val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "latest.release"
|
|
}
|