pekko/project/plugins/Plugins.scala

6 lines
227 B
Scala
Raw Normal View History

2010-04-16 14:36:51 +02:00
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
// val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
// val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
2010-04-16 14:36:51 +02:00
}