Removed passing incremental cache base dir via module script.

This commit is contained in:
Evgeny Gerashchenko
2014-08-19 17:34:36 +04:00
parent cda1be3fc7
commit 184ddbc9e1
15 changed files with 14 additions and 93 deletions
@@ -1,12 +0,0 @@
incrementalCacheDir=/incremental/cache/dir
name
outputDir=out
sources=[foo]
classpath=[bar]
annotations=[]
name2
outputDir=out2
sources=[2foo]
classpath=[2bar]
annotations=[]
@@ -1,10 +0,0 @@
<modules incrementalCache="/incremental/cache/dir">
<module name="name" outputDir="out">
<sources path="foo"/>
<classpath path="bar"/>
</module>
<module name="name2" outputDir="out2">
<sources path="2foo"/>
<classpath path="2bar"/>
</module>
</modules>