提交 7fbf6e4e 编写于 作者: A Alexander Fedorov

#2556 fix contribution ids

上级 0b8b0add
......@@ -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">
</launchConfigurationType>
......
......@@ -21,9 +21,9 @@
<extension
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
<launchConfigurationTypeImage
configTypeID="org.jkiss.dbeaver.postgresql.debug.core.pgSQL"
configTypeID="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL"
icon="platform:/plugin/org.jkiss.dbeaver.ext.postgresql/$nl$/icons/postgresql_icon.png"
id="org.jkiss.dbeaver.postgresql.debug.ui.launchConfigurationTypeImages.launchConfigurationTypeImage.pgSQL">
id="org.jkiss.dbeaver.ext.postgresql.debug.ui.launchConfigurationTypeImages.launchConfigurationTypeImage.pgSQL">
</launchConfigurationTypeImage>
</extension>
<extension
......@@ -31,8 +31,8 @@
<launchConfigurationTabGroup
class="org.jkiss.dbeaver.postgresql.internal.debug.ui.PgSqlLaunchConfigurationTabGroup"
description="%launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL.description"
id="org.jkiss.dbeaver.postgresql.debug.ui.launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL"
type="org.jkiss.dbeaver.postgresql.debug.core.pgSQL">
id="org.jkiss.dbeaver.ext.postgresql.debug.ui.launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL"
type="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL">
<launchMode
description="%launchConfigurationTabGroups.launchConfigurationTabGroup.launchMode.pgSQL.debug.description"
mode="debug">
......@@ -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">
<configurationType
id="org.jkiss.dbeaver.postgresql.debug.core.pgSQL"></configurationType>
id="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL"></configurationType>
<contextualLaunch>
<contextLabel
label="%launchShortcuts.shortcut.pgSQL.label"
......@@ -78,7 +78,7 @@
point="org.eclipse.debug.ui.debugModelPresentations">
<debugModelPresentation
class="org.jkiss.dbeaver.postgresql.internal.debug.ui.PgSqlDebugModelPresentation"
id="org.jkiss.dbeaver.postgresql.debug.core">
id="org.jkiss.dbeaver.ext.postgresql.debug.core">
</debugModelPresentation>
</extension>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册