mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
Sometimes in tests, we might have both pycharm prof and pycharm community customization in the class-path. To prevent class-path disaster (two plugins include the same module), we extract the same modules into `customization.shared` plugin and bundle it both with PyCharm pro and Communi GitOrigin-RevId: f86cffcee7b3131064d7236ca3b2e97f124ea360
17 lines
1016 B
XML
17 lines
1016 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" />
|
|
<orderEntry type="module" module-name="intellij.pycharm.community.customization.shared" scope="RUNTIME" />
|
|
</component>
|
|
</module> |