aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 16:41:00 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 16:41:00 -0500
commit0fcc91ebcd289784811a10c5bc901af644d5fc12 (patch)
treec58ec83445d71be95aac944d78da322891e5c2a6 /stage2/BasicBuild.scala
parentc7a5c5d7e23355ea14e8c095f750b47f308c032f (diff)
downloadcbt-0fcc91ebcd289784811a10c5bc901af644d5fc12.tar.gz
cbt-0fcc91ebcd289784811a10c5bc901af644d5fc12.tar.bz2
cbt-0fcc91ebcd289784811a10c5bc901af644d5fc12.zip
Make GitDependency and DirectoryDependency simply return Build objects
Diffstat (limited to 'stage2/BasicBuild.scala')
-rw-r--r--stage2/BasicBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala
index 0d8017f..68bda15 100644
--- a/stage2/BasicBuild.scala
+++ b/stage2/BasicBuild.scala
@@ -212,7 +212,7 @@ trait BaseBuild extends BuildInterface with DependencyImplementation with Trigge
val testDirectory = projectDirectory / "test"
if( (testDirectory / lib.buildDirectoryName / lib.buildFileName).exists ){
// FIYME: maybe we can make loadRoot(...).finalBuild an Option some
- DirectoryDependency( testDirectory ).dependency
+ DirectoryDependency( testDirectory )
} else {
new BasicBuild( context.copy(workingDirectory = testDirectory) ){
override def dependencies = Seq(