twoModules.xml 508 字节
Newer Older
A
Andrey Breslav 已提交
1
<modules>
A
Alexey Tsvetkov 已提交
2
  <module name="name" outputDir="out" type="java-production">
A
Andrey Breslav 已提交
3 4 5 6 7 8 9
    <sources path="foo"/>
    <sources path="foo1"/>
    <sources path="foo2"/>
    <classpath path="bar"/>
    <classpath path="bar1"/>
    <classpath path="bar2"/>
  </module>
A
Alexey Tsvetkov 已提交
10
  <module name="name2" outputDir="out2" type="java-production">
A
Andrey Breslav 已提交
11 12 13 14 15 16 17 18
    <sources path="2foo"/>
    <sources path="2foo1"/>
    <sources path="2foo2"/>
    <classpath path="2bar"/>
    <classpath path="2bar1"/>
    <classpath path="2bar2"/>
  </module>
</modules>