mirror of https://github.com/sbt/sbt.git
Port project/src-plugins
This commit is contained in:
parent
8d608a2a84
commit
0571b8ec17
|
|
@ -0,0 +1,2 @@
|
|||
lazy val root = (project in file(".")).
|
||||
dependsOn(file("../plugin"))
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
import sbt._
|
||||
import Import._
|
||||
|
||||
object B extends Build
|
||||
{
|
||||
lazy val root = Project("root", file(".")).dependsOn( file("../plugin") )
|
||||
}
|
||||
Loading…
Reference in New Issue