From 7fbf6e4ef1e38bfe673de64b6509366ca822c440 Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Mon, 18 Dec 2017 11:04:45 +0300 Subject: [PATCH] #2556 fix contribution ids --- .../plugin.xml | 2 +- .../plugin.xml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/org.jkiss.dbeaver.ext.postgresql.debug.core/plugin.xml b/plugins/org.jkiss.dbeaver.ext.postgresql.debug.core/plugin.xml index 5eb5cd9660..c930b38065 100644 --- a/plugins/org.jkiss.dbeaver.ext.postgresql.debug.core/plugin.xml +++ b/plugins/org.jkiss.dbeaver.ext.postgresql.debug.core/plugin.xml @@ -25,7 +25,7 @@ delegate="org.jkiss.dbeaver.postgresql.internal.debug.core.model.PgSqlLaunchDelegate" delegateDescription="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateDescription" delegateName="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateName" - id="org.jkiss.dbeaver.postgresql.debug.core.pgSQL" + id="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL" modes="debug" name="%launchConfigurationTypes.launchConfigurationType.pgSQL.name"> diff --git a/plugins/org.jkiss.dbeaver.ext.postgresql.debug.ui/plugin.xml b/plugins/org.jkiss.dbeaver.ext.postgresql.debug.ui/plugin.xml index 7bc2761789..571a1d30a2 100644 --- a/plugins/org.jkiss.dbeaver.ext.postgresql.debug.ui/plugin.xml +++ b/plugins/org.jkiss.dbeaver.ext.postgresql.debug.ui/plugin.xml @@ -21,9 +21,9 @@ + id="org.jkiss.dbeaver.ext.postgresql.debug.ui.launchConfigurationTypeImages.launchConfigurationTypeImage.pgSQL"> + id="org.jkiss.dbeaver.ext.postgresql.debug.ui.launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL" + type="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL"> @@ -45,11 +45,11 @@ class="org.jkiss.dbeaver.postgresql.internal.debug.ui.PgSqlLaunchShortcut" description="%launchShortcuts.shortcut.pgSQL.description" icon="platform:/plugin/org.jkiss.dbeaver.ext.postgresql/$nl$/icons/postgresql_icon.png" - id="org.jkiss.dbeaver.postgresql.debug.ui.launchShortcuts.shortcut.pgSQL" + id="org.jkiss.dbeaver.ext.postgresql.debug.ui.launchShortcuts.shortcut.pgSQL" label="%launchShortcuts.shortcut.pgSQL.label" modes="debug"> + id="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL"> + id="org.jkiss.dbeaver.ext.postgresql.debug.core"> -- GitLab