提交 85eae4a7 编写于 作者: A Alexander Fedorov

#2426 add org.jikss.dbeaver.office.repository

Former-commit-id: 94b56ffd
上级 c391544a
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.jkiss.dbeaver.root</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
......@@ -69,6 +69,7 @@
<module>features/org.jkiss.dbeaver.standalone.feature</module>
<module>features/org.jkiss.dbeaver.ce.feature</module>
<module>releng/org.jikss.dbeaver.office.repository</module>
<module>product/updateSite</module>
<module>product/standalone</module>
......
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="DBeaver Update Site" url="https://dbeaver.jkiss.org/update/latest">DBeaver Update Site</description>
<category-def name="org.jkiss.dbeaver" label="DBeaver">
<description>Universal Database Manager</description>
</category-def>
<category-def name="org.jkiss.dbeaver.drivers" label="External database drivers">
<description>3rd party JDBC drivers for DBeaver</description>
</category-def>
<category-def name="org.jkiss.dbeaver.external" label="DBeaver Extensions">
<description>DBeaver extensions</description>
</category-def>
<feature id="org.jkiss.dbeaver.core.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.runtime.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.generic.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.mysql.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.oracle.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.db2.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.exasol.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.wmi.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.office.feature">
<category name="org.jkiss.dbeaver.external"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.ui.svg.feature">
<category name="org.jkiss.dbeaver.external"/>
</feature>
</site>
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description name="DBeaver Update Site" url="https://dbeaver.jkiss.org/update/latest">DBeaver Update Site</description>
<category-def name="org.jkiss.dbeaver" label="DBeaver">
<description>Universal Database Manager</description>
</category-def>
<category-def name="org.jkiss.dbeaver.drivers" label="External database drivers">
<description>3rd party JDBC drivers for DBeaver</description>
</category-def>
<category-def name="org.jkiss.dbeaver.external" label="DBeaver Extensions">
<description>DBeaver extensions</description>
</category-def>
<feature id="org.jkiss.dbeaver.core.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.runtime.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.generic.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.mysql.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.oracle.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.db2.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.exasol.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.wmi.feature">
<category name="org.jkiss.dbeaver"/>
</feature>
<feature id="org.jkiss.dbeaver.ext.ui.svg.feature">
<category name="org.jkiss.dbeaver.external"/>
</feature>
</site>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.jikss.dbeaver.office.repository</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.jkiss.dbeaver.ext.office.feature_1.1.4.jar" id="org.jkiss.dbeaver.ext.office.feature" version="1.1.4">
<category name="org.jikss.dbeaver.office.category"/>
</feature>
<category-def name="org.jikss.dbeaver.office.category" label="DBeaver Office Support"/>
</site>
<?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.jikss.dbeaver.office.repository</artifactId>
<version>1.1.4</version>
<packaging>eclipse-repository</packaging>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册