提交 457f1bd4 编写于 作者: S Serge Rider

Exasol extension config

上级 70601cc1
......@@ -2,7 +2,7 @@
<feature
id="org.jkiss.dbeaver.ext.exasol.feature"
label="%featureName"
version="2.1.27"
version="1.0.0"
provider-name="%providerName"
plugin="org.jkiss.dbeaver.ext.exasol">
......
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jkiss.dbeaver</groupId>
<artifactId>dbeaver</artifactId>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.ext.exasol.feature</artifactId>
<version>1.0.0</version>
<packaging>eclipse-feature</packaging>
</project>
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Exasol Plug-in
Bundle-SymbolicName: org.jkiss.dbeaver.ext.exasol;singleton:=true
Bundle-Version: 0.0.1
Bundle-Version: 1.0.0
Bundle-Activator: org.jkiss.dbeaver.ext.exasol.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
......
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jkiss.dbeaver</groupId>
<artifactId>dbeaver</artifactId>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.ext.exasol</artifactId>
<version>1.0.0</version>
<packaging>eclipse-plugin</packaging>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册