aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-19 09:19:27 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-19 09:19:27 -0400
commitd6eabb247f20942b408edef92257909abbe4d710 (patch)
tree035c974cc1e84cc99d91f578502c149beec6a14a /stage2/BasicBuild.scala
parente7131a7672dc172dc1de3078b414632d58314ee8 (diff)
downloadcbt-d6eabb247f20942b408edef92257909abbe4d710.tar.gz
cbt-d6eabb247f20942b408edef92257909abbe4d710.tar.bz2
cbt-d6eabb247f20942b408edef92257909abbe4d710.zip
make scaffold work for simple case
Diffstat (limited to 'stage2/BasicBuild.scala')
-rw-r--r--stage2/BasicBuild.scala6
1 files changed, 1 insertions, 5 deletions
diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala
index 93a55ca..2f90197 100644
--- a/stage2/BasicBuild.scala
+++ b/stage2/BasicBuild.scala
@@ -27,11 +27,7 @@ class Build(val context: Context) extends Dependency with TriggerLoop{
final def projectDirectory: File = lib.realpath(context.cwd)
assert( projectDirectory.exists, "projectDirectory does not exist: " ++ projectDirectory.string )
final def usage: Unit = new lib.ReflectBuild(this).usage
-/*
- def scaffold: Unit = lib.generateBasicBuildFile(
- projectDirectory, scalaVersion, groupId, artifactId, version
- )
-*/
+
// ========== meta data ==========
def scalaVersion: String = constants.scalaVersion