Files
kotlin-fork/compiler/testData/modules.xml/manyTimes.xml
T
2013-04-29 17:59:51 +04:00

13 lines
337 B
XML

<modules>
<module name="name">
<sources path="foo"/>
<sources path="foo1"/>
<sources path="foo2"/>
<classpath path="bar"/>
<classpath path="bar1"/>
<classpath path="bar2"/>
<externalAnnotations path="baz"/>
<externalAnnotations path="baz1"/>
<externalAnnotations path="baz2"/>
</module>
</modules>