aboutsummaryrefslogtreecommitdiff
path: root/stage1/paths.scala
Commit message (Collapse)AuthorAgeFilesLines
* replace two level classloader with hierarchyChristopher Vogt2016-03-191-1/+2
| | | | | | replace two level classloader (one for non-cachable dependencies with a cached parent one for cachable ones) with a hierachy of classloaders corresponding this should eventually allow re-using CBT's classloader between stage1 and stage2 this change breaks the ScalaTest support for now
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-11/+11
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+15