mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
[pycharm] PY-87723 Address feedback [pycharm] PY-87723 Address feedback [pycharm] PY-87723 Tweak configs [pycharm] PY-87723 Remove potential serialization cycles [pycharm] PY-87723 Split POTW into front/back ends Merge-request: IJ-MR-192514 Merged-by: David Lysenko <david.lysenko@jetbrains.com> GitOrigin-RevId: 864813b6afebe5f3765cccff273718ed7bb5be51
16 lines
866 B
XML
16 lines
866 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$">
|
|
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="com.intellij.python.processOutput.backend" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="module" module-name="intellij.platform.backend" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.rpc.backend" />
|
|
<orderEntry type="module" module-name="intellij.python.processOutput.common" />
|
|
</component>
|
|
</module> |