Page MenuHomeSolus

D10396.diff
No OneTemporary

D10396.diff

diff --git a/files/0001-Change-default-theme-to-dark.patch b/files/0001-Change-default-theme-to-dark.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-Change-default-theme-to-dark.patch
@@ -0,0 +1,25 @@
+From 37310ed4bffac3712fa29b64ffb155f6c9272a50 Mon Sep 17 00:00:00 2001
+From: Campbell Jones <git@serebit.com>
+Date: Tue, 19 Jan 2021 21:41:23 -0500
+Subject: [PATCH] Change default theme to system
+
+---
+ plugins/org.jkiss.dbeaver.ui.app.standalone/plugin.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugins/org.jkiss.dbeaver.ui.app.standalone/plugin.xml b/plugins/org.jkiss.dbeaver.ui.app.standalone/plugin.xml
+index c8f68f8d50..1ce3c0b853 100644
+--- a/plugins/org.jkiss.dbeaver.ui.app.standalone/plugin.xml
++++ b/plugins/org.jkiss.dbeaver.ui.app.standalone/plugin.xml
+@@ -52,7 +52,7 @@
+ <property name="versionInfoColor" value="100,100,100"/>
+ <property name="startupMessageRect" value="323,270,242,25"/>
+ <property name="startupProgressRect" value="323,255,242,10"/>
+- <property name="cssTheme" value="org.eclipse.e4.ui.css.theme.e4_default"/>
++ <property name="cssTheme" value="org.eclipse.e4.ui.css.theme.e4_dark"/>
+ <property name="applicationCSSResources" value="platform:/plugin/org.eclipse.ui.themes/images/"/>
+ <property name="applicationXMI" value="org.jkiss.dbeaver.ui.app.standalone/dbeaver.e4xmi"/>
+ <property name="rendererFactoryUri" value="bundleclass://org.jkiss.dbeaver.core/org.jkiss.dbeaver.ui.e4.DBeaverRendererFactory"/>
+--
+2.30.0
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,10 +1,11 @@
name : dbeaver
-version : 7.1.0
-release : 36
+version : 7.3.3
+release : 37
source :
- - https://github.com/dbeaver/dbeaver/archive/7.1.0.tar.gz : db91db507e48196399a755ffeeea7fc61bafc9737693041ad5e2f9fe316004a3
+ - https://github.com/dbeaver/dbeaver/archive/7.3.3.tar.gz : 8b4cff6a1e172da763373ddc7df554569f53a0c529175e540d4b64ed2b7066d9
license : Apache-2.0
component : database
+homepage : https://dbeaver.io/
summary : Free universal database manager and SQL client
description: |
Free multi-platform database tool for developers, SQL programmers, database administrators and analysts.
@@ -15,15 +16,15 @@
- openjdk-11
setup : |
%patch -Np1 < $pkgfiles/0001-Disable-auto-update-check-by-default.patch
+ %patch -p1 < $pkgfiles/0001-Change-default-theme-to-dark.patch
build : |
- mkdir m2
- mvn -Dmaven.repo.local=./m2 package
+ mvn -Dmaven.repo.local=$workdir/.m2 package
install : |
- install -Dm00644 $pkgfiles/dbeaver.desktop -t $installdir/usr/share/applications
- install -dm00755 $installdir/usr/share
+ install -dm00755 $installdir/usr/{bin,share}/
cp -a product/standalone/target/products/org.jkiss.dbeaver.core.product/linux/gtk/x86_64/dbeaver $installdir/usr/share
- install -dm00755 $installdir/usr/bin
ln -s /usr/share/dbeaver/dbeaver $installdir/usr/bin/dbeaver
+ install -Dm00644 $pkgfiles/dbeaver.desktop -t $installdir/usr/share/applications/
+
# Set the correct OpenJDK
sed -i '/-vmargs/i -vm\n/usr/lib64/openjdk-11/bin/java' $installdir/usr/share/dbeaver/dbeaver.ini
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>dbeaver</Name>
+ <Homepage>https://dbeaver.io/</Homepage>
<Packager>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>database</PartOf>
@@ -29,464 +30,490 @@
<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.500.v20200217-1548/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.500.v20200217-1548/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.500.v20200217-1548/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.500.v20200217-1548/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.500.v20200217-1548/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.500.v20200217-1548/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.500.v20200217-1548/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.500.v20200217-1548/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/asl-v20.txt</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/asl-v20.txt</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/epl-v10.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.500.v20191213-1911/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.500.v20191213-1911/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.500.v20191213-1911/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.500.v20191213-1911/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.500.v20191213-1911/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.500.v20191213-1911/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.500.v20191213-1911/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600/epl-2.0.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600/license.html</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_7.1.0.202006070934/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_7.1.0.202006070934/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_7.1.0.202006070934/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.25.202006070934/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.25.202006070934/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.25.202006070934/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.25.202006070934/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.25.202006070934/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.25.202006070934/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.109.202006070934/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.109.202006070934/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.109.202006070934/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_7.1.0.202006070934/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_7.1.0.202006070934/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_7.1.0.202006070934/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_7.1.0.202006070934/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_7.1.0.202006070934/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_7.1.0.202006070934/feature.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_7.1.0.202006070934/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_7.1.0.202006070934/feature.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_7.1.0.202006070934/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.feature_1.5.701.v20201027-0550/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/asl-v20.txt</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/asl-v20.txt</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.discovery.feature_1.2.800.v20200916-1234/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246/epl-2.0.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246/license.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_7.3.3.202101200314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_7.3.3.202101200314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ce.feature_7.3.3.202101200314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.40.202101200314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.40.202101200314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.feature_1.0.40.202101200314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.40.202101200314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.40.202101200314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.db.ui.feature_1.0.40.202101200314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.124.202101200314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.124.202101200314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.rcp.feature_2.1.124.202101200314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_7.3.3.202101200314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_7.3.3.202101200314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.runtime.feature_7.3.3.202101200314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_7.3.3.202101200314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_7.3.3.202101200314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.standalone.feature_7.3.3.202101200314/feature.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_7.3.3.202101200314/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_7.3.3.202101200314/feature.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/features/org.jkiss.dbeaver.ui.feature_7.3.3.202101200314/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_7.1.0.202006070934</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.ce.feature_root_7.1.0.202006070934</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_7.1.0.202006070934</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_7.3.3.202101200314</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.core/cache/binary/org.jkiss.dbeaver.ce.feature_root_7.3.3.202101200314</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_7.3.3.202101200314</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/1591522861043.profile.gz</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1591522861045.profile.gz</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1591522862940.profile.gz</Path>
- <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1591522863320.profile.gz</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/com.github.jsqlparser_3.0.0.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1611112702902.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1611112702903.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1611112704002.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/p2/org.eclipse.equinox.p2.engine/profileRegistry/DefaultProfile.profile/1611112704243.profile.gz</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/com.github.jsqlparser_4.0.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.55.v20190404-1902.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/com.sun.jna.platform_4.5.1.v20190425-1842.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/com.sun.jna_4.5.1.v20190425-1842.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.annotation_1.3.5.v20200909-1856.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.ant_1.10.0.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.batik.constants_1.13.0.v20200622-2037.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.css_1.13.0.v20200622-2037.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.i18n_1.13.0.v20200622-2037.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.batik.util_1.13.0.v20200622-2037.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.13.0.v20200108-0001.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.io_2.6.0.v20190123-2029.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.commons.jexl_3.1.0.jar</Path>
<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.16.v20200110-1820.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.felix.scr_2.1.24.v20200924-1939.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.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.800.v20191213-2246.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.compare_3.7.900.v20200129-0902.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.commands_3.9.700.v20191217-1850.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding_1.8.0.v20200205-2008.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.expressions_3.6.700.v20200212-1751.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.apache.xmlgraphics_2.4.0.v20200622-2037.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.compare.core_3.6.1000.v20201020-1107.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.compare_3.7.1200.v20201020-1107.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.commands_3.9.800.v20201021-1339.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.databinding_1.10.100.v20200926-1123.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.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.700.v20200110-1734.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.jobs_3.10.700.v20200106-1020.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.net_1.3.800.v20200218-0937.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.resources_3.13.700.v20200209-1624.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.runtime_3.17.100.v20200203-0917.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.net_1.3.1000.v20200715-0827.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.resources_3.13.900.v20201105-1507.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.runtime_3.20.0.v20201027-1526.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.debug.core_3.17.0.v20201109-1948.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.900.v20200110-1732.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.200.v20200212-0036.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.101.v20191012-1926.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.ssl_1.2.300.v20191012-1926.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf_3.9.5.v20200217-1548.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.common_2.18.0.v20191225-1014.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ecf_3.9.101.v20201027-0547.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.common_2.21.0.v20200917-1439.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.21.0.v20200127-1342.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.app_1.4.400.v20191212-0743.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.common_3.11.0.v20200206-0817.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.common_3.14.0.v20201102-2053.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.event_1.5.300.v20191001-1333.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426/eclipse_1801.so</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426/launcher.gtk.linux.x86_64.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442/eclipse_11201.so</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442/launcher.gtk.linux.x86_64.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.console_1.1.400.v20201106-0859.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.3.300.v20191211-1631.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.3.400.v20200511-1530.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.3.500.v20200218-1022.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.discovery_1.1.400.v20191213-1911.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.importexport_1.2.400.v20191016-0512.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.600.v20200221-0754.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.sdk_1.1.500.v20191016-0512.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.importexport_1.2.600.v20201015-1002.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui.sdk_1.1.700.v20200731-1005.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/.api_description</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/fragment.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/fragment.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/libkeystorelinuxnative.so</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238/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.300.v20190830-1238/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.300.v20190830-1238/org/eclipse/equinox/internal/security/linux/nls/messages.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/.api_description</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/fragment.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/fragment.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/libkeystorelinuxnative.so</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125/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.400.v20200915-1125/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.400.v20200915-1125/org/eclipse/equinox/internal/security/linux/nls/messages.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.security_1.3.500.v20200114-1637.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.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.700.v20191212-1123.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.text_3.16.200.v20200218-0828.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface_3.19.0.v20200218-1607.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.core_1.3.800.v20200106-0907.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.ui_1.3.800.v20200205-0619.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.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.help_3.8.800.v20200525-0755.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface.text_3.16.500.v20201112-1545.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jface_3.22.0.v20201106-0834.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.core_1.3.900.v20200422-1935.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar</Path>
<Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi_3.15.200.v20200214-1600.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.search_3.11.900.v20200211-1227.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt_3.114.0.v20200304-0601.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.core_3.8.900.v20200211-0946.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.ui_3.8.800.v20200211-0752.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.text.quicksearch_1.0.200.v20200218-1616.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.text_3.10.100.v20200217-1239.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.browser_3.6.700.v20200217-0820.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.console_3.9.100.v20200215-1209.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.editors_3.13.100.v20200130-1507.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.forms_3.9.0.v20200213-1442.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide_3.17.0.v20200217-1511.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.intro_3.5.900.v20200217-1223.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.net_1.3.700.v20200212-0844.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/META-INF/ECLIPSE_.RSA</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/META-INF/ECLIPSE_.SF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/about.html</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/dark/e4-dark-drag-styling.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/dark/e4-dark_globalstyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/dark/e4-dark_ide_colorextensions.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/dark/e4-dark_partstyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/dark/e4-dark_preferencestyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/dark/e4-dark_tabstyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4-dark_linux.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4-dark_mac.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4-dark_mac1013.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4-dark_win.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4_basestyle.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4_classic_win7.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4_classic_winxp.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4_default_gtk.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4_default_mac.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4_default_mru_on_win7.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/e4_default_win.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/css/high-contrast.css</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/dragHandle-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/dragHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/gtkHandle-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/gtkHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/gtkTSFrame-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/gtkTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/macGrey.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/macHandle-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/macHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/macTSFrame-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/macTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/win7.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/win7Handle-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/win7Handle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/win7TSFrame-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/win7TSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winClassicHandle-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winClassicHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winClassicTSFrame-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winClassicTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPBluHandle-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPBluHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPBluTSFrame-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPBluTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPBlue.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPHandle-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPHandle.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPOlive.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPTSFrame-rotated.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/images/winXPTSFrame.png</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/plugin.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.900.v20200106-1021/plugin.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views_3.10.200.v20200213-1442.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui_3.116.0.v20200203-1308.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.update.configurator_3.4.500.v20200225-0827.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.urischeme_1.0.600.v20200115-1733.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/CTS-README.md</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/JTS-LICENSES.md</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/JTS-README.md</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/LICENSE</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.gis/pom.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.gis/pom.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/README.md</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/lib/cts-1.5.2.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/lib/jts-core-1.16.1.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.3/lib/wkg-0.1-SNAPSHOT.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/JFREECHART-LICENSE-LGPL.txt</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/JFREECHART-README.md</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/LICENSE.md</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/META-INF/MANIFEST.MF</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.jfreechart/pom.properties</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.jfreechart/pom.xml</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/README.md</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.20/lib/jcommon-1.0.23.jar</Path>
- <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.30.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.cmp.simple_6.0.30.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.core_7.1.0.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis.view_1.0.29.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis_1.0.58.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.transfer.ui_1.0.18.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.transfer_2.0.18.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.athena.ui_1.0.4.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.athena_1.0.40.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.bigquery.ui_1.0.4.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.bigquery_1.0.40.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.clickhouse_1.0.39.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.i_1.0.22.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.ui_1.0.1.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.zos_1.0.37.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2_2.1.119.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.derby_1.1.119.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.elasticsearch_1.0.45.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.erd_2.0.136.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.exasol.ui_1.0.3.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.exasol_1.0.92.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.firebird_1.0.135.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.format.sqlworkbenchj_1.0.41.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic.ui_1.0.10.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic_2.3.120.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.greenplum_1.0.35.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.h2_1.0.89.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.h2gis_1.0.17.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hana_1.2.12.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hive_1.0.40.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hsqldb_1.0.81.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.import_config_2.1.97.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.informix_1.0.125.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.kognitio_1.0.18.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql.ui_1.0.33.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql_1.0.128.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql.ui_1.0.26.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql_2.1.119.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.netezza_1.0.99.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ocient_1.0.5.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.opendistro_1.0.18.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.oracle.ui_1.0.21.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.oracle_2.1.119.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.phoenix_1.0.103.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql.ui_1.0.10.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql_2.1.107.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sample.database_1.0.71.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.core_1.0.54.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.ui_1.0.54.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.spanner.ui_1.0.4.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.spanner_1.0.21.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sqlite.ui_1.0.4.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sqlite_1.0.83.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.teradata_1.0.102.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.colortheme_1.0.41.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.locks_1.0.79.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday_1.0.40.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica.ui_1.0.25.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica_2.0.64.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.model.sql_1.0.24.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.model_1.0.123.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.jsch_1.1.44.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.ui_1.0.55.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh_1.0.55.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.registry_1.0.28.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.slf4j_2.0.4.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.native.ui_1.0.12.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.native_1.0.12.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.sql.ui_1.0.0.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.ui_1.0.12.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.app.standalone_7.1.0.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.charts_1.0.31.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.dashboard_1.0.31.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.acl_1.0.30.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.base_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.connection_1.0.25.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.content_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.data_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.entity_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.hex_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.image_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.json_1.0.18.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.session_1.0.12.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.sql_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.xml_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.navigator_1.0.34.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.search_1.0.25.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui_5.1.49.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.utils_2.1.117.202006070934.jar</Path>
- <Path fileType="data">/usr/share/dbeaver/plugins/org.objectweb.asm_7.2.0.v20191010-1910.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.osgi_3.16.100.v20201030-1916.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.search_3.12.100.v20201116-1027.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.swt_3.115.100.v20201202-1103.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.core_3.8.1100.v20200806-0621.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.team.ui_3.8.1100.v20200916-0836.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.text.quicksearch_1.0.400.v20201026-1722.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.text_3.10.400.v20200925-0557.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.browser_3.6.1000.v20200910-0548.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.console_3.10.0.v20201021-1231.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.editors_3.13.400.v20200923-1238.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.forms_3.11.0.v20201025-0656.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.ide_3.18.0.v20201119-1132.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.intro_3.6.0.v20201120-1551.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.net_1.3.800.v20200422-1935.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/META-INF/ECLIPSE_.RSA</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/META-INF/ECLIPSE_.SF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/about.html</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/common/e4_globalstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/dark/e4-dark-drag-styling.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/dark/e4-dark_globalstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/dark/e4-dark_ide_colorextensions.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/dark/e4-dark_partstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/dark/e4-dark_preferencestyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/dark/e4-dark_tabstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4-dark_linux.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4-dark_mac.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4-dark_mac1013.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4-dark_win.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4_basestyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4_classic.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4_default_gtk.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4_default_mac.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4_default_win.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/e4_system.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/high-contrast.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/light/e4-light-drag-styling.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/light/e4-light_globalstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/light/e4-light_ide_colorextensions.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/light/e4-light_partstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/light/e4-light_tabstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/system/e4-light-drag-styling.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/system/e4-light_globalstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/system/e4-light_ide_colorextensions.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/system/e4-light_partstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/css/system/e4-light_tabstyle.css</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/dragHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/dragHandle-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/dragHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/dragHandle@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkHandle-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkHandle@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkTSFrame-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/gtkTSFrame@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macHandle-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macHandle@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macTSFrame-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/macTSFrame@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicHandle-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicHandle@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicTSFrame-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winClassicTSFrame@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winHandle-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winHandle@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winTSFrame-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winTSFrame@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPHandle-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPHandle-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPHandle.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPHandle@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPTSFrame-rotated.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPTSFrame-rotated@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPTSFrame.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/images/winXPTSFrame@2x.png</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/plugin.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.themes_1.2.1200.v20201112-1139/plugin.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.views_3.10.500.v20201021-1339.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.ui_3.118.100.v20201123-0719.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.update.configurator_3.4.700.v20200907-1237.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.eclipse.urischeme_1.1.200.v20201104-0938.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/CTS-README.md</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/JTS-LICENSES.md</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/JTS-README.md</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/LICENSE</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.gis/pom.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.gis/pom.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/README.md</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/lib/cts-1.5.2.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/lib/jts-core-1.16.1.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.gis_2.0.4/lib/wkg-0.1-SNAPSHOT.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/JFREECHART-LICENSE-LGPL.txt</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/JFREECHART-README.md</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/LICENSE.md</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/META-INF/MANIFEST.MF</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.jfreechart/pom.properties</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/META-INF/maven/org.jkiss.bundle/org.jkiss.bundle.jfreechart/pom.xml</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/README.md</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/lib/jcommon-1.0.23.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/lib/jfreechart-1.0.19.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/lib/jfreechart-swt-1.0.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.bundle.jfreechart_1.0.21/lib/swtgraphics2d-1.0.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.cmp.simple.ui_6.0.45.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.cmp.simple_6.0.45.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.core_7.3.3.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis.view_1.0.44.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.gis_1.0.73.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.transfer.ui_1.0.33.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.data.transfer_2.0.33.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.erd.model_1.0.9.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.erd.ui_3.0.9.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.athena.ui_1.0.19.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.athena_1.0.55.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.bigquery.ui_1.0.19.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.bigquery_1.0.55.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.clickhouse_1.0.54.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.i_1.0.37.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.ui_1.0.1.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2.zos_1.0.52.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.db2_2.1.134.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.derby_1.1.134.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.elasticsearch_1.0.60.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.exasol.ui_1.0.18.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.exasol_1.0.107.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.firebird_1.0.150.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.format.sqlworkbenchj_1.0.56.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic.ui_1.0.25.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.generic_2.3.135.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.greenplum_1.0.50.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.h2_1.0.104.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.h2gis_1.0.32.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hana.ui_1.0.2.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hana_1.2.27.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hive_1.0.55.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.hsqldb_1.0.96.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.import_config_2.1.112.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.informix_1.0.140.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.kognitio_1.0.33.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql.ui_1.0.48.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mssql_1.0.143.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql.ui_1.0.41.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.mysql_2.1.134.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.netezza_1.0.114.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ocient_1.0.20.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.opendistro_1.0.33.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.oracle.ui_1.0.36.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.oracle_2.1.134.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.phoenix_1.0.118.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql.ui_1.0.25.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.postgresql_2.1.122.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sample.database_1.0.86.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.core_1.0.69.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.snowflake.ui_1.0.69.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.spanner.ui_1.0.19.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.spanner_1.0.36.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sqlite.ui_1.0.19.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.sqlite_1.0.98.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.teradata_1.0.117.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.colortheme_1.0.56.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.locks_1.0.94.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday_1.0.55.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica.ui_1.0.40.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ext.vertica_2.0.79.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.model.sql_1.0.39.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.model_1.0.138.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.jsch_1.1.59.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh.ui_1.0.70.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.net.ssh_1.0.70.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.registry_1.0.43.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.slf4j_2.0.19.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.native.ui_1.0.27.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.native_1.0.27.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.sql.ui_1.0.15.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.tasks.ui_1.0.27.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.app.standalone_7.3.3.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.charts_1.0.46.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.dashboard_1.0.46.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.acl_1.0.45.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.base_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.connection_1.0.40.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.data_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.entity_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.hex_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.image_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.json_1.0.33.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.session_1.0.27.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.sql_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.editors.xml_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.navigator_1.0.49.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui.search_1.0.40.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.dbeaver.ui_5.1.64.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.jkiss.utils_2.1.132.202101200314.jar</Path>
+ <Path fileType="data">/usr/share/dbeaver/plugins/org.objectweb.asm_9.0.0.v20201001-1419.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.slf4j.api_1.7.30.v20200204-2150.jar</Path>
@@ -499,12 +526,12 @@
</Files>
</Package>
<History>
- <Update release="36">
- <Date>2020-06-07</Date>
- <Version>7.1.0</Version>
+ <Update release="37">
+ <Date>2021-01-20</Date>
+ <Version>7.3.3</Version>
<Comment>Packaging update</Comment>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 19, 2:49 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808673
Default Alt Text
D10396.diff (121 KB)

Event Timeline