Writing incrementalCache attribute to <modules> element of xml module script
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
incrementalCacheDir=/incremental/cache/dir
|
||||
|
||||
name
|
||||
outputDir=out
|
||||
sources=[foo]
|
||||
classpath=[bar]
|
||||
annotations=[]
|
||||
name2
|
||||
outputDir=out2
|
||||
sources=[2foo]
|
||||
classpath=[2bar]
|
||||
annotations=[]
|
||||
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user