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

13 lines
269 B
Plaintext
Vendored

name
type=java-production
outputDir=out
sources=[foo, foo1, foo2]
classpath=[bar, bar1, bar2]
annotations=[baz, baz1, baz2]
name2
type=java-production
outputDir=out2
sources=[2foo, 2foo1, 2foo2]
classpath=[2bar, 2bar1, 2bar2]
annotations=[2baz, 2baz1, 2baz2]