mirror of https://github.com/sbt/sbt.git
fix project/source-plugins test
This commit is contained in:
parent
9dd5f076ea
commit
0a912f32a6
|
|
@ -3,5 +3,5 @@ object PluginDef extends Build {
|
||||||
override def projects = Seq(root)
|
override def projects = Seq(root)
|
||||||
lazy val root = Project("plugins", file(".")) dependsOn(proguard, git)
|
lazy val root = Project("plugins", file(".")) dependsOn(proguard, git)
|
||||||
lazy val proguard = uri("git://github.com/jsuereth/xsbt-proguard-plugin.git")
|
lazy val proguard = uri("git://github.com/jsuereth/xsbt-proguard-plugin.git")
|
||||||
lazy val git = uri("git://github.com/sbt/sbt-git.git#scala-build")
|
lazy val git = uri("git://github.com/sbt/sbt-git.git#master")
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
import sbt._
|
|
||||||
|
|
||||||
object B extends Build
|
|
||||||
{
|
|
||||||
lazy val root = Project("root", file(".")).dependsOn( file("../plugin") )
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue