View | Details | Raw Unified | Return to bug 272823 | Differences between
and this patch

Collapse All | Expand All

(-)b/databases/jetbrains-datagrip/Makefile (-19 / +20 lines)
Lines 1-5 Link Here
1
PORTNAME=	datagrip
1
PORTNAME=	datagrip
2
DISTVERSION=	2023.1.2
2
DISTVERSION=	2023.2
3
CATEGORIES=	databases java
3
CATEGORIES=	databases java
4
MASTER_SITES=	https://download-cf.jetbrains.com/datagrip/
4
MASTER_SITES=	https://download-cf.jetbrains.com/datagrip/
5
PKGNAMEPREFIX=	jetbrains-
5
PKGNAMEPREFIX=	jetbrains-
Lines 16-25 LICENSE_PERMS= dist-mirror pkg-mirror auto-accept Link Here
16
16
17
BUILD_DEPENDS=	jna>0:devel/jna
17
BUILD_DEPENDS=	jna>0:devel/jna
18
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
18
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
19
		jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
19
		jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
20
		jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
20
		lsof:sysutils/lsof
21
		lsof:sysutils/lsof
21
22
22
USES=		desktop-file-utils python:run shebangfix ssl
23
USES=		python:run shebangfix
23
24
24
USE_JAVA=	yes
25
USE_JAVA=	yes
25
JAVA_VERSION=	17+
26
JAVA_VERSION=	17+
Lines 28-33 USE_LDCONFIG= yes Link Here
28
29
29
SHEBANG_FILES=	bin/restart.py
30
SHEBANG_FILES=	bin/restart.py
30
31
32
DATADIR=	${PREFIX}/share/jetbrains/${PORTNAME}
31
NO_ARCH=	yes
33
NO_ARCH=	yes
32
NO_ARCH_IGNORE=	libjnidispatch.so
34
NO_ARCH_IGNORE=	libjnidispatch.so
33
NO_BUILD=	yes
35
NO_BUILD=	yes
Lines 39-61 WRKSRC= ${WRKDIR}/DataGrip-${PORTVERSION} Link Here
39
do-install:
41
do-install:
40
# Linux/Windows/OS X only so remove them
42
# Linux/Windows/OS X only so remove them
41
	@${RM} -r \
43
	@${RM} -r \
42
		${WRKSRC}/bin/clang \
43
		${WRKSRC}/bin/cmake \
44
		${WRKSRC}/bin/fsnotifier \
44
		${WRKSRC}/bin/fsnotifier \
45
		${WRKSRC}/bin/fsnotifier-arm \
45
		${WRKSRC}/bin/repair \
46
		${WRKSRC}/bin/fsnotifier64 \
47
		${WRKSRC}/bin/gdb/linux \
48
		${WRKSRC}/bin/lldb/linux \
49
		${WRKSRC}/jbr \
46
		${WRKSRC}/jbr \
50
		${WRKSRC}/jre64 \
47
		${WRKSRC}/lib/jna \
51
		${WRKSRC}/lib/pty4j-native \
48
		${WRKSRC}/lib/native \
52
		${WRKSRC}/plugins/cwm-plugin/quiche-native \
49
		${WRKSRC}/lib/pty4j \
53
		${WRKSRC}/plugins/performanceTesting/bin
50
		${WRKSRC}/plugins/remote-dev-server
54
	${MKDIR} ${STAGEDIR}${DATADIR}
51
	${MKDIR} ${STAGEDIR}${DATADIR}
55
	@(cd ${WRKSRC} && \
52
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
56
		${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh")
53
		"! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh")
57
	@(cd ${WRKSRC} && \
54
	@(cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}/bin/ \
58
		${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh")
55
		"-name *\.sh -o -name *\.py")
59
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
56
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
60
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
57
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
61
	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \
58
	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \
Lines 63-69 do-install: Link Here
63
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop \
60
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop \
64
		${STAGEDIR}${PREFIX}/share/applications/
61
		${STAGEDIR}${PREFIX}/share/applications/
65
# Use fsnotifier replacement provided by java/intellij-fsnotifier
62
# Use fsnotifier replacement provided by java/intellij-fsnotifier
66
	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" \
63
	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" \
67
		>> ${STAGEDIR}${DATADIR}/bin/idea.properties
64
		>> ${STAGEDIR}${DATADIR}/bin/idea.properties
68
# Install FreeBSD native lib provided by devel/jna
65
# Install FreeBSD native lib provided by devel/jna
69
	@${MKDIR} ${WRKDIR}/jna
66
	@${MKDIR} ${WRKDIR}/jna
Lines 73-78 do-install: Link Here
73
	${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so \
70
	${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so \
74
		${STAGEDIR}${DATADIR}/lib/jna/amd64/
71
		${STAGEDIR}${DATADIR}/lib/jna/amd64/
75
# Use pty4j replacement provided by devel/jetbrains-pty4j
72
# Use pty4j replacement provided by devel/jetbrains-pty4j
76
	${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
73
	${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
74
	${LN} -sf ../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
75
# Use sqlite replacement provided by devel/jetbrains-sqlite
76
	${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
77
	${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
77
78
78
.include <bsd.port.mk>
79
.include <bsd.port.mk>
(-)b/databases/jetbrains-datagrip/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1686547442
1
TIMESTAMP = 1690740881
2
SHA256 (jetbrains/datagrip-2023.1.2.tar.gz) = 57e8a79d69d9f34957fe7fa1307296396ab7c2b84bacffb6d86616cbcd596edd
2
SHA256 (jetbrains/datagrip-2023.2.tar.gz) = f8344dad4f502a215440fb7ccbc4c69acdd0b18f33d855f0d0d0d2bbe44a5f26
3
SIZE (jetbrains/datagrip-2023.1.2.tar.gz) = 568353216
3
SIZE (jetbrains/datagrip-2023.2.tar.gz) = 569402212
(-)b/databases/jetbrains-datagrip/files/datagrip.in (+1 lines)
Lines 1-4 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
export JAVA_HOME="${JAVA_HOME:-"%%JAVA_HOME%%"}"
3
export JAVA_HOME="${JAVA_HOME:-"%%JAVA_HOME%%"}"
3
export SHELL="/bin/sh"
4
export SHELL="/bin/sh"
4
5
(-)b/databases/jetbrains-datagrip/pkg-plist (-416 / +49 lines)
Lines 1-37 Link Here
1
@dir %%DATADIR%%/lib/jna/amd64
1
bin/datagrip
2
@dir %%DATADIR%%/lib/native/linux-x86_64
2
man/man1/datagrip.1.gz
3
@dir %%DATADIR%%/lib/pty4j/linux/x86-64
3
share/applications/datagrip.desktop
4
@dir %%DATADIR%%/plugins/performanceTesting-yourkit/bin
4
%%DATADIR%%/Install-Linux-tar.txt
5
%%DATADIR%%/bin/brokenPlugins.db
5
%%DATADIR%%/bin/brokenPlugins.db
6
%%DATADIR%%/bin/datagrip.png
6
%%DATADIR%%/bin/datagrip.png
7
%%DATADIR%%/bin/datagrip.sh
7
%%DATADIR%%/bin/datagrip.sh
8
%%DATADIR%%/bin/datagrip.svg
8
%%DATADIR%%/bin/datagrip.svg
9
%%DATADIR%%/bin/datagrip64.vmoptions
9
%%DATADIR%%/bin/datagrip64.vmoptions
10
%%DATADIR%%/bin/format.sh
10
%%DATADIR%%/bin/format.sh
11
%%DATADIR%%/bin/icons/icon-v4-1.0-d.db
12
%%DATADIR%%/bin/icons/icon-v4-1.0.db
13
%%DATADIR%%/bin/icons/icon-v4-1.25-d.db
14
%%DATADIR%%/bin/icons/icon-v4-1.25.db
15
%%DATADIR%%/bin/icons/icon-v4-1.5-d.db
16
%%DATADIR%%/bin/icons/icon-v4-1.5.db
17
%%DATADIR%%/bin/icons/icon-v4-2.0-d.db
18
%%DATADIR%%/bin/icons/icon-v4-2.0.db
19
%%DATADIR%%/bin/icons/icon-v4-2.5-d.db
20
%%DATADIR%%/bin/icons/icon-v4-2.5.db
21
%%DATADIR%%/bin/idea.properties
11
%%DATADIR%%/bin/idea.properties
22
%%DATADIR%%/bin/inspect.sh
12
%%DATADIR%%/bin/inspect.sh
23
%%DATADIR%%/bin/ltedit.sh
13
%%DATADIR%%/bin/ltedit.sh
24
%%DATADIR%%/bin/remote-dev-server.sh
14
%%DATADIR%%/bin/remote-dev-server.sh
25
%%DATADIR%%/bin/repair
26
%%DATADIR%%/bin/restart.py
15
%%DATADIR%%/bin/restart.py
27
%%DATADIR%%/build.txt
16
%%DATADIR%%/build.txt
28
%%DATADIR%%/Install-Linux-tar.txt
29
%%DATADIR%%/lib/3rd-party-rt.jar
30
%%DATADIR%%/lib/annotations-java5.jar
17
%%DATADIR%%/lib/annotations-java5.jar
18
%%DATADIR%%/lib/app-client.jar
31
%%DATADIR%%/lib/app.jar
19
%%DATADIR%%/lib/app.jar
32
%%DATADIR%%/lib/async-profiler-windows.jar
33
%%DATADIR%%/lib/async-profiler.jar
20
%%DATADIR%%/lib/async-profiler.jar
34
%%DATADIR%%/lib/build-marker-DB-231.9011.35
21
%%DATADIR%%/lib/bouncy-castle.jar
22
%%DATADIR%%/lib/build-marker-DB-232.8660.111
35
%%DATADIR%%/lib/byte-buddy-agent.jar
23
%%DATADIR%%/lib/byte-buddy-agent.jar
36
%%DATADIR%%/lib/cds/classesLogAgent.jar
24
%%DATADIR%%/lib/cds/classesLogAgent.jar
37
%%DATADIR%%/lib/error-prone-annotations.jar
25
%%DATADIR%%/lib/error-prone-annotations.jar
Lines 39-456 Link Here
39
%%DATADIR%%/lib/externalProcess-rt.jar
27
%%DATADIR%%/lib/externalProcess-rt.jar
40
%%DATADIR%%/lib/forms_rt.jar
28
%%DATADIR%%/lib/forms_rt.jar
41
%%DATADIR%%/lib/groovy.jar
29
%%DATADIR%%/lib/groovy.jar
42
%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar
30
%%DATADIR%%/lib/grpc.jar
31
%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
43
%%DATADIR%%/lib/intellij-test-discovery.jar
32
%%DATADIR%%/lib/intellij-test-discovery.jar
44
%%DATADIR%%/lib/jetbrains-annotations.jar
33
%%DATADIR%%/lib/jetbrains-annotations.jar
45
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
34
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
46
%%DATADIR%%/lib/jps-model.jar
35
%%DATADIR%%/lib/jps-model.jar
47
%%DATADIR%%/lib/jsch-agent.jar
36
%%DATADIR%%/lib/jsch-agent.jar
37
%%DATADIR%%/lib/lib-client.jar
38
%%DATADIR%%/lib/lib.jar
39
%%DATADIR%%/lib/modules.jar
40
%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so
41
%%DATADIR%%/lib/platform-loader.jar
42
%%DATADIR%%/lib/product-client.jar
43
%%DATADIR%%/lib/product.jar
48
%%DATADIR%%/lib/protobuf.jar
44
%%DATADIR%%/lib/protobuf.jar
49
%%DATADIR%%/lib/pty4j/pty4j
45
%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so
50
%%DATADIR%%/lib/rd.jar
46
%%DATADIR%%/lib/rd.jar
51
%%DATADIR%%/lib/stats.jar
47
%%DATADIR%%/lib/stats.jar
52
%%DATADIR%%/lib/util_rt.jar
53
%%DATADIR%%/lib/util-8.jar
48
%%DATADIR%%/lib/util-8.jar
54
%%DATADIR%%/lib/util.jar
49
%%DATADIR%%/lib/util.jar
50
%%DATADIR%%/lib/util_rt.jar
55
%%DATADIR%%/license/javahelp_license.txt
51
%%DATADIR%%/license/javahelp_license.txt
56
%%DATADIR%%/license/javolution_license.txt
52
%%DATADIR%%/license/javolution_license.txt
57
%%DATADIR%%/license/saxon-conditions.html
53
%%DATADIR%%/license/saxon-conditions.html
58
%%DATADIR%%/license/third-party-libraries.html
54
%%DATADIR%%/license/third-party-libraries.html
59
%%DATADIR%%/license/third-party-libraries.json
55
%%DATADIR%%/license/third-party-libraries.json
60
%%DATADIR%%/license/yourkit-license-redist.txt
56
%%DATADIR%%/license/yourkit-license-redist.txt
57
%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar
58
%%DATADIR%%/plugins/DataGripHelp/lib/help-datagrip-assets.jar
59
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
60
%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
61
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
62
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
63
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
64
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar
65
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar
66
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar
67
%%DATADIR%%/plugins/charts/lib/charts.jar
61
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
68
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
62
%%DATADIR%%/plugins/color-scheme-solarized-datagrip/lib/color-scheme-solarized-datagrip.jar
69
%%DATADIR%%/plugins/color-scheme-solarized-datagrip/lib/color-scheme-solarized-datagrip.jar
63
%%DATADIR%%/plugins/color-scheme-vibrant_ink/lib/color-scheme-vibrant_ink.jar
70
%%DATADIR%%/plugins/color-scheme-vibrant_ink/lib/color-scheme-vibrant_ink.jar
64
%%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar
71
%%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar
65
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
72
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
66
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
73
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
67
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
68
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
69
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
70
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
71
%%DATADIR%%/plugins/datagrip-impl/lib/datagrip-impl.jar
74
%%DATADIR%%/plugins/datagrip-impl/lib/datagrip-impl.jar
72
%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar
73
%%DATADIR%%/plugins/DataGripHelp/lib/help-datagrip-assets.jar
74
%%DATADIR%%/plugins/dev/lib/dev.jar
75
%%DATADIR%%/plugins/dev/lib/dev.jar
75
%%DATADIR%%/plugins/grid-core-impl/lib/grid-core.jar
76
%%DATADIR%%/plugins/grid-core-impl/lib/grid-core.jar
76
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
77
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
77
%%DATADIR%%/plugins/grid-impl/lib/grid.jar
78
%%DATADIR%%/plugins/grid-impl/lib/grid.jar
78
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
79
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
79
%%DATADIR%%/plugins/performanceTesting-yourkit/lib/performanceTesting-yourkit.jar
80
%%DATADIR%%/plugins/performanceTesting-yourkit/lib/yjp-controller-api-redist.jar
81
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
80
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
82
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
81
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
83
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
82
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
84
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
83
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
85
%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar
84
%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar
86
%%DATADIR%%/plugins/remote-dev-server/bin/launcher.sh
87
%%DATADIR%%/plugins/remote-dev-server/lib/remote-dev-server.jar
88
%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/xkbcomp
89
%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/Xvfb
90
%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts.conf
91
%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts/DejaVuLGCSans.ttf
92
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libasound.so.2
93
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-1.0.so.0
94
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-bridge-2.0.so.0
95
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatspi.so.0
96
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libattr.so.1
97
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-client.so.3
98
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-common.so.3
99
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libbz2.so.1
100
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcairo.so.2
101
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcap.so.2
102
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcom_err.so.2
103
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcrypto.so.10
104
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcups.so.2
105
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3
106
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2
107
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1
108
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libEGL.so.1
109
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1
110
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1
111
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6
112
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1
113
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1
114
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6
115
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfribidi.so.0
116
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1
117
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgcrypt.so.11
118
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgio-2.0.so.0
119
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGL.so.1
120
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglapi.so.0
121
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLdispatch.so.0
122
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglib-2.0.so.0
123
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLX.so.0
124
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgmodule-2.0.so.0
125
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgobject-2.0.so.0
126
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgpg-error.so.0
127
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgssapi_krb5.so.2
128
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libk5crypto.so.3
129
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkeyutils.so.1
130
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5.so.3
131
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5support.so.0
132
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1
133
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5
134
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpango-1.0.so.0
135
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3
136
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1
137
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0
138
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpng15.so.15
139
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsqlite3.so.0
140
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10
141
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6
142
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0
143
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libthai.so.0
144
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libuuid.so.1
145
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-client.so.0
146
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-server.so.0
147
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1
148
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6
149
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6
150
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-render.so.0
151
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-shm.so.0
152
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb.so.1
153
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1
154
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcursor.so.1
155
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdamage.so.1
156
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdmcp.so.6
157
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXext.so.6
158
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfixes.so.3
159
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfont2.so.2
160
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXi.so.6
161
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbcommon.so.0
162
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbfile.so.1
163
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrandr.so.2
164
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrender.so.1
165
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxshmfence.so.1
166
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXtst.so.6
167
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXxf86vm.so.1
168
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libz.so.1
169
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/accessx
170
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/basic
171
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/caps
172
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/complete
173
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/iso9995
174
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/japan
175
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledcaps
176
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/lednum
177
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledscroll
178
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/level5
179
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/misc
180
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/mousekeys
181
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/olpc
182
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc
183
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc98
184
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/README
185
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xfree86
186
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xtest
187
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/amiga
188
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/ataritt
189
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/chicony
190
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/dell
191
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/lk
192
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/pc
193
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/unix
194
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/everex
195
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/fujitsu
196
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hhk
197
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hp
198
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/keytronic
199
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/kinesis
200
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/macintosh
201
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/microsoft
202
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nec
203
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nokia
204
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/northgate
205
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/pc
206
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/README
207
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sanwa
208
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indigo
209
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indy
210
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/O2
211
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sony
212
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/steelseries
213
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sun
214
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/teck
215
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/thinkpad
216
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/typematrix
217
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/winbook
218
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/aliases
219
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/amiga
220
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ataritt
221
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/lk
222
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/pc
223
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/empty
224
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/evdev
225
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/fujitsu
226
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/hp
227
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ibm
228
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/jolla
229
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/macintosh
230
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/olpc
231
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/README
232
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indigo
233
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indy
234
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/iris
235
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sony
236
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sun
237
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree86
238
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree98
239
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base
240
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.extras.xml
241
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.lst
242
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.xml
243
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev
244
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.extras.xml
245
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.lst
246
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.xml
247
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/README
248
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xfree98
249
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xkb.dtd
250
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/af
251
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/al
252
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/altwin
253
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/am
254
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/apl
255
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ara
256
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/at
257
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/au
258
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/az
259
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ba
260
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bd
261
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/be
262
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bg
263
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/br
264
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/brai
265
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bt
266
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bw
267
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/by
268
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ca
269
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/capslock
270
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cd
271
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ch
272
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cm
273
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cn
274
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/compose
275
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ctrl
276
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cz
277
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/de
278
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/lk
279
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/pc
280
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/us
281
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/vt
282
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dk
283
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dz
284
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ee
285
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/empty
286
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/epo
287
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/es
288
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/et
289
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eu
290
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eurosign
291
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fi
292
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fo
293
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fr
294
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/jp
295
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/us
296
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gb
297
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ge
298
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gh
299
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gn
300
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gr
301
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/group
302
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hp_vndr/us
303
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hr
304
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hu
305
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/id
306
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ie
307
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/il
308
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/in
309
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/inet
310
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/iq
311
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ir
312
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/is
313
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/it
314
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jolla_vndr/sbj
315
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jp
316
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ke
317
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/keypad
318
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kg
319
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kh
320
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kpdl
321
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kr
322
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kz
323
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/la
324
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latam
325
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latin
326
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level3
327
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level5
328
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lk
329
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lt
330
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lv
331
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ma
332
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/apple
333
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/ch
334
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/de
335
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/dk
336
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fi
337
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fr
338
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/gb
339
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/is
340
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/it
341
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/jp
342
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/latam
343
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/nl
344
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/no
345
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/pt
346
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/se
347
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/us
348
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mao
349
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/md
350
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/me
351
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mk
352
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ml
353
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mm
354
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mn
355
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mt
356
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mv
357
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/my
358
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nbsp
359
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nec_vndr/jp
360
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ng
361
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nl
362
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/no
363
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-44
364
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-51
365
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/su-8w
366
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/np
367
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/olpc
368
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/parens
369
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pc
370
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ph
371
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pk
372
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pl
373
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pt
374
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ro
375
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rs
376
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ru
377
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rupeesign
378
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/se
379
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sgi_vndr/jp
380
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/sl-c3x00
381
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws003sh
382
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws007sh
383
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws011sh
384
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws020sh
385
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/shift
386
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/si
387
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sk
388
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sn
389
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sony_vndr/us
390
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/srvr_ctrl
391
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ara
392
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/be
393
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/br
394
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ca
395
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ch
396
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/cz
397
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/de
398
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/dk
399
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ee
400
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/es
401
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fi
402
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fr
403
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gb
404
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gr
405
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/it
406
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/jp
407
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/kr
408
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lt
409
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lv
410
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/nl
411
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/no
412
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pl
413
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pt
414
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ro
415
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ru
416
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/se
417
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/sk
418
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/solaris
419
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tr
420
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tw
421
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ua
422
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/us
423
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sy
424
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/terminate
425
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tg
426
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/th
427
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tj
428
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tm
429
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tr
430
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/trans
431
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tw
432
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/typo
433
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tz
434
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ua
435
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/us
436
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/uz
437
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/vn
438
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/amiga
439
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/ataritt
440
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/za
441
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/basic
442
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/cancel
443
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/caps
444
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/complete
445
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/default
446
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/extra
447
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/iso9995
448
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/level5
449
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/mousekeys
450
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/nokia
451
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/numpad
452
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/pc
453
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/README
454
%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
85
%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
455
%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar
86
%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar
456
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
87
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
Lines 466-471 Link Here
466
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
97
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
467
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
98
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
468
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
99
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
100
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
101
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
102
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
103
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
104
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
469
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
105
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
470
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
106
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
471
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
107
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
Lines 528-540 Link Here
528
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
164
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
529
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
165
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
530
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore
166
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore
167
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md
531
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/cgmanifest.json
168
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/cgmanifest.json
532
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json
169
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json
533
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json
170
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json
534
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json
171
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json
535
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json
172
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json
536
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json
173
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json
537
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md
538
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
174
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
539
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
175
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
540
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
176
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
Lines 604-613 Link Here
604
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
240
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
605
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
241
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
606
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
242
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
607
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json
608
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE
243
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE
609
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json
610
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md
244
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md
245
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json
246
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json
611
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
247
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
612
%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore
248
%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore
613
%%DATADIR%%/plugins/textmate/lib/bundles/julia/cgmanifest.json
249
%%DATADIR%%/plugins/textmate/lib/bundles/julia/cgmanifest.json
Lines 629-638 Link Here
629
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json
265
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json
630
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json
266
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json
631
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
267
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
632
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
633
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
268
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
634
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
635
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
269
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
270
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
271
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
636
%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
272
%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
637
%%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json
273
%%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json
638
%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
274
%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
Lines 665-676 Link Here
665
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
301
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
666
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore
302
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore
667
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore
303
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore
304
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md
668
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/cgmanifest.json
305
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/cgmanifest.json
669
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json
306
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json
670
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json
307
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json
671
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json
308
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json
672
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css
309
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css
673
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md
674
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
310
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
675
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
311
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
676
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
312
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
Lines 683-690 Link Here
683
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json
319
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json
684
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json
320
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json
685
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json
321
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json
686
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
687
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
322
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
323
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
688
%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore
324
%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore
689
%%DATADIR%%/plugins/textmate/lib/bundles/perl/cgmanifest.json
325
%%DATADIR%%/plugins/textmate/lib/bundles/perl/cgmanifest.json
690
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json
326
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json
Lines 763-771 Link Here
763
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
399
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
764
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
400
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
765
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore
401
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore
402
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md
766
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json
403
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json
767
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json
404
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json
768
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md
769
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
405
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
770
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json
406
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json
771
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
407
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
Lines 787-808 Link Here
787
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json
423
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json
788
%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
424
%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
789
%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore
425
%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore
426
%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md
790
%%DATADIR%%/plugins/textmate/lib/bundles/swift/cgmanifest.json
427
%%DATADIR%%/plugins/textmate/lib/bundles/swift/cgmanifest.json
791
%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json
428
%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json
792
%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md
793
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json
429
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json
794
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
430
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
795
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
431
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
796
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
432
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
797
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json
798
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE
433
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE
799
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json
800
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md
434
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md
435
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json
436
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json
801
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json
437
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json
802
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
438
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
803
%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md
439
%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md
804
%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json
805
%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md
440
%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md
441
%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json
806
%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json
442
%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json
807
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js
443
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js
808
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json
444
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json
Lines 817-827 Link Here
817
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json
453
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json
818
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
454
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
819
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets
455
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets
820
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
821
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
822
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
456
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
823
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
457
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
824
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
458
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
459
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
460
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
825
%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore
461
%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore
826
%%DATADIR%%/plugins/textmate/lib/bundles/vb/cgmanifest.json
462
%%DATADIR%%/plugins/textmate/lib/bundles/vb/cgmanifest.json
827
%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json
463
%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json
Lines 829-836 Link Here
829
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
465
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
830
%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
466
%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
831
%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
467
%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
832
%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json
833
%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt
468
%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt
469
%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json
834
%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json
470
%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json
835
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
471
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
836
%%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json
472
%%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json
Lines 853-858 Link Here
853
%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar
489
%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar
854
%%DATADIR%%/plugins/xpath/lib/xpath.jar
490
%%DATADIR%%/plugins/xpath/lib/xpath.jar
855
%%DATADIR%%/product-info.json
491
%%DATADIR%%/product-info.json
856
bin/datagrip
857
man/man1/datagrip.1.gz
858
share/applications/datagrip.desktop

Return to bug 272823