mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
`basePath` and `rootManager` are useless, and will be dropped soon. `baseDir` is also doubtful, but still usable. `ModuleRootManager.getInstance` throws exception if module is disposed, so we use workspace model to make sure module isn't disposed. GitOrigin-RevId: 01507a46539195907fb74e1e43c178fb5ff968c0
48 lines
3.2 KiB
XML
48 lines
3.2 KiB
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$/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/testResources" type="java-test-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="intellij.libraries.gson" />
|
|
<orderEntry type="module" module-name="intellij.libraries.guava" />
|
|
<orderEntry type="module" module-name="intellij.libraries.stream" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.model.serialization" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
|
<orderEntry type="module" module-name="intellij.platform.util" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
|
<orderEntry type="module" module-name="intellij.python.community" />
|
|
<orderEntry type="module" module-name="intellij.python.psi" />
|
|
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.execution" />
|
|
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
|
<orderEntry type="library" name="jna" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
|
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
|
<orderEntry type="module" module-name="intellij.libraries.jackson" />
|
|
<orderEntry type="module" module-name="intellij.libraries.jackson.databind" />
|
|
<orderEntry type="module" module-name="intellij.libraries.jackson.module.kotlin" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.progress" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.python.community.helpersLocator" />
|
|
<orderEntry type="module" module-name="intellij.python.common" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
|
</component>
|
|
</module> |