aboutsummaryrefslogtreecommitdiff
path: root/test/library-test/build/build.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-10-14 00:00:32 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-10-14 00:15:32 -0400
commit9f0ce77f01c5bdd7cb4f475d3d526b8ac30f9cc4 (patch)
tree549156003867ccb715c6ec2a6b28b895b5f5cfc5 /test/library-test/build/build.scala
parentbf4ea112fe668fb7e2e95a2baca4989b16384783 (diff)
downloadcbt-9f0ce77f01c5bdd7cb4f475d3d526b8ac30f9cc4.tar.gz
cbt-9f0ce77f01c5bdd7cb4f475d3d526b8ac30f9cc4.tar.bz2
cbt-9f0ce77f01c5bdd7cb4f475d3d526b8ac30f9cc4.zip
add tests for cross-cbt-version exit code and err/out directing
also adds example for propagating build-time information into run time
Diffstat (limited to 'test/library-test/build/build.scala')
-rw-r--r--test/library-test/build/build.scala8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/library-test/build/build.scala b/test/library-test/build/build.scala
index a6e61af..d07e58e 100644
--- a/test/library-test/build/build.scala
+++ b/test/library-test/build/build.scala
@@ -1,7 +1,11 @@
import cbt._
-// cbt:https://github.com/cvogt/cbt.git#1f4f6097d3ca682d6fd20a7cc6dd277832350827
-class Build(val context: Context) extends BaseBuild{
+// cbt:https://github.com/cvogt/cbt.git#bf4ea112fe668fb7e2e95a2baca4989b16384783
+class Build(val context: Context) extends BaseBuild with PackageJars{
+ def groupId = "cbt.test"
+ def defaultVersion = "0.1"
+ def name = "library-test"
+
override def dependencies =
super.dependencies ++ // don't forget super.dependencies here for scala-library, etc.
Seq(