mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 05:51:25 +07:00
python-ide-community -> python-community-ide
This commit is contained in:
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -219,7 +219,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/python/testSrc/python-community-tests.iml" filepath="$PROJECT_DIR$/python/testSrc/python-community-tests.iml" group="python" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/educational-python/build/python-edu-build.iml" filepath="$PROJECT_DIR$/python/educational-python/build/python-edu-build.iml" group="python/educational" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/python-helpers.iml" filepath="$PROJECT_DIR$/python/python-helpers.iml" group="python" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/ide/python-ide-community.iml" filepath="$PROJECT_DIR$/python/ide/python-ide-community.iml" group="python" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/ide/python-community-ide.iml" filepath="$PROJECT_DIR$/python/ide/python-ide-community.iml" group="python" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/openapi/python-openapi.iml" filepath="$PROJECT_DIR$/python/openapi/python-openapi.iml" group="python" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/python-plugin-tests.iml" filepath="$PROJECT_DIR$/python/python-plugin-tests.iml" group="python" />
|
||||
<module fileurl="file://$PROJECT_DIR$/python/psi-api/python-psi-api.iml" filepath="$PROJECT_DIR$/python/psi-api/python-psi-api.iml" group="python" />
|
||||
|
||||
@@ -30,7 +30,7 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
|
||||
productLayout.platformApiModules = CommunityRepositoryModules.PLATFORM_API_MODULES + ["dom-openapi"]
|
||||
productLayout.platformImplementationModules = CommunityRepositoryModules.PLATFORM_IMPLEMENTATION_MODULES + [
|
||||
"dom-impl", "python-community", "python-community-ide-resources",
|
||||
"python-ide-community", "python-community-configure", "python-openapi", "python-psi-api", "platform-main"
|
||||
"python-community-ide", "python-community-configure", "python-openapi", "python-psi-api", "platform-main"
|
||||
]
|
||||
productLayout.bundledPluginModules = new File("$communityHome/python/build/plugin-list.txt").readLines()
|
||||
productLayout.mainModules = ["main_pycharm_ce"]
|
||||
|
||||
@@ -22,7 +22,7 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
|
||||
productLayout.platformApiModules = CommunityRepositoryModules.PLATFORM_API_MODULES + ["dom-openapi"]
|
||||
productLayout.platformImplementationModules = CommunityRepositoryModules.PLATFORM_IMPLEMENTATION_MODULES + [
|
||||
"dom-impl", "python-community", "python-community-ide-resources",
|
||||
"python-ide-community", "python-community-configure", "educational-python", "python-openapi", "python-psi-api", "platform-main"
|
||||
"python-community-ide", "python-community-configure", "educational-python", "python-openapi", "python-psi-api", "platform-main"
|
||||
]
|
||||
productLayout.bundledPluginModules = new File("$pythonCommunityPath/educational-python/build/plugin-list.txt").readLines()
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<orderEntry type="module" module-name="educational-python" />
|
||||
<orderEntry type="module" module-name="python-community" />
|
||||
<orderEntry type="module" module-name="student" />
|
||||
<orderEntry type="module" module-name="python-ide-community" />
|
||||
<orderEntry type="module" module-name="python-community-ide" />
|
||||
<orderEntry type="module" module-name="student-python" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -11,7 +11,7 @@
|
||||
<orderEntry type="module" module-name="relaxng" />
|
||||
<orderEntry type="module" module-name="rest" />
|
||||
<orderEntry type="module" module-name="python-helpers" />
|
||||
<orderEntry type="module" module-name="python-ide-community" />
|
||||
<orderEntry type="module" module-name="python-community-ide" />
|
||||
<orderEntry type="module" module-name="platform-main" />
|
||||
<orderEntry type="module" module-name="ShortcutPromoter" />
|
||||
<orderEntry type="module" module-name="educational-python" />
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
<orderEntry type="library" name="gson" level="project" />
|
||||
<orderEntry type="module" module-name="educational-python" />
|
||||
<orderEntry type="module" module-name="python-community-configure" />
|
||||
<orderEntry type="module" module-name="python-ide-community" />
|
||||
<orderEntry type="module" module-name="python-community-ide" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -15,7 +15,7 @@
|
||||
<orderEntry type="module" module-name="rest" />
|
||||
<orderEntry type="module" module-name="python-helpers" />
|
||||
<orderEntry type="module" module-name="terminal" />
|
||||
<orderEntry type="module" module-name="python-ide-community" />
|
||||
<orderEntry type="module" module-name="python-community-ide" />
|
||||
<orderEntry type="module" module-name="platform-main" />
|
||||
<orderEntry type="module" module-name="jira" />
|
||||
<orderEntry type="module" module-name="ShortcutPromoter" />
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<orderEntry type="module" module-name="xdebugger-api" scope="TEST" />
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
<orderEntry type="module" module-name="spellchecker" scope="TEST" />
|
||||
<orderEntry type="module" module-name="python-ide-community" />
|
||||
<orderEntry type="module" module-name="python-community-ide" />
|
||||
<orderEntry type="module" module-name="python-helpers" scope="RUNTIME" />
|
||||
<orderEntry type="library" name="Groovy" level="project" />
|
||||
<orderEntry type="module" module-name="xdebugger-impl" scope="TEST" />
|
||||
|
||||
Reference in New Issue
Block a user