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

17 lines
961 B
Plaintext
Raw Normal View History

2016-02-07 08: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" />
2016-02-13 09:41:33 -08: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-02-07 08:20:18 -08:00
<exclude-output />
<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-13 09:41:33 -08:00
<excludeFolder url="file://$MODULE_DIR$/target" />
2016-02-07 08:20:18 -08:00
</content>
<orderEntry type="jdk" jdkName="IntelliJ IDEA IU-144.3600.7" jdkType="IDEA JDK" />
<orderEntry type="sourceFolder" forTests="false" />
2016-02-13 09:41:33 -08:00
<orderEntry type="module" module-name="teavm-jps-plugin" exported="" scope="RUNTIME" />
2016-02-07 08:20:18 -08:00
</component>
</module>