Files
openide/platform/main/intellij.platform.backend.main/intellij.platform.backend.main.iml
Nikolay Rykunov 32d080602f [debugger-rd] IJPL-160146: Split xdebugger.impl to frontend, backend and keep shared code
GitOrigin-RevId: 302e30536c3d0d6ae3fe2d3d974bae7e233578c6
2024-09-18 19:43:37 +00:00

15 lines
912 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$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.main" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.kernel.backend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.navbar.backend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.project.backend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.progress.backend" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.debugger.impl.backend" scope="RUNTIME" />
</component>
</module>