mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IJPL-217839 introduce pycharmCoreFragment (required to get rid of a nested and not controlled include of PlatformLangPlugin.xml)
GitOrigin-RevId: 04175b46c183138445b7c9223d5286dd9062bdc6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d3d47daffe
commit
94d14b8566
@@ -7,10 +7,7 @@ import kotlinx.collections.immutable.plus
|
||||
import org.jetbrains.intellij.build.*
|
||||
import org.jetbrains.intellij.build.impl.qodana.QodanaProductProperties
|
||||
import org.jetbrains.intellij.build.io.copyFileToDir
|
||||
import org.jetbrains.intellij.build.productLayout.CommunityModuleSets
|
||||
import org.jetbrains.intellij.build.productLayout.ModuleSetProvider
|
||||
import org.jetbrains.intellij.build.productLayout.ProductModulesContentSpec
|
||||
import org.jetbrains.intellij.build.productLayout.productModules
|
||||
import org.jetbrains.intellij.build.productLayout.*
|
||||
import java.nio.file.Files
|
||||
import java.nio.file.Path
|
||||
|
||||
@@ -68,9 +65,11 @@ open class PyCharmCommunityProperties(protected val communityHome: Path) : PyCha
|
||||
moduleSet(CommunityModuleSets.ideCommon())
|
||||
moduleSet(CommunityModuleSets.rdCommon())
|
||||
|
||||
// PyCharm Core fragment (includes platformLangBaseFragment, module aliases, and pycharm-core.xml)
|
||||
include(CommunityProductFragments.pycharmCoreFragment())
|
||||
|
||||
// Static includes
|
||||
deprecatedInclude("intellij.platform.extended.community.impl", "META-INF/community-extensions.xml", ultimateOnly = true)
|
||||
deprecatedInclude("intellij.pycharm.community", "META-INF/pycharm-core.xml")
|
||||
deprecatedInclude("intellij.pycharm.community", "META-INF/pycharm-core-customization.xml")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user