提交 57a85202 编写于 作者: A Alexander Fedorov

#2556 move ProcedureLaunchDelegate to dbeaver.debug.core

上级 a0a67032
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.jkiss.dbeaver.debug.core.model; package org.jkiss.dbeaver.debug.core;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
...@@ -28,7 +28,8 @@ import org.eclipse.debug.core.ILaunchConfiguration; ...@@ -28,7 +28,8 @@ import org.eclipse.debug.core.ILaunchConfiguration;
import org.eclipse.debug.core.model.LaunchConfigurationDelegate; import org.eclipse.debug.core.model.LaunchConfigurationDelegate;
import org.eclipse.osgi.util.NLS; import org.eclipse.osgi.util.NLS;
import org.jkiss.dbeaver.debug.DBGController; import org.jkiss.dbeaver.debug.DBGController;
import org.jkiss.dbeaver.debug.core.DebugCore; import org.jkiss.dbeaver.debug.core.model.DatabaseDebugTarget;
import org.jkiss.dbeaver.debug.core.model.DatabaseProcess;
import org.jkiss.dbeaver.model.runtime.DefaultProgressMonitor; import org.jkiss.dbeaver.model.runtime.DefaultProgressMonitor;
import org.jkiss.dbeaver.registry.DataSourceDescriptor; import org.jkiss.dbeaver.registry.DataSourceDescriptor;
import org.jkiss.dbeaver.registry.DataSourceRegistry; import org.jkiss.dbeaver.registry.DataSourceRegistry;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.jkiss.dbeaver.ext.postgresql.debug.internal.model; package org.jkiss.dbeaver.debug.core;
import java.util.Map; import java.util.Map;
...@@ -23,8 +23,6 @@ import org.eclipse.core.runtime.CoreException; ...@@ -23,8 +23,6 @@ import org.eclipse.core.runtime.CoreException;
import org.eclipse.debug.core.ILaunch; import org.eclipse.debug.core.ILaunch;
import org.eclipse.osgi.util.NLS; import org.eclipse.osgi.util.NLS;
import org.jkiss.dbeaver.debug.DBGProcedureController; import org.jkiss.dbeaver.debug.DBGProcedureController;
import org.jkiss.dbeaver.debug.core.DebugCore;
import org.jkiss.dbeaver.debug.core.model.DatabaseLaunchDelegate;
import org.jkiss.dbeaver.debug.core.model.DatabaseProcess; import org.jkiss.dbeaver.debug.core.model.DatabaseProcess;
import org.jkiss.dbeaver.debug.core.model.ProcedureDebugTarget; import org.jkiss.dbeaver.debug.core.model.ProcedureDebugTarget;
import org.jkiss.dbeaver.registry.DataSourceDescriptor; import org.jkiss.dbeaver.registry.DataSourceDescriptor;
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<extension <extension
point="org.eclipse.debug.core.launchConfigurationTypes"> point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType <launchConfigurationType
delegate="org.jkiss.dbeaver.ext.postgresql.debug.internal.model.ProcedureLaunchDelegate" delegate="org.jkiss.dbeaver.debug.core.ProcedureLaunchDelegate"
delegateDescription="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateDescription" delegateDescription="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateDescription"
delegateName="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateName" delegateName="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateName"
id="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL" id="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册