aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-10-03 20:54:04 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-10-03 20:54:04 -0400
commit1f4f6097d3ca682d6fd20a7cc6dd277832350827 (patch)
tree48b778da611c18a092ae67cecca448af39916869 /stage2/BasicBuild.scala
parent669ef3dfc3201fffa451b47d2b629a856afc0b25 (diff)
downloadcbt-1f4f6097d3ca682d6fd20a7cc6dd277832350827.tar.gz
cbt-1f4f6097d3ca682d6fd20a7cc6dd277832350827.tar.bz2
cbt-1f4f6097d3ca682d6fd20a7cc6dd277832350827.zip
make BuildInterfaces an abstract class so it can have default values
and it becomes slightly easier to maintain source compatibility between cbt versions
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 98deddc..007c27e 100644
--- a/stage2/BasicBuild.scala
+++ b/stage2/BasicBuild.scala
@@ -10,7 +10,7 @@ import java.util.jar._
import scala.util._
class BasicBuild(val context: Context) extends BaseBuild
-trait BaseBuild extends DependencyImplementation with BuildInterface with TriggerLoop with SbtDependencyDsl{
+trait BaseBuild extends BuildInterface with DependencyImplementation with TriggerLoop with SbtDependencyDsl{
def context: Context
// library available to builds