From 0408a3571c24cf8ba6e4699f2a3ad9c7dfd6bba3 Mon Sep 17 00:00:00 2001 From: JohnHake Date: Wed, 19 Jun 2019 17:34:10 -0700 Subject: [PATCH] platform -> lang in plugin.xml --- editor_basics/resources/META-INF/plugin.xml | 2 +- facet_basics/resources/META-INF/plugin.xml | 1 - gradle_plugin_demo/src/main/resources/META-INF/plugin.xml | 2 +- inspection/resources/META-INF/plugin.xml | 2 +- kotlin_demo/src/main/resources/META-INF/plugin.xml | 2 +- live_templates/resources/META-INF/plugin.xml | 2 +- max_opened_projects/resources/META-INF/plugin.xml | 2 +- module/resources/META-INF/plugin.xml | 2 +- plugin_sample/resources/META-INF/plugin.xml | 4 ++-- project_view_pane/resources/META-INF/plugin.xml | 2 +- project_wizard/resources/META-INF/plugin.xml | 2 +- register_actions/resources/META-INF/plugin.xml | 2 +- run_configuration/resources/META-INF/plugin.xml | 2 +- theme_basics/resources/META-INF/plugin.xml | 2 +- tool_window/resources/META-INF/plugin.xml | 2 +- tree_structure_provider/resources/META-INF/plugin.xml | 2 +- 16 files changed, 16 insertions(+), 17 deletions(-) diff --git a/editor_basics/resources/META-INF/plugin.xml b/editor_basics/resources/META-INF/plugin.xml index a9848dabd..1f2ca6962 100644 --- a/editor_basics/resources/META-INF/plugin.xml +++ b/editor_basics/resources/META-INF/plugin.xml @@ -10,7 +10,7 @@ com.intellij.modules.lang - com.intellij.modules.platform + com.intellij.modules.lang com.intellij.modules.lang - diff --git a/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml b/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml index d079d9d43..f0b4b05bc 100644 --- a/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml +++ b/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml @@ -4,7 +4,7 @@ 0.0.1 dummy - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/inspection/resources/META-INF/plugin.xml b/inspection/resources/META-INF/plugin.xml index 2ff75a9c0..628792d66 100644 --- a/inspection/resources/META-INF/plugin.xml +++ b/inspection/resources/META-INF/plugin.xml @@ -14,7 +14,7 @@ - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/kotlin_demo/src/main/resources/META-INF/plugin.xml b/kotlin_demo/src/main/resources/META-INF/plugin.xml index 482bf6c5e..990ba1726 100644 --- a/kotlin_demo/src/main/resources/META-INF/plugin.xml +++ b/kotlin_demo/src/main/resources/META-INF/plugin.xml @@ -16,7 +16,7 @@ - com.intellij.modules.platform + com.intellij.modules.lang org.jetbrains.kotlin - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/max_opened_projects/resources/META-INF/plugin.xml b/max_opened_projects/resources/META-INF/plugin.xml index 0ef80748b..b14982b11 100644 --- a/max_opened_projects/resources/META-INF/plugin.xml +++ b/max_opened_projects/resources/META-INF/plugin.xml @@ -6,7 +6,7 @@ - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/module/resources/META-INF/plugin.xml b/module/resources/META-INF/plugin.xml index 8a76b1823..3606d0220 100644 --- a/module/resources/META-INF/plugin.xml +++ b/module/resources/META-INF/plugin.xml @@ -9,7 +9,7 @@ - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/plugin_sample/resources/META-INF/plugin.xml b/plugin_sample/resources/META-INF/plugin.xml index d0e33bfc7..3e5c5b65e 100644 --- a/plugin_sample/resources/META-INF/plugin.xml +++ b/plugin_sample/resources/META-INF/plugin.xml @@ -16,8 +16,8 @@ - - com.intellij.modules.platform + + com.intellij.modules.lang diff --git a/project_view_pane/resources/META-INF/plugin.xml b/project_view_pane/resources/META-INF/plugin.xml index f1189e532..a36beef2f 100644 --- a/project_view_pane/resources/META-INF/plugin.xml +++ b/project_view_pane/resources/META-INF/plugin.xml @@ -9,7 +9,7 @@ - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/project_wizard/resources/META-INF/plugin.xml b/project_wizard/resources/META-INF/plugin.xml index a9b2fff7d..f40d9a3d4 100644 --- a/project_wizard/resources/META-INF/plugin.xml +++ b/project_wizard/resources/META-INF/plugin.xml @@ -7,7 +7,7 @@ Illustration of working with Project Wizard - com.intellij.modules.platform + com.intellij.modules.lang Refactor to give users feedback when menu items are selected. - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/run_configuration/resources/META-INF/plugin.xml b/run_configuration/resources/META-INF/plugin.xml index 857d9580d..c2e7f0426 100644 --- a/run_configuration/resources/META-INF/plugin.xml +++ b/run_configuration/resources/META-INF/plugin.xml @@ -7,7 +7,7 @@ Illustration of working with run configurations - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/theme_basics/resources/META-INF/plugin.xml b/theme_basics/resources/META-INF/plugin.xml index 89953b277..1d509fa7f 100644 --- a/theme_basics/resources/META-INF/plugin.xml +++ b/theme_basics/resources/META-INF/plugin.xml @@ -18,7 +18,7 @@ - com.intellij.modules.platform + com.intellij.modules.lang diff --git a/tool_window/resources/META-INF/plugin.xml b/tool_window/resources/META-INF/plugin.xml index b9a3134a5..6113a70b3 100644 --- a/tool_window/resources/META-INF/plugin.xml +++ b/tool_window/resources/META-INF/plugin.xml @@ -8,7 +8,7 @@ - com.intellij.modules.platform + com.intellij.modules.lang Tree Structure Provider Demo showing only plain text files - com.intellij.modules.platform + com.intellij.modules.lang