Fix modules tests

This commit is contained in:
Alexey Tsvetkov
2015-09-03 14:17:17 +03:00
parent 0988b21e9c
commit b25dfabbcc
22 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<modules>
<module name="name" outputDir="out">
<module name="name" outputDir="out" type="java-production">
<sources path="foo"/>
<sources path="foo1"/>
<sources path="foo2"/>
@@ -10,7 +10,7 @@
<externalAnnotations path="baz1"/>
<externalAnnotations path="baz2"/>
</module>
<module name="name2" outputDir="out2">
<module name="name2" outputDir="out2" type="java-production">
<sources path="2foo"/>
<sources path="2foo1"/>
<sources path="2foo2"/>