aboutsummaryrefslogtreecommitdiff
path: root/examples/multi-combined-example/sub2
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-13 13:28:36 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-13 10:13:05 -0500
commit9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf (patch)
treec6181da8869bd4c4c30eb63c2efcf5d8435b4117 /examples/multi-combined-example/sub2
parentb1db36baebe1f76a39e8bd1a89892465c70b69be (diff)
downloadcbt-9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf.tar.gz
cbt-9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf.tar.bz2
cbt-9f89d16aa3ca5f96d73a8394d5159dc78dd5d7cf.zip
multi-project build example using a single build file
Diffstat (limited to 'examples/multi-combined-example/sub2')
-rw-r--r--examples/multi-combined-example/sub2/SomeOtherConcreteClass.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/multi-combined-example/sub2/SomeOtherConcreteClass.scala b/examples/multi-combined-example/sub2/SomeOtherConcreteClass.scala
new file mode 100644
index 0000000..399aee6
--- /dev/null
+++ b/examples/multi-combined-example/sub2/SomeOtherConcreteClass.scala
@@ -0,0 +1,2 @@
+package cbt.examples.multi_combined
+object SomeOtherConcreteClass extends SomeSharedClass