Each module carries its output directory
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
name
|
||||
outputDir=out
|
||||
sources=[foo]
|
||||
classpath=[bar]
|
||||
annotations=[baz]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<modules>
|
||||
<module name="name">
|
||||
<module name="name" outputDir="out">
|
||||
<sources path="foo"/>
|
||||
<classpath path="bar"/>
|
||||
<externalAnnotations path="baz"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name
|
||||
outputDir=out
|
||||
sources=[foo, foo1, foo2]
|
||||
classpath=[bar1, bar2]
|
||||
annotations=[baz, baz1, baz2]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<modules>
|
||||
<module name="name">
|
||||
<module name="name" outputDir="out">
|
||||
<sources path="foo"/>
|
||||
<sources path="foo1"/>
|
||||
<sources path="foo2"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name
|
||||
outputDir=out
|
||||
sources=[]
|
||||
classpath=[]
|
||||
annotations=[]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<modules>
|
||||
<module name="name"/>
|
||||
<module name="name" outputDir="out"/>
|
||||
</modules>
|
||||
@@ -1,4 +1,5 @@
|
||||
name
|
||||
outputDir=out
|
||||
sources=[foo, foo1, foo2]
|
||||
classpath=[bar, bar1, bar2]
|
||||
annotations=[baz, baz1, baz2]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<modules>
|
||||
<module name="name">
|
||||
<module name="name" outputDir="out">
|
||||
<sources path="foo"/>
|
||||
<sources path="foo1"/>
|
||||
<sources path="foo2"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
name
|
||||
outputDir=out
|
||||
sources=[foo]
|
||||
classpath=[]
|
||||
annotations=[]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<modules>
|
||||
<module name="name">
|
||||
<module name="name" outputDir="out">
|
||||
<sources path="foo"/>
|
||||
</module>
|
||||
</modules>
|
||||
@@ -1,8 +1,10 @@
|
||||
name
|
||||
outputDir=out
|
||||
sources=[foo, foo1, foo2]
|
||||
classpath=[bar, bar1, bar2]
|
||||
annotations=[baz, baz1, baz2]
|
||||
name2
|
||||
outputDir=out2
|
||||
sources=[2foo, 2foo1, 2foo2]
|
||||
classpath=[2bar, 2bar1, 2bar2]
|
||||
annotations=[2baz, 2baz1, 2baz2]
|
||||
|
||||
@@ -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