IJPL-222388 IJ-MR-184993 fix codeserver product and improve validation

GitOrigin-RevId: 1fe406284a60933466a666258d5361c0e1913370
This commit is contained in:
Vladimir Krivosheev
2025-12-09 19:20:17 +00:00
committed by intellij-monorepo-bot
parent 26218580ab
commit 9625a6c660
13 changed files with 788 additions and 590 deletions
@@ -71,6 +71,9 @@ open class PyCharmCommunityProperties(protected val communityHome: Path) : PyCha
// Static includes
deprecatedInclude("intellij.platform.extended.community.impl", "META-INF/community-extensions.xml", ultimateOnly = true)
deprecatedInclude("intellij.pycharm.community", "META-INF/pycharm-core-customization.xml")
allowMissingDependencies(knownMissingModuleDependencies)
bundledPlugins(productLayout.bundledPluginModules.toList())
}
override suspend fun copyAdditionalFiles(targetDir: Path, context: BuildContext) {