mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
* Create markdown-utils module * Move classes to markdown-utils * Add dependency on markdown-utils in markdown-plugin, space-plugin, github-plugin GitOrigin-RevId: febe9743b9b1572dd07e807bd4bb343a32d57293
18 lines
949 B
XML
18 lines
949 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
|
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
|
|
<orderEntry type="library" name="intellij-markdown" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
|
</component>
|
|
</module> |