10 lines
276 B
XML
10 lines
276 B
XML
<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> |