提交 0bbe1573 编写于 作者: S Serge Rider

#10 Editors plugins


Former-commit-id: a5efd835
上级 3b62c155
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.jkiss.dbeaver.ui.editors.base</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jkiss.dbeaver.ui.editors.base;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Release-Date: 20181224
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.core.expressions,
org.eclipse.ui,
org.jkiss.dbeaver.model,
org.jkiss.dbeaver.ui
Bundle-ClassPath: .
Export-Package: org.jkiss.dbeaver.ui.editors.base
Bundle-Vendor = DBeaver Corp
Bundle-Name = DBeaver UI Editors - Base
source.. = src/
output.. = target/classes/
bin.includes = .,\
META-INF/,\
OSGI-INF/,\
plugin.xml
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
</plugin>
<?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>plugins</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>org.jkiss.dbeaver.ui.editors.base</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
......@@ -12,6 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.expressions,
org.eclipse.ui,
org.jkiss.dbeaver.model,
org.jkiss.dbeaver.ui
org.jkiss.dbeaver.ui,
org.jkiss.dbeaver.ui.editors.base
Bundle-ClassPath: .
Export-Package: org.jkiss.dbeaver.ui.editors.data
......@@ -16,6 +16,8 @@
<module>org.jkiss.dbeaver.model</module>
<module>org.jkiss.dbeaver.core</module>
<module>org.jkiss.dbeaver.ui</module>
<module>org.jkiss.dbeaver.ui.editors.base</module>
<module>org.jkiss.dbeaver.ui.editors.data</module>
<module>org.jkiss.dbeaver.debug.core</module>
<module>org.jkiss.dbeaver.debug.ui</module>
......
......@@ -126,13 +126,6 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<!--
<environment>
<os>solaris</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
-->
</environments>
</configuration>
</plugin>
......@@ -193,8 +186,8 @@
</build>
<profiles>
<!-- Profile used to switch to older (Oxygen) Eclipse platform -->
<profile>
<!-- Profile used to sign jars -->
<id>eclipse-oxygen</id>
<activation>
<activeByDefault>false</activeByDefault>
......@@ -205,8 +198,8 @@
</properties>
</profile>
<!-- Profile for jars sign -->
<profile>
<!-- Profile used to sign jars -->
<id>sign-code</id>
<activation>
<activeByDefault>false</activeByDefault>
......@@ -239,6 +232,8 @@
</profile>
</profiles>
<!-- unit tests -->
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册