mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
Extracted intellij.python.community.plugin.modules from intellij.python.community.plugin so that we can run Python plugin without any extra plugins
GitOrigin-RevId: 69a297aec6f59872c860c1da0654e396eae43334
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1bb27a0cc0
commit
28ef22103f
1
.idea/modules.xml
generated
1
.idea/modules.xml
generated
@@ -708,6 +708,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/python/pluginJava/intellij.python.community.plugin.java.iml" filepath="$PROJECT_DIR$/python/pluginJava/intellij.python.community.plugin.java.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/intellij.python.community.plugin.main.iml" filepath="$PROJECT_DIR$/python/intellij.python.community.plugin.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/pluginMinor/intellij.python.community.plugin.minor.iml" filepath="$PROJECT_DIR$/python/pluginMinor/intellij.python.community.plugin.minor.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/intellij.python.community.plugin.modules.iml" filepath="$PROJECT_DIR$/python/intellij.python.community.plugin.modules.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/intellij.python.community.plugin.tests.iml" filepath="$PROJECT_DIR$/python/intellij.python.community.plugin.tests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/testFramework/intellij.python.community.testFramework.iml" filepath="$PROJECT_DIR$/python/testFramework/intellij.python.community.testFramework.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/testSrc/intellij.python.community.tests.iml" filepath="$PROJECT_DIR$/python/testSrc/intellij.python.community.tests.iml" />
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<orderEntry type="module" module-name="intellij.pycharm.community.customization" />
|
||||
<orderEntry type="module" module-name="intellij.pycharm.community.resources" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.modules" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.main" />
|
||||
<orderEntry type="module" module-name="intellij.tasks.jira" />
|
||||
<orderEntry type="module" module-name="intellij.settingsRepository" />
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.java" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.minor" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.plugin.modules" />
|
||||
<orderEntry type="module" module-name="intellij.idea.community.main" />
|
||||
</component>
|
||||
</module>
|
||||
12
python/intellij.python.community.plugin.modules.iml
Normal file
12
python/intellij.python.community.plugin.modules.iml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.python.langInjection" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.copyright" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.terminal" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.reStructuredText" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -10,9 +10,5 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
<orderEntry type="module" module-name="intellij.xml.impl" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.impl" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.python.langInjection" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.copyright" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.terminal" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.python.reStructuredText" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user