forked from vsch/idea-multimarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
idea-multimarkdown.iml
23 lines (23 loc) · 1.45 KB
/
idea-multimarkdown.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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" manifest="file://$MODULE_DIR$/src/main/java/META-INF/MANIFEST.MF" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<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" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="application" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="application" />
<orderEntry type="library" name="jfxrt" level="application" />
<orderEntry type="library" name="asm-all-asm4" level="project" />
<orderEntry type="library" name="commons-io-2.4" level="project" />
<orderEntry type="library" name="parboiled-core-asm4" level="project" />
<orderEntry type="library" name="parboiled-java-asm4" level="project" />
<orderEntry type="library" name="pegdown-1.6.7" level="project" />
</component>
</module>