aboutsummaryrefslogtreecommitdiff
path: root/plugins/sbt_layout
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 05:48:52 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 18:53:41 +0800
commit89e788de2ed17f43921c1eae10ce9c98b9b96200 (patch)
tree51634138876af1ad4dcd7d229d83f07cc2380cca /plugins/sbt_layout
parentcbfe884669472e579d83aea369d1c270fcf2d6d0 (diff)
downloadcbt-89e788de2ed17f43921c1eae10ce9c98b9b96200.tar.gz
cbt-89e788de2ed17f43921c1eae10ce9c98b9b96200.tar.bz2
cbt-89e788de2ed17f43921c1eae10ce9c98b9b96200.zip
comments to move a bunch of things into stage2
Diffstat (limited to 'plugins/sbt_layout')
-rw-r--r--plugins/sbt_layout/SbtLayout.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sbt_layout/SbtLayout.scala b/plugins/sbt_layout/SbtLayout.scala
index 5cd7a03..3e8706d 100644
--- a/plugins/sbt_layout/SbtLayout.scala
+++ b/plugins/sbt_layout/SbtLayout.scala
@@ -1,5 +1,5 @@
package cbt
-
+// TODO: move this into stage2 to avoid having to call zinc separately for this as a plugin
trait SbtLayoutTest extends BaseBuild{
override def sources = Seq(projectDirectory ++ "/src/test/scala")
override def compileTarget = super.compileTarget.getParentFile ++ "/test-classes"