From ee1c3d384dbf4e19244ffac595a7667efe0493f5 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 29 Oct 2017 16:51:04 -0700 Subject: diagram out javac flow chart --- src/test/scala/forge/IntegrationTests.scala | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/test') diff --git a/src/test/scala/forge/IntegrationTests.scala b/src/test/scala/forge/IntegrationTests.scala index d91f5618..cfa8a864 100644 --- a/src/test/scala/forge/IntegrationTests.scala +++ b/src/test/scala/forge/IntegrationTests.scala @@ -55,6 +55,11 @@ object IntegrationTests extends TestSuite{ object Build { val sourceRootPath = javacDestPath / 'src val resourceRootPath = javacDestPath / 'resources + + // sourceRoot -> allSources -> classFiles + // | + // v + // resourceRoot ----> jar val sourceRoot = Target.path(sourceRootPath) val resourceRoot = Target.path(resourceRootPath) val allSources = list(sourceRoot) -- cgit v1.2.3