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 5eb5cd9660ccb54ed67ddae211c7c9b5adaef615..c930b38065d464103dc6d0ff6d783f8e0632b115 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 7bc2761789def8576f9140537e9e1e7a29120093..571a1d30a2508fbd235e6d13160161931c17cfea 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">