Port project/src-plugins

This commit is contained in:
Eugene Yokota 2016-03-29 02:13:03 -04:00
parent 8d608a2a84
commit 0571b8ec17
2 changed files with 2 additions and 7 deletions

View File

@ -0,0 +1,2 @@
lazy val root = (project in file(".")).
dependsOn(file("../plugin"))

View File

@ -1,7 +0,0 @@
import sbt._
import Import._
object B extends Build
{
lazy val root = Project("root", file(".")).dependsOn( file("../plugin") )
}