Files
openide/platform/execution-impl/intellij.platform.execution.impl.iml
Sergey Simonchik fbf4ec31b7 move com.intellij.terminal package from intellij.platform.ide.impl to intellij.platform.execution.impl
It looks like a right thing to do. Also, it would allow to use com.intellij.execution.filters.HyperlinkWithPopupMenuInfo and would make platform-impl less bloated.

GitOrigin-RevId: c163a88eb39f0927276bd35aec40436699a46aac
2021-04-10 08:04:21 +00:00

24 lines
1.3 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="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" />
<orderEntry type="library" name="jediterm-pty" level="project" />
<orderEntry type="library" name="pty4j" level="project" />
</component>
</module>