aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2016-11-13 16:17:24 -0500
committerGitHub <noreply@github.com>2016-11-13 16:17:24 -0500
commit7a99e875a5818e9eeacb51f9f4ceb139b5235043 (patch)
treec9cd42f4525a8179a912f997c8402f178a4f0368 /stage1
parent90edc50237d3ea248bb795052195163df716bb41 (diff)
parent094d172617394f337e6d3fe6ad338d43dcb46afb (diff)
downloadcbt-7a99e875a5818e9eeacb51f9f4ceb139b5235043.tar.gz
cbt-7a99e875a5818e9eeacb51f9f4ceb139b5235043.tar.bz2
cbt-7a99e875a5818e9eeacb51f9f4ceb139b5235043.zip
Merge pull request #313 from cvogt/chris3
minor cleanups regarding Context
Diffstat (limited to 'stage1')
-rw-r--r--stage1/cbt.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/stage1/cbt.scala b/stage1/cbt.scala
index 6aa73f9..e324fa0 100644
--- a/stage1/cbt.scala
+++ b/stage1/cbt.scala
@@ -78,10 +78,9 @@ object `package`{
def copy(
projectDirectory: File = projectDirectory,
args: Seq[String] = args,
- enabledLoggers: Set[String] = enabledLoggers,
+ //enabledLoggers: Set[String] = enabledLoggers,
cbtHasChanged: Boolean = cbtHasChanged,
scalaVersion: Option[String] = scalaVersion,
- cache: File = cache,
cbtHome: File = cbtHome,
parentBuild: Option[BuildInterface] = None
): Context = ContextImplementation(