eagler-teavm-fork/tools/idea/jps-common/teavm-jps-common.iml

26 lines
963 B
Plaintext
Raw Normal View History

2016-06-25 13:43:29 -07:00
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
2016-10-27 01:55:17 -07:00
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
2016-06-25 13:43:29 -07:00
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="IntelliJ IDEA" jdkType="IDEA JDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
2016-09-17 01:45:15 -07:00
<root url="jar://$MODULE_DIR$/lib/teavm-all.jar!/" />
2016-06-25 13:43:29 -07:00
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
2016-09-17 01:45:15 -07:00
<component name="teavm">
<option name="mainClass" value="" />
<option name="targetDirectory" value="" />
</component>
2016-06-25 13:43:29 -07:00
</module>