Each module carries its output directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<modules>
|
||||
<module name="name">
|
||||
<module name="name" outputDir="out">
|
||||
<sources path="foo"/>
|
||||
<sources path="foo1"/>
|
||||
<sources path="foo2"/>
|
||||
@@ -10,7 +10,7 @@
|
||||
<externalAnnotations path="baz1"/>
|
||||
<externalAnnotations path="baz2"/>
|
||||
</module>
|
||||
<module name="name2">
|
||||
<module name="name2" outputDir="out2">
|
||||
<sources path="2foo"/>
|
||||
<sources path="2foo1"/>
|
||||
<sources path="2foo2"/>
|
||||
|
||||
Reference in New Issue
Block a user