teavm/tools/idea/plugin/teavm-idea.iml

28 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-02-08 00:20:18 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/src/main/resources/META-INF/plugin.xml" />
2017-02-18 04:16:16 +08:00
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
2016-02-14 01:41:33 +08:00
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
2016-02-08 00:20:18 +08:00
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
2016-02-14 01:41:33 +08:00
<excludeFolder url="file://$MODULE_DIR$/target" />
2016-02-08 00:20:18 +08:00
</content>
<orderEntry type="jdk" jdkName="IntelliJ IDEA" jdkType="IDEA JDK" />
2016-02-08 00:20:18 +08:00
<orderEntry type="sourceFolder" forTests="false" />
2017-02-18 04:16:16 +08:00
<orderEntry type="module" module-name="teavm-jps-common" />
<orderEntry type="module" module-name="teavm-jps-plugin" exported="" scope="RUNTIME" />
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/../idea-artifacts/dependencies/teavm.jar!/" />
</CLASSES>
<JAVADOC />
2017-03-16 03:42:35 +08:00
<SOURCES>
<root url="file://$MODULE_DIR$/../../../core/src/main/java" />
</SOURCES>
2017-02-18 04:16:16 +08:00
</library>
</orderEntry>
2016-02-08 00:20:18 +08:00
</component>
</module>