diff --git a/openide/src/ru/openide/OpenIdePluginBundler.kt b/openide/src/ru/openide/OpenIdePluginBundler.kt index 7483d3224a15..d15d69966704 100644 --- a/openide/src/ru/openide/OpenIdePluginBundler.kt +++ b/openide/src/ru/openide/OpenIdePluginBundler.kt @@ -29,7 +29,6 @@ object OpenIdePluginBundler { private const val PLUGINS_DOWNLOAD_URL = "https://plugins.openide.ru/pluginManager" private val plugins = listOf( - PluginInfo("Lombook Plugin", "lombok"), PluginInfo("com.haulmont.intellij.rupack", "ru_pack"), PluginInfo("com.haulmont.amplicode", "amplicode") ) diff --git a/platform/build-scripts/src/org/jetbrains/intellij/build/BaseIdeaProperties.kt b/platform/build-scripts/src/org/jetbrains/intellij/build/BaseIdeaProperties.kt index 02ed40c8020b..18d4e27b596b 100644 --- a/platform/build-scripts/src/org/jetbrains/intellij/build/BaseIdeaProperties.kt +++ b/platform/build-scripts/src/org/jetbrains/intellij/build/BaseIdeaProperties.kt @@ -64,6 +64,7 @@ val IDEA_BUNDLED_PLUGINS: PersistentList = DEFAULT_BUNDLED_PLUGINS + seq "intellij.keymap.netbeans", "intellij.performanceTesting", "intellij.compose.ide.plugin", + "intellij.lombok" ) val CE_CLASS_VERSIONS: Map = mapOf( diff --git a/plugins/lombok/src/main/resources/META-INF/plugin.xml b/plugins/lombok/src/main/resources/META-INF/plugin.xml index 09539c4d9cee..65064ee3695d 100644 --- a/plugins/lombok/src/main/resources/META-INF/plugin.xml +++ b/plugins/lombok/src/main/resources/META-INF/plugin.xml @@ -2,10 +2,10 @@ Lombook Plugin Lombok - JetBrains + OpenIDE messages.LombokBundle IntelliJ Lombok plugin +

OpenIDE Lombok plugin


A plugin that adds first-class support for Project Lombok