aboutsummaryrefslogtreecommitdiff
path: root/stage2/BuildBuild.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-06-19 16:23:57 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-06-19 16:23:57 -0400
commit32691b7908150970344a5c3a5c58fef9dec0a6ac (patch)
tree3fe563f8596b49a136e12dfd693f7b21c0afc90d /stage2/BuildBuild.scala
parentc0eae9a66c756508ee70f10a7638b2444d1edea9 (diff)
downloadcbt-32691b7908150970344a5c3a5c58fef9dec0a6ac.tar.gz
cbt-32691b7908150970344a5c3a5c58fef9dec0a6ac.tar.bz2
cbt-32691b7908150970344a5c3a5c58fef9dec0a6ac.zip
better name for DirectoryDependency
seems to be more precise than BuildDependency, hence hopefully more readable also cleaned up Scaffolding and added DirectoryDependency example
Diffstat (limited to 'stage2/BuildBuild.scala')
-rw-r--r--stage2/BuildBuild.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/stage2/BuildBuild.scala b/stage2/BuildBuild.scala
index 7eab5e6..db5374c 100644
--- a/stage2/BuildBuild.scala
+++ b/stage2/BuildBuild.scala
@@ -8,8 +8,8 @@ trait BuildBuild extends BaseBuild{
)
object plugins{
- final val scalaTest = BuildDependency( managedContext.cbtHome ++ "/plugins/scalatest" )
- final val sbtLayout = BuildDependency( managedContext.cbtHome ++ "/plugins/sbt_layout" )
+ final val scalaTest = DirectoryDependency( managedContext.cbtHome ++ "/plugins/scalatest" )
+ final val sbtLayout = DirectoryDependency( managedContext.cbtHome ++ "/plugins/sbt_layout" )
}
override def dependencies =