Skip to content

Commit

Permalink
Merge pull request #5496 from Sertarus/PostGIS-development
Browse files Browse the repository at this point in the history
org.jkiss.dbeaver.data.gis.view plugin created
  • Loading branch information
serge-rider committed Mar 14, 2019
2 parents e9d81fb + 0af3339 commit 0936167
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 1 deletion.
1 change: 1 addition & 0 deletions features/org.jkiss.dbeaver.core.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<!-- Gis -->
<plugin id="org.jkiss.dbeaver.data.gis" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
<plugin id="com.vividsolutions.jts" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
<plugin id="org.jkiss.dbeaver.data.gis.view" download-size="0" install-size="0" version="0.0.0" unpack="false"/>

<!-- Charts -->
<plugin id="org.jkiss.bundle.jfreechart" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
Expand Down
19 changes: 19 additions & 0 deletions plugins/org.jkiss.dbeaver.data.gis.view/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Vendor: %Bundle-Vendor
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jkiss.dbeaver.data.gis.view;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Release-Date: 20190325
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui,
org.eclipse.ui.editors,
org.jkiss.dbeaver.model,
org.jkiss.dbeaver.ui,
org.jkiss.dbeaver.ui.editors.base,
org.jkiss.dbeaver.ui.editors.data
Bundle-ClassPath: .

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bundle-Vendor = DBeaver Corp
Bundle-Name = DBeaver Data GIS - view

6 changes: 6 additions & 0 deletions plugins/org.jkiss.dbeaver.data.gis.view/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source.. = src/
output.. = target/classes/
bin.includes = .,\
META-INF/,\
OSGI-INF/,\
plugin.xml
5 changes: 5 additions & 0 deletions plugins/org.jkiss.dbeaver.data.gis.view/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>

<plugin>
</plugin>
14 changes: 14 additions & 0 deletions plugins/org.jkiss.dbeaver.data.gis.view/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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.data.gis.view</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Empty file.
1 change: 1 addition & 0 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<module>org.jkiss.dbeaver.data.office</module>
<module>org.jkiss.dbeaver.data.gis</module>
<module>org.jkiss.dbeaver.data.transfer</module>
<module>org.jkiss.dbeaver.data.gis.view</module>

<module>org.jkiss.dbeaver.net.ssh</module>
<module>org.jkiss.dbeaver.net.ssh.jsch</module>
Expand Down
2 changes: 1 addition & 1 deletion product/debug/DBeaver.product.launch
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
<booleanAttribute key="useDefaultConfigArea" value="true"/>
<booleanAttribute key="useProduct" value="true"/>
<booleanAttribute key="usefeatures" value="false"/>
</launchConfiguration>
</launchConfiguration>

0 comments on commit 0936167

Please sign in to comment.