mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Autolayout doesn't obey includes. With plain copy/paste (which is a recommended approach for now) we do not have to list all modules manually in `pluginLayout`. It is taken from `content`. We also refactor out PyCharm training, as it depends on plugin that may not exist GitOrigin-RevId: c225b3565a4b3ea1121a7cdf0b072a63b9448ca4
16 lines
905 B
XML
16 lines
905 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$/ide">
|
|
<sourceFolder url="file://$MODULE_DIR$/ide/resources" type="java-resource" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.pycharm.community.ide.impl" scope="RUNTIME" />
|
|
<orderEntry type="library" name="tips-pycharm-community" level="project" />
|
|
<orderEntry type="module" module-name="intellij.jupyter.viewOnly" />
|
|
<orderEntry type="module" module-name="intellij.pycharm.community.ide.impl.promotion" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.pycharm.community.ide.implTraining" scope="RUNTIME" />
|
|
</component>
|
|
</module> |