mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
The module `intellij.platform.ijent` already contains various classes that can be treated as implementation detail. Mostly, these classes relate to the implementation of nio FileSystem. There's also a need to add specific libraries like OpenTelemetry. However, it's prohibited to attach heavyweight libraries to API modules. A name `intellij.platform.ijent.impl` would look better, but that module already exists in the ultimate repository. GitOrigin-RevId: 0f2a2b1d0afd1722738493fc478bd5b8e10df895
42 lines
2.6 KiB
XML
42 lines
2.6 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" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.platform.core" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide" />
|
|
<orderEntry type="module" module-name="intellij.platform.lang" />
|
|
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.macro" exported="" />
|
|
<orderEntry type="library" name="miglayout-swing" level="project" />
|
|
<orderEntry type="library" name="Guava" level="project" />
|
|
<orderEntry type="library" name="StreamEx" level="project" />
|
|
<orderEntry type="library" name="fastutil-min" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
|
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
|
<orderEntry type="library" name="jediterm-core" level="project" />
|
|
<orderEntry type="library" name="jediterm-ui" level="project" />
|
|
<orderEntry type="library" name="pty4j" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.execution" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.wsl.impl" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
|
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
|
<orderEntry type="library" name="jna" level="project" />
|
|
<orderEntry type="library" name="hash4j" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
|
<orderEntry type="module" module-name="intellij.platform.diagnostic" />
|
|
<orderEntry type="module" module-name="intellij.platform.ijent" />
|
|
<orderEntry type="module" module-name="intellij.platform.ijent.community.impl" />
|
|
<orderEntry type="library" name="rd-core" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.rd.community" />
|
|
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
|
</component>
|
|
</module> |