IJPL-205982: move nonModalWelcomeScreen from PythonCore to intellij.pycharm.community.customization.shared

IdeaUltimatePluginModuleDependenciesTest failed with the following message: `Plugin 'Python Community Edition' conflicts with 'IDEA CORE' and may work incorrectly. Their respective modules 'intellij.platform.ide.nonModalWelcomeScreen' and 'intellij.platform.ide.nonModalWelcomeScreen' declare the same package prefix`

GitOrigin-RevId: af33d6b2f341b90103a7db1e0ff5b5a3131427d9
This commit is contained in:
Timur Aliberdov
2025-11-26 18:22:28 +00:00
committed by intellij-monorepo-bot
parent d999c8a75f
commit e6114fb207
3 changed files with 3 additions and 12 deletions
@@ -75,8 +75,5 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<module name="intellij.python.markdown"/>
<module name="intellij.python.ml.features"/>
<module name="intellij.python.terminal"/>
<module name="intellij.platform.ide.nonModalWelcomeScreen"/>
<module name="intellij.platform.ide.nonModalWelcomeScreen.backend"/>
<module name="intellij.platform.ide.nonModalWelcomeScreen.frontend"/>
</content>
</idea-plugin>