aboutsummaryrefslogtreecommitdiff
path: root/stage2/LazyDependency.scala
Commit message (Collapse)AuthorAgeFilesLines
* make .scala sources 2.12 compatibleChristopher Vogt2017-04-011-3/+3
|
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-0/+17
THis is mostly cleanup and a little bit feature. Before it was done partially in 3 places, BuildBuild, loadRoot and GitDependency. Now DirectoryDependencies also support referencing sub-builds. Also introduce scalariform for the first few files of cbt's core code :).