Files
Nikolay Chashnikovandintellij-monorepo-bot 3a8344fcad [plugin model] use 'public' visibility for content modules which classes are used from external plugins (IJPL-207059)
153 modules which contain classes used from external plugins from the Marketplace are marked as public. This is needed to ensure that it'll be possible to use that API after converting code from these external plugins to content modules.

GitOrigin-RevId: dc48e8970041fddd3bf50d280711e95ce9e9ad9b
2025-10-08 18:39:06 +00:00

20 lines
639 B
XML

<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<idea-plugin implementation-detail="true">
<name>PyCharm Community and Prof Customization Shared Parts</name>
<id>intellij.pycharm.community.customization.shared</id>
<vendor>JetBrains</vendor>
<content namespace="jetbrains">
<module name="intellij.pycharm.community.ide.impl"/>
<module name="intellij.pycharm.community.ide.implTraining"/>
<module name="intellij.platform.whatsNew"/>
<module name="intellij.python.common.frontend"/>
</content>
</idea-plugin>