Files
kotlin/compiler/testData/modules.xml/comments.xml
Alexey Tsvetkov b25dfabbcc Fix modules tests
2015-09-08 05:49:32 +03:00

16 lines
415 B
XML
Vendored

<modules>
<module name="name" outputDir="out" type="java-production">
<sources path="foo"/>
<sources path="foo1"/>
<sources path="foo2"/>
<!--
<classpath path="bar"/>
-->
<classpath path="bar1"/>
<!-- sdfgadfg -->
<classpath path="bar2"/>
<externalAnnotations path="baz"/>
<externalAnnotations path="baz1"/>
<externalAnnotations path="baz2"/>
</module>
</modules>