Page MenuHomeSolus

D7126.id17114.diff
No OneTemporary

D7126.id17114.diff

diff --git a/files/Project-metadata-refresh-on-DS-load.patch b/files/Project-metadata-refresh-on-DS-load.patch
new file mode 100644
--- /dev/null
+++ b/files/Project-metadata-refresh-on-DS-load.patch
@@ -0,0 +1,21 @@
+From 268d8c8b57779f67f19530ee49c20a2343f2e9d8 Mon Sep 17 00:00:00 2001
+From: Serge Rider <serge@jkiss.org>
+Date: Mon, 9 Sep 2019 15:23:15 +0300
+Subject: [PATCH] #6700 Project metadata refresh on DS load
+
+---
+ .../src/org/jkiss/dbeaver/registry/DataSourceRegistry.java | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/plugins/org.jkiss.dbeaver.registry/src/org/jkiss/dbeaver/registry/DataSourceRegistry.java b/plugins/org.jkiss.dbeaver.registry/src/org/jkiss/dbeaver/registry/DataSourceRegistry.java
+index 833da3eeee..fbd1ca0d33 100644
+--- a/plugins/org.jkiss.dbeaver.registry/src/org/jkiss/dbeaver/registry/DataSourceRegistry.java
++++ b/plugins/org.jkiss.dbeaver.registry/src/org/jkiss/dbeaver/registry/DataSourceRegistry.java
+@@ -553,6 +553,7 @@ private void loadDataSources(boolean refresh) {
+ boolean modernFormat = false;
+ IFolder metadataFolder = project.getMetadataFolder(false);
+ if (metadataFolder.exists()) {
++ metadataFolder.refreshLocal(IResource.DEPTH_INFINITE, new NullProgressMonitor());
+ for (IResource res : metadataFolder.members(IContainer.INCLUDE_HIDDEN)) {
+ if (res instanceof IFile && res.exists() &&
+ res.getName().startsWith(MODERN_CONFIG_FILE_PREFIX) && res.getName().endsWith(MODERN_CONFIG_FILE_EXT)) {
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : dbeaver
-version : 6.0.5
-release : 32
+version : 6.2.0
+release : 33
source :
- - https://github.com/dbeaver/dbeaver/archive/6.0.5.tar.gz : a898961474765c67c9e595c4a4eed09c8c0041feff840d111bcf7a85936bceb2
+ - https://github.com/dbeaver/dbeaver/archive/6.2.0.tar.gz : 24b1bce32f7664089d0f569fcf63779fa925e5b41185eb60e03e5bca9fec2400
license : Apache-2.0
component : database
summary : Free universal database manager and SQL client
@@ -15,11 +15,12 @@
- openjdk-8
setup : |
%patch -Np1 < $pkgfiles/0001-Disable-auto-update-check-by-default.patch
+ %patch -p1 < $pkgfiles/Project-metadata-refresh-on-DS-load.patch
build : |
mkdir m2
mvn -Dmaven.repo.local=./m2 package
install : |
- install -Dm00644 $pkgfiles/dbeaver.desktop $installdir/usr/share/applications/dbeaver.desktop
+ install -Dm00644 $pkgfiles/dbeaver.desktop -t $installdir/usr/share/applications
install -dm00755 $installdir/usr/share/dbeaver
cp -a product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86_64/dbeaver/* $installdir/usr/share/dbeaver
install -dm00755 $installdir/usr/bin
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -28,49 +28,40 @@
<Path fileType="data">/usr/share/dbeaver/dbeaver</Path>
<Path fileType="data">/usr/share/dbeaver/dbeaver.ini</Path>
<Path fileType="data">/usr/share/dbeaver/dbeaver.png</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20181012-2020/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/asl-v20.txt</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.4.v20181013-2146/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/asl-v20.txt</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.4.v20181013-2146/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/asl-v20.txt</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/epl-v10.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.3.v20190423-0625/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/epl-v10.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/asl-v20.txt</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/epl-v10.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/asl-v20.txt</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/epl-v10.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947/license.html</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132/META-INF/ECLIPSE_.RSA</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132/META-INF/ECLIPSE_.SF</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132/META-INF/MANIFEST.MF</Path>
@@ -79,13 +70,13 @@
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132/feature.properties</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132/feature.xml</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.100.v20190218-2100/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.100.v20190218-2100/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.100.v20190218-2100/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.100.v20190218-2100/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.100.v20190218-2100/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.100.v20190218-2100/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.100.v20190218-2100/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504/license.html</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.200.v20190129-1112/META-INF/ECLIPSE_.RSA</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.200.v20190129-1112/META-INF/ECLIPSE_.SF</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.200.v20190129-1112/META-INF/MANIFEST.MF</Path>
@@ -93,74 +84,71 @@
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.200.v20190129-1112/feature.properties</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.200.v20190129-1112/feature.xml</Path>
<Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.200.v20190129-1112/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.300.v20190218-2100/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.300.v20190218-2100/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.300.v20190218-2100/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.300.v20190218-2100/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.300.v20190218-2100/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.300.v20190218-2100/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.300.v20190218-2100/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.300.v20190220-1158/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.300.v20190220-1158/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.300.v20190220-1158/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.300.v20190220-1158/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.300.v20190220-1158/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.300.v20190220-1158/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.300.v20190220-1158/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_6.0.5.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_6.0.5.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_6.0.5.201905201344/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.0.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.0.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.0.201905201344/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.0.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.0.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.0.201905201344/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.debug.feature_6.0.5.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.debug.feature_6.0.5.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.debug.feature_6.0.5.201905201344/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.84.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.84.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.84.201905201344/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_6.0.5.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_6.0.5.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_6.0.5.201905201344/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_6.0.5.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_6.0.5.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_6.0.5.201905201344/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_1.0.0.201905201344/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_1.0.0.201905201344/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_1.0.0.201905201344/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_6.2.0.201909101148/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_6.2.0.201909101148/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_6.2.0.201909101148/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.7.201909101148/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.7.201909101148/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.7.201909101148/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.7.201909101148/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.7.201909101148/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.7.201909101148/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.91.201909101148/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.91.201909101148/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.91.201909101148/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_6.2.0.201909101148/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_6.2.0.201909101148/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_6.2.0.201909101148/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_6.2.0.201909101148/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_6.2.0.201909101148/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_6.2.0.201909101148/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_6.2.0.201909101148/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_6.2.0.201909101148/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_6.2.0.201909101148/feature.xml</Path>
<Path fileType="data">/usr/share/dbeaver/icon.xpm</Path>
<Path fileType="data">/usr/share/dbeaver/licenses/commons_license.txt</Path>
<Path fileType="data">/usr/share/dbeaver/licenses/dbeaver_license.txt</Path>
<Path fileType="data">/usr/share/dbeaver/licenses/eclipse_license.html</Path>
<Path fileType="data">/usr/share/dbeaver/licenses/jsch-license.txt</Path>
<Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.ce.feature_root.gtk.linux.x86_64_6.0.5.201905201344</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.ce.feature_root_6.0.5.201905201344</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.core.product.executable.gtk.linux.x86_64_6.0.5.201905201344</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.ce.feature_root.gtk.linux.x86_64_6.2.0.201909101148</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.ce.feature_root_6.2.0.201909101148</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.core.product.executable.gtk.linux.x86_64_6.2.0.201909101148</Path>
<Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs</Path>
<Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs</Path>
<Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs</Path>
<Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs</Path>
<Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs</Path>
<Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/.lock</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1558360159921.profile.gz</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1558360159922.profile.gz</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1558360161485.profile.gz</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1558360161772.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1568116403076.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1568116403078.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1568116404509.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1568116404803.profile.gz</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/com.github.jsqlparser_1.4.0.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/com.google.gson_2.8.2.v20180104-1110.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/com.ibm.icu.base_58.2.0.v20170418-1837.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/com.jcraft.jsch_0.1.54.v20170116-1932.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/javax.annotation_1.2.0.v201602091430.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/javax.inject_1.0.0.v20091030.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/net.sf.opencsv_2.3.0.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.constants_1.10.0.v20180703-1553.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.css_1.10.0.v20180703-1553.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.i18n_1.10.0.v20180703-1553.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.util_1.10.0.v20180703-1553.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.constants_1.11.0.v20190515-0436.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.css_1.11.0.v20190515-0436.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.i18n_1.11.0.v20190515-0436.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.util_1.11.0.v20190515-0436.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.cli_1.3.1.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.codec_1.10.0.v20180409-1845.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.io_2.6.0.v20190123-2029.jar</Path>
@@ -168,77 +156,74 @@
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.felix.scr_2.1.14.v20190123-1619.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.httpcomponents.httpclient_4.5.5.v20180409-1525.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.httpcomponents.httpcore_4.4.9.v20180409-1525.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.xmlgraphics_2.2.0.v20180809-1640.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.compare.core_3.6.400.v20190214-2156.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.compare_3.7.500.v20190218-1850.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.commands_3.9.300.v20190215-1957.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.xmlgraphics_2.3.0.v20190515-0436.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.compare.core_3.6.500.v20190519-2354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.compare_3.7.600.v20190519-2354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.commands_3.9.400.v20190516-1358.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding_1.7.200.v20190216-1545.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.expressions_3.6.300.v20190218-1215.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding_1.7.400.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.expressions_3.6.400.v20190518-1240.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.jobs_3.10.300.v20190215-2048.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.net_1.3.400.v20181030-1645.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.resources_3.13.300.v20190218-2054.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.runtime_3.15.200.v20190301-1641.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.variables_3.4.400.v20190214-1545.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.debug.core_3.13.200.v20190216-1557.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.debug.ui_3.14.0.v20190301-0916.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.jobs_3.10.400.v20190506-1457.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.net_1.3.500.v20190519-2354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.resources_3.13.400.v20190505-1655.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.runtime_3.15.300.v20190508-0543.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.variables_3.4.500.v20190510-0549.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.draw2d_3.10.100.201606061308.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.100.v20180301-0132.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.ssl_1.2.100.v20180301-0132.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf_3.9.3.v20181012-2016.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.common_2.15.0.v20181220-0846.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.app_1.4.100.v20190215-2139.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.common_3.10.300.v20190218-2100.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf_3.9.3.v20190423-0625.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.common_2.16.0.v20190528-0845.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.app_1.4.200.v20190516-1504.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.common_3.10.400.v20190516-1504.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.ds_1.6.0.v20190122-0806.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.event_1.5.0.v20181008-1938.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.event_1.5.100.v20190528-1257.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.frameworkadmin_2.1.200.v20190215-2242.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016/META-INF/ECLIPSE_.RSA</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016/META-INF/ECLIPSE_.SF</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016/META-INF/MANIFEST.MF</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016/about.html</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016/eclipse_1801.so</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016/launcher.gtk.linux.x86_64.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.artifact.repository_1.3.0.v20190212-1235.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar</Path>
@@ -246,18 +231,18 @@
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.operations_2.5.300.v20190202-1801.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar</Path>
@@ -266,8 +251,8 @@
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957/.api_description</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957/META-INF/ECLIPSE_.RSA</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957/META-INF/ECLIPSE_.SF</Path>
@@ -279,87 +264,100 @@
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider.class</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957/org/eclipse/equinox/internal/security/linux/nls/LinuxPasswordProviderMessages.class</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957/org/eclipse/equinox/internal/security/linux/nls/messages.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security_1.3.100.v20190215-2139.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security_1.3.200.v20190516-1504.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.util_1.1.200.v20181008-1820.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.gef_3.11.0.201606061308.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.help_3.8.300.v20190216-1017.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.text_3.15.100.v20190305-0811.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface_3.15.100.v20190222-1334.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.core_1.3.400.v20190214-2156.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.ui_1.3.400.v20190214-2156.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.compatibility.state_1.1.400.v20190208-1533.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.help_3.8.400.v20190423-0921.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.text_3.15.200.v20190519-2344.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface_3.16.0.v20190528-0922.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.core_1.3.500.v20190413-1338.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.services_3.8.0.v20190206-2147.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.util_3.5.200.v20190115-2323.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi_3.13.300.v20190218-1622.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.search_3.11.500.v20190218-2126.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt_3.110.0.v20190305-0602.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.core_3.8.500.v20190216-2155.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.ui_3.8.400.v20190216-2155.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.text_3.8.100.v20190306-1823.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.browser_3.6.300.v20180828-0837.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.console_3.8.400.v20190218-2131.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.editors_3.11.400.v20190218-1547.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.forms_3.7.500.v20190216-1545.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide_3.15.0.v20190301-1127.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.intro_3.5.500.v20190218-1654.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.net_1.3.300.v20180827-1041.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/dark/e4-dark_basestyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/dark/e4-dark_globalstyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/dark/e4-dark_partstyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/dark/e4-dark_preferencestyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4-dark.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4-dark_mac.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4-dark_mac1013.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4-dark_win.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4_basestyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4_classic_win7.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4_classic_winxp.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4_default_gtk.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4_default_mac.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4_default_mru_on_win7.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/e4_default_win.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/css/high-contrast.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/dragHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/gtkHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/gtkTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/macGrey.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/macHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/macTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/win7.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/win7Handle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/win7TSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winClassicHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winClassicTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winXPBluHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winXPBluTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winXPBlue.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winXPHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winXPOlive.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/images/winXPTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/plugin.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.400.v20190223-1254/plugin.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.log_1.2.500.v20190218-0617.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views_3.9.300.v20190216-1545.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui_3.112.0.v20190205-1313.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.update.configurator_3.4.200.v20190218-1148.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.urischeme_1.0.200.v20190219-1659.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi_3.14.0.v20190517-1309.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.search_3.11.600.v20190519-2344.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt_3.111.0.v20190605-1801.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.core_3.8.600.v20190519-2354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.ui_3.8.500.v20190519-2354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.text_3.8.200.v20190519-2344.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.browser_3.6.400.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.editors_3.11.500.v20190519-2344.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.forms_3.8.0.v20190519-1034.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide_3.15.200.v20190519-2104.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.intro_3.5.600.v20190329-1257.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.net_1.3.400.v20190519-2354.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/dark/e4-dark_basestyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/dark/e4-dark_globalstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/dark/e4-dark_partstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/dark/e4-dark_preferencestyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/dark/e4-dark_tabstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4-dark.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4-dark_mac.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4-dark_mac1013.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4-dark_win.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4_basestyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4_classic_win7.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4_classic_winxp.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4_default_gtk.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4_default_mac.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4_default_mru_on_win7.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/e4_default_win.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/css/high-contrast.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/dragHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/dragHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/gtkHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/gtkHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/gtkTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/gtkTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/macGrey.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/macHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/macHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/macTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/macTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/win7.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/win7Handle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/win7Handle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/win7TSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/win7TSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winClassicHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winClassicHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winClassicTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winClassicTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPBluHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPBluHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPBluTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPBluTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPBlue.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPOlive.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/images/winXPTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/plugin.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.600.v20190513-0458/plugin.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views_3.9.400.v20190517-1612.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui_3.113.0.v20190513-2118.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.update.configurator_3.4.300.v20190518-1030.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.urischeme_1.0.300.v20190514-0858.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.2/CTS-README.md</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.2/JTS-LICENSES.md</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.2/JTS-README.md</Path>
@@ -383,78 +381,82 @@
<Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/lib/jfreechart-1.0.19.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/lib/jfreechart-swt-1.0.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/lib/swtgraphics2d-1.0.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.cmp.simple.ui_6.0.5.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.cmp.simple_6.0.5.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.core.application_6.0.5.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.core_6.0.5.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis.view_1.0.4.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis_1.0.33.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.transfer_1.0.19.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.debug.core_1.0.38.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.debug.ui_1.0.38.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.athena_1.0.15.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.bigquery_1.0.15.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.clickhouse_1.0.14.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.zos_1.0.12.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2_2.1.94.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.derby_1.1.94.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.erd_2.0.111.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.es.ui_1.0.20.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.exasol_1.0.67.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.firebird_1.0.110.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic.ui_1.0.0.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic_2.3.95.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.greenplum_1.0.10.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.h2_1.0.64.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hana_1.0.38.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hive_1.0.15.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hsqldb_1.0.56.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.import_config_2.1.72.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.informix_1.0.100.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mockdata_1.0.35.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql.ui_1.0.8.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql_1.0.103.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql.ui_1.0.1.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql_2.1.94.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.netezza_1.0.74.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.oracle_2.1.94.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.phoenix_1.0.78.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql.debug.core_1.0.38.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql.debug.ui_1.0.38.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql.ui_1.0.0.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql_2.1.82.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sample.database_1.0.46.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.core_1.0.29.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.ui_1.0.29.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sqlite_1.0.58.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.teradata_1.0.77.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.colortheme_1.0.16.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.locks_1.0.54.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday_1.0.15.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica.ui_1.0.0.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica_2.0.39.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.model_1.0.98.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.jsch_1.1.19.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.ui_1.0.30.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh_1.0.30.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.registry_1.0.3.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.charts_1.0.6.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.dashboard_1.0.6.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.acl_1.0.5.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.base_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.connection_1.0.0.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.content_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.data_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.entity_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.hex_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.image_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.sql_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.xml_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.navigator_1.0.9.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.search_1.0.0.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui_5.1.24.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.utils_2.1.92.201905201344.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.objectweb.asm_7.0.0.v20181030-2244.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.cmp.simple.ui_6.0.12.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.cmp.simple_6.0.12.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.core.application_6.2.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.core_6.2.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis.view_1.0.11.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis_1.0.40.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.transfer.ui_1.0.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.transfer_2.0.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.athena_1.0.22.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.bigquery_1.0.22.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.clickhouse_1.0.21.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.i_1.0.4.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.zos_1.0.19.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2_2.1.101.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.derby_1.1.101.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.erd_2.0.118.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.es.ui_1.0.27.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.exasol_1.0.74.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.firebird_1.0.117.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.format.sqlworkbenchj_1.0.23.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic.ui_1.0.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic_2.3.102.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.greenplum_1.0.17.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.h2_1.0.71.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hana_1.0.45.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hive_1.0.22.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hsqldb_1.0.63.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.import_config_2.1.79.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.informix_1.0.107.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.kognitio_1.0.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql.ui_1.0.15.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql_1.0.110.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql.ui_1.0.8.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql_2.1.101.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.netezza_1.0.81.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.opendistro_1.0.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.oracle.ui_1.0.3.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.oracle_2.1.101.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.phoenix_1.0.85.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql.ui_1.0.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql_2.1.89.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sample.database_1.0.53.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.core_1.0.36.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.ui_1.0.36.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.spanner_1.0.3.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sqlite_1.0.65.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.teradata_1.0.84.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.colortheme_1.0.23.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.locks_1.0.61.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday_1.0.22.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica.ui_1.0.7.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica_2.0.46.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.model.sql_1.0.6.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.model_1.0.105.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.jsch_1.1.26.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.ui_1.0.37.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh_1.0.37.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.registry_1.0.10.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.charts_1.0.13.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.dashboard_1.0.13.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.acl_1.0.12.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.base_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.connection_1.0.7.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.content_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.data_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.entity_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.hex_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.image_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.json_1.0.0.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.sql_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.xml_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.navigator_1.0.16.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.search_1.0.7.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui_5.1.31.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.utils_2.1.99.201909101148.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.objectweb.asm_7.1.0.v20190412-2143.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.sat4j.core_2.3.5.v201308161310.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.sat4j.pb_2.3.5.v201404071733.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.tukaani.xz_1.8.0.v20180207-1613.jar</Path>
@@ -466,12 +468,12 @@
</Files>
</Package>
<History>
- <Update release="32">
- <Date>2019-05-20</Date>
- <Version>6.0.5</Version>
+ <Update release="33">
+ <Date>2019-09-10</Date>
+ <Version>6.2.0</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 2 2023, 10:55 AM (10 w, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832568
Default Alt Text
D7126.id17114.diff (95 KB)

Event Timeline