提交 84b0e937 编写于 作者: A Alexander Fedorov

#2556 rename bundle to org.jkiss.dbeaver.ext.postgresql.debug.core

上级 ea59c3d3
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.jkiss.dbeaver.postgresql.debug.core</name>
<name>org.jkiss.dbeaver.ext.postgresql.debug.core</name>
<comment></comment>
<projects>
</projects>
......
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jkiss.dbeaver.postgresql.debug.core;singleton:=true
Bundle-SymbolicName: org.jkiss.dbeaver.ext.postgresql.debug.core;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
......
......@@ -8,7 +8,7 @@
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.postgresql.debug.core</artifactId>
<artifactId>org.jkiss.dbeaver.ext.postgresql.debug.core</artifactId>
<version>1.0.0</version>
<packaging>eclipse-plugin</packaging>
</project>
......@@ -37,7 +37,7 @@ import org.jkiss.dbeaver.postgresql.internal.debug.core.PostgreSqlDebugCoreMessa
public class PostgreSqlDebugCore {
public static final String BUNDLE_SYMBOLIC_NAME = "org.jkiss.dbeaver.postgresql.debug.core"; //$NON-NLS-1$
public static final String BUNDLE_SYMBOLIC_NAME = "org.jkiss.dbeaver.ext.postgresql.debug.core"; //$NON-NLS-1$
public static final String MODEL_IDENTIFIER = BUNDLE_SYMBOLIC_NAME;
......
......@@ -10,4 +10,4 @@ Require-Bundle: org.eclipse.core.runtime,
org.jkiss.dbeaver.debug.core,
org.jkiss.dbeaver.debug.ui,
org.jkiss.dbeaver.ext.postgresql,
org.jkiss.dbeaver.postgresql.debug.core
org.jkiss.dbeaver.ext.postgresql.debug.core
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册