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

Collapse All | Expand All

(-)b/devel/jetbrains-clion/Makefile (-3 / +14 lines)
Lines 1-5 Link Here
1
PORTNAME=	clion
1
PORTNAME=	clion
2
PORTVERSION=	2022.2.4
2
PORTVERSION=	2022.3
3
CATEGORIES=	devel java
3
CATEGORIES=	devel java
4
MASTER_SITES=	https://download-cdn.jetbrains.com/cpp/
4
MASTER_SITES=	https://download-cdn.jetbrains.com/cpp/
5
PKGNAMEPREFIX=	jetbrains-
5
PKGNAMEPREFIX=	jetbrains-
Lines 15-21 LICENSE_NAME= Subscription license agreement for business and organizations Link Here
15
LICENSE_TEXT=	See: https://www.jetbrains.com/store/license.html
15
LICENSE_TEXT=	See: https://www.jetbrains.com/store/license.html
16
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
16
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
17
17
18
BUILD_DEPENDS=	jna>0:devel/jna
18
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
19
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
20
		jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
19
		lsof:sysutils/lsof
21
		lsof:sysutils/lsof
20
22
21
USES=		cpe python:run shebangfix
23
USES=		cpe python:run shebangfix
Lines 29-34 SHEBANG_FILES= bin/restart.py \ Link Here
29
		plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
31
		plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
30
32
31
NO_ARCH=	yes
33
NO_ARCH=	yes
34
NO_ARCH_IGNORE=	lib/jna/amd64/libjnidispatch.so
32
NO_BUILD=	yes
35
NO_BUILD=	yes
33
SUB_FILES=	${PORTNAME} ${PORTNAME}.desktop pkg-message
36
SUB_FILES=	${PORTNAME} ${PORTNAME}.desktop pkg-message
34
37
Lines 48-65 do-install: Link Here
48
		${WRKSRC}/bin/repair \
51
		${WRKSRC}/bin/repair \
49
		${WRKSRC}/jbr \
52
		${WRKSRC}/jbr \
50
		${WRKSRC}/jre64 \
53
		${WRKSRC}/jre64 \
51
		${WRKSRC}/lib/pty4j-native \
54
		${WRKSRC}/lib/pty4j \
52
		${WRKSRC}/plugins/cwm-plugin \
55
		${WRKSRC}/plugins/cwm-plugin \
56
		${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
53
		${WRKSRC}/plugins/performanceTesting \
57
		${WRKSRC}/plugins/performanceTesting \
54
		${WRKSRC}/plugins/remote-dev-server
58
		${WRKSRC}/plugins/remote-dev-server
55
	${MKDIR} ${STAGEDIR}${DATADIR}
59
	${MKDIR} ${STAGEDIR}${DATADIR}
56
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
60
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
57
		"! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh")
61
		"! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh ! -name *\.exe")
58
	@(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh")
62
	@(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh")
59
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
63
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
60
	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
64
	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
61
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
65
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
62
# Use fsnotifier replacement provided by java/intellij-fsnotifier
66
# Use fsnotifier replacement provided by java/intellij-fsnotifier
63
	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
67
	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
68
# Install FreeBSD native lib provided by devel/jna
69
	@${MKDIR} ${WRKDIR}/jna
70
	@(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so)
71
	${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
72
	${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
73
# Use pty4j replacement provided by devel/jetbrains-pty4j
74
	${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
64
75
65
.include <bsd.port.mk>
76
.include <bsd.port.mk>
(-)b/devel/jetbrains-clion/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1665658001
1
TIMESTAMP = 1670162261
2
SHA256 (jetbrains/CLion-2022.2.4.tar.gz) = d88794c698d7bf4d970ba102b85166d5f8c3cb08c4ed5b4cbc150bb505320fab
2
SHA256 (jetbrains/CLion-2022.3.tar.gz) = 9b8870f37c16288e6bc6f654b561756271250f9e107299cd8da879c57ce5c5d9
3
SIZE (jetbrains/CLion-2022.2.4.tar.gz) = 895935196
3
SIZE (jetbrains/CLion-2022.3.tar.gz) = 835387407
(-)b/devel/jetbrains-clion/pkg-plist (-270 / +337 lines)
Lines 28-43 share/applications/clion.desktop Link Here
28
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
28
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
29
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_storage.py
29
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_storage.py
30
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
30
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
31
%%DATADIR%%/bin/icons/icons-v1-1.0-d.db
31
%%DATADIR%%/bin/icons/icons-v2-1.0-d.db
32
%%DATADIR%%/bin/icons/icons-v1-1.0.db
32
%%DATADIR%%/bin/icons/icons-v2-1.0.db
33
%%DATADIR%%/bin/icons/icons-v1-1.25-d.db
33
%%DATADIR%%/bin/icons/icons-v2-1.25-d.db
34
%%DATADIR%%/bin/icons/icons-v1-1.25.db
34
%%DATADIR%%/bin/icons/icons-v2-1.25.db
35
%%DATADIR%%/bin/icons/icons-v1-1.5-d.db
35
%%DATADIR%%/bin/icons/icons-v2-1.5-d.db
36
%%DATADIR%%/bin/icons/icons-v1-1.5.db
36
%%DATADIR%%/bin/icons/icons-v2-1.5.db
37
%%DATADIR%%/bin/icons/icons-v1-2.0-d.db
37
%%DATADIR%%/bin/icons/icons-v2-2.0-d.db
38
%%DATADIR%%/bin/icons/icons-v1-2.0.db
38
%%DATADIR%%/bin/icons/icons-v2-2.0.db
39
%%DATADIR%%/bin/icons/icons-v1-2.5-d.db
39
%%DATADIR%%/bin/icons/icons-v2-2.5-d.db
40
%%DATADIR%%/bin/icons/icons-v1-2.5.db
40
%%DATADIR%%/bin/icons/icons-v2-2.5.db
41
%%DATADIR%%/bin/idea.properties
41
%%DATADIR%%/bin/idea.properties
42
%%DATADIR%%/bin/inspect.sh
42
%%DATADIR%%/bin/inspect.sh
43
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
43
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
Lines 60-68 share/applications/clion.desktop Link Here
60
%%DATADIR%%/bin/ltedit.sh
60
%%DATADIR%%/bin/ltedit.sh
61
%%DATADIR%%/bin/remote-dev-server.sh
61
%%DATADIR%%/bin/remote-dev-server.sh
62
%%DATADIR%%/bin/restart.py
62
%%DATADIR%%/bin/restart.py
63
%%DATADIR%%/bin/rtos/azure/Thread.py
64
%%DATADIR%%/bin/rtos/azure/__init__.py
65
%%DATADIR%%/bin/rtos/azure/cortex_m.py
63
%%DATADIR%%/bin/rtos/common/Rtos.py
66
%%DATADIR%%/bin/rtos/common/Rtos.py
64
%%DATADIR%%/bin/rtos/common/__init__.py
67
%%DATADIR%%/bin/rtos/common/__init__.py
65
%%DATADIR%%/bin/rtos/common/config.py
68
%%DATADIR%%/bin/rtos/common/config.py
69
%%DATADIR%%/bin/rtos/common/cortex_m.py
66
%%DATADIR%%/bin/rtos/common/util.py
70
%%DATADIR%%/bin/rtos/common/util.py
67
%%DATADIR%%/bin/rtos/freertos/Heap.py
71
%%DATADIR%%/bin/rtos/freertos/Heap.py
68
%%DATADIR%%/bin/rtos/freertos/List.py
72
%%DATADIR%%/bin/rtos/freertos/List.py
Lines 77-346 share/applications/clion.desktop Link Here
77
%%DATADIR%%/build.txt
81
%%DATADIR%%/build.txt
78
%%DATADIR%%/help/ReferenceCard.pdf
82
%%DATADIR%%/help/ReferenceCard.pdf
79
%%DATADIR%%/help/ReferenceCardForMac.pdf
83
%%DATADIR%%/help/ReferenceCardForMac.pdf
84
%%DATADIR%%/lib/3rd-party-native.jar
80
%%DATADIR%%/lib/3rd-party-rt.jar
85
%%DATADIR%%/lib/3rd-party-rt.jar
81
%%DATADIR%%/lib/annotations-java5.jar
86
%%DATADIR%%/lib/annotations-java5.jar
82
%%DATADIR%%/lib/app.jar
87
%%DATADIR%%/lib/app.jar
83
%%DATADIR%%/lib/asm-9.2.jar
88
%%DATADIR%%/lib/async-profiler-windows.jar
84
%%DATADIR%%/lib/asm-analysis-9.2.jar
85
%%DATADIR%%/lib/asm-commons-9.2.jar
86
%%DATADIR%%/lib/asm-tree-9.2.jar
87
%%DATADIR%%/lib/asm-util-9.2.jar
88
%%DATADIR%%/lib/async-profiler.jar
89
%%DATADIR%%/lib/async-profiler.jar
89
%%DATADIR%%/lib/build-marker-CL-222.4345.21
90
%%DATADIR%%/lib/build-marker-CL-223.7571.171
90
%%DATADIR%%/lib/byte-buddy-agent.jar
91
%%DATADIR%%/lib/byte-buddy-agent.jar
91
%%DATADIR%%/lib/cds/classesLogAgent.jar
92
%%DATADIR%%/lib/cds/classesLogAgent.jar
92
%%DATADIR%%/lib/dbus-java-3.2.1.jar
93
%%DATADIR%%/lib/error-prone-annotations.jar
93
%%DATADIR%%/lib/error-prone-annotations.jar
94
%%DATADIR%%/lib/external-system-rt.jar
94
%%DATADIR%%/lib/external-system-rt.jar
95
%%DATADIR%%/lib/externalProcess-rt.jar
95
%%DATADIR%%/lib/externalProcess-rt.jar
96
%%DATADIR%%/lib/forms_rt.jar
96
%%DATADIR%%/lib/forms_rt.jar
97
%%DATADIR%%/lib/groovy.jar
97
%%DATADIR%%/lib/groovy.jar
98
%%DATADIR%%/lib/grpc-netty-shaded.jar
98
%%DATADIR%%/lib/intellij-coverage-agent-1.0.682.jar
99
%%DATADIR%%/lib/intellij-coverage-agent-1.0.673.jar
100
%%DATADIR%%/lib/intellij-test-discovery.jar
99
%%DATADIR%%/lib/intellij-test-discovery.jar
101
%%DATADIR%%/lib/java-utils-1.0.6.jar
102
%%DATADIR%%/lib/jetbrains-annotations.jar
100
%%DATADIR%%/lib/jetbrains-annotations.jar
103
%%DATADIR%%/lib/jffi-1.3.9-native.jar
101
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
104
%%DATADIR%%/lib/jffi-1.3.9.jar
105
%%DATADIR%%/lib/jna.jar
106
%%DATADIR%%/lib/jnr-a64asm-1.0.0.jar
107
%%DATADIR%%/lib/jnr-ffi-2.2.12.jar
108
%%DATADIR%%/lib/jnr-x86asm-1.0.2.jar
109
%%DATADIR%%/lib/jps-model.jar
102
%%DATADIR%%/lib/jps-model.jar
110
%%DATADIR%%/lib/jsch-agent.jar
103
%%DATADIR%%/lib/jsch-agent.jar
111
%%DATADIR%%/lib/junit4.jar
104
%%DATADIR%%/lib/junit4.jar
112
%%DATADIR%%/lib/junit5.jar
105
%%DATADIR%%/lib/junit5.jar
113
%%DATADIR%%/lib/junixsocket-core.jar
114
%%DATADIR%%/lib/lz4-java.jar
115
%%DATADIR%%/lib/platform-objectSerializer-annotations.jar
106
%%DATADIR%%/lib/platform-objectSerializer-annotations.jar
116
%%DATADIR%%/lib/platform-statistics-devkit.jar
107
%%DATADIR%%/lib/platform-statistics-devkit.jar
117
%%DATADIR%%/lib/protobuf.jar
108
%%DATADIR%%/lib/protobuf.jar
118
%%DATADIR%%/lib/pty4j.jar
109
%%DATADIR%%/lib/pty4j
119
%%DATADIR%%/lib/rd-core.jar
110
%%DATADIR%%/lib/rd.jar
120
%%DATADIR%%/lib/rd-framework.jar
121
%%DATADIR%%/lib/rd-swing.jar
122
%%DATADIR%%/lib/rd-text.jar
123
%%DATADIR%%/lib/stats.jar
111
%%DATADIR%%/lib/stats.jar
124
%%DATADIR%%/lib/testFramework.jar
112
%%DATADIR%%/lib/testFramework.jar
125
%%DATADIR%%/lib/util.jar
113
%%DATADIR%%/lib/util.jar
126
%%DATADIR%%/lib/util_rt.jar
114
%%DATADIR%%/lib/util_rt.jar
127
%%DATADIR%%/lib/winp.jar
128
%%DATADIR%%/license/CMake-license-cygwin-exception.txt
115
%%DATADIR%%/license/CMake-license-cygwin-exception.txt
129
%%DATADIR%%/license/GDB-license.txt
116
%%DATADIR%%/license/GDB-license.txt
130
%%DATADIR%%/license/GDB-sources.txt
117
%%DATADIR%%/license/GDB-sources.txt
131
%%DATADIR%%/license/LLDB-license.txt
118
%%DATADIR%%/license/LLDB-license.txt
132
%%DATADIR%%/license/OpenSSL-license.txt
119
%%DATADIR%%/license/OpenSSL-license.txt
133
%%DATADIR%%/license/Python-license.txt
120
%%DATADIR%%/license/Python-license.txt
134
%%DATADIR%%/license/XStream_license.txt
135
%%DATADIR%%/license/ant_license.txt
136
%%DATADIR%%/license/asm_license.txt
137
%%DATADIR%%/license/eclipse_license.txt
138
%%DATADIR%%/license/eclipse_license2.txt
139
%%DATADIR%%/license/gson_license.txt
140
%%DATADIR%%/license/imgscalr_license.txt
141
%%DATADIR%%/license/javahelp_license.txt
121
%%DATADIR%%/license/javahelp_license.txt
142
%%DATADIR%%/license/javolution_license.txt
122
%%DATADIR%%/license/javolution_license.txt
143
%%DATADIR%%/license/jaxb_license.txt
144
%%DATADIR%%/license/jaxen_license.txt
145
%%DATADIR%%/license/jdom_license.txt
146
%%DATADIR%%/license/jgoodies_forms_license.txt
147
%%DATADIR%%/license/junit_license.txt
148
%%DATADIR%%/license/kryo-license.txt
149
%%DATADIR%%/license/libstdcxx_printers-license.txt
123
%%DATADIR%%/license/libstdcxx_printers-license.txt
150
%%DATADIR%%/license/libstdcxx_printers-sources.txt
124
%%DATADIR%%/license/libstdcxx_printers-sources.txt
151
%%DATADIR%%/license/log4j_license.txt
152
%%DATADIR%%/license/microba_license.txt
153
%%DATADIR%%/license/miglayout_swing_license.txt
154
%%DATADIR%%/license/nanoxml_license.txt
155
%%DATADIR%%/license/oromatcher_license.txt
156
%%DATADIR%%/license/picoContainer_license.txt
157
%%DATADIR%%/license/saxon-conditions.html
125
%%DATADIR%%/license/saxon-conditions.html
158
%%DATADIR%%/license/swingx_license.txt
159
%%DATADIR%%/license/third-party-libraries.html
126
%%DATADIR%%/license/third-party-libraries.html
160
%%DATADIR%%/license/trove4j_license.txt
127
%%DATADIR%%/license/third-party-libraries.json
161
%%DATADIR%%/license/winp_license.txt
162
%%DATADIR%%/license/xerces_license.txt
163
%%DATADIR%%/license/xmlrpc_license.txt
164
%%DATADIR%%/license/yourkit-license-redist.txt
128
%%DATADIR%%/license/yourkit-license-redist.txt
165
%%DATADIR%%/plugins/CSS/lib/css-openapi.jar
166
%%DATADIR%%/plugins/CSS/lib/css.jar
167
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
129
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
168
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
130
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
169
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
131
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
170
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
132
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
171
%%DATADIR%%/plugins/Docker/lib/Docker.jar
133
%%DATADIR%%/plugins/angularJS/lib/angularJS.jar
172
%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
134
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate-impl.js
173
%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar
135
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate.json
174
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar
136
%%DATADIR%%/plugins/angularJS/ngCli/generate.js
175
%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar
137
%%DATADIR%%/plugins/angularJS/ngCli/generateVirtual.js
176
%%DATADIR%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar
138
%%DATADIR%%/plugins/angularJS/ngCli/rerouteModulesToProject.js
177
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar
139
%%DATADIR%%/plugins/angularJS/ngCli/runner.js
178
%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnectionForwarder.js
140
%%DATADIR%%/plugins/angularJS/ngCli/schematicsInfoProvider.js
179
%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js
141
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider.js
180
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar
142
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider140.js
181
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar
143
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider60.js
182
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js
144
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider62.js
183
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js
145
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider70.js
184
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js
146
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider80.js
185
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/buildTools/grunt/lib/grunt-intellij-util.js
147
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider90.js
186
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/buildTools/grunt/tasks/grunt-tasks-fetcher.js
187
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js
188
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js
189
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js
190
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js
191
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-util.js
192
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node-core-modules/node-core-modules-loader.js
193
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/nodejs/library/yarn/intellij-yarn-pnp-deps-tree-loader.js
194
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/bin/batch-matcher
195
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/node_modules/semver/CHANGELOG.md
196
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/node_modules/semver/LICENSE
197
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/node_modules/semver/README.md
198
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/node_modules/semver/bin/semver.js
199
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/node_modules/semver/package.json
200
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/node_modules/semver/range.bnf
201
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/node_modules/semver/semver.js
202
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/package-lock.json
203
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/package.json
204
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/semver-range-matcher.js
205
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/test/.gitignore
206
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/test/package.json
207
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/test/version-range-test.js
208
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/jasmine-reporter.d.ts
209
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-cli.js
210
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-config.js
211
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js
212
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-plugin.js
213
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js
214
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js
215
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js
216
%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-6a850e46a072.ijx
217
%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-6a850e46a072.txt
218
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts
219
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js
220
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts
221
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts
222
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts
223
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts
224
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
225
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
226
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.core.d.ts
227
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.d.ts
228
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts
229
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts
230
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts
231
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts
232
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts
233
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts
234
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts
235
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts
236
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.d.ts
237
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.full.d.ts
238
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.d.ts
239
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.full.d.ts
240
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts
241
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.object.d.ts
242
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts
243
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.string.d.ts
244
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts
245
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.asyncgenerator.d.ts
246
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts
247
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.d.ts
248
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.full.d.ts
249
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts
250
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts
251
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts
252
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
253
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts
254
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
255
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
256
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
257
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
258
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts
259
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts
260
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.date.d.ts
261
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
262
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts
263
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.number.d.ts
264
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts
265
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts
266
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
267
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
268
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2021.d.ts
269
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2021.full.d.ts
270
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2021.intl.d.ts
271
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2021.promise.d.ts
272
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2021.string.d.ts
273
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2021.weakref.d.ts
274
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2022.array.d.ts
275
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2022.d.ts
276
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2022.error.d.ts
277
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
278
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
279
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
280
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
281
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
282
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts
283
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.d.ts
284
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.full.d.ts
285
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts
286
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
287
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.string.d.ts
288
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.weakref.d.ts
289
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts
290
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts
291
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
292
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
293
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts
294
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js
295
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json
296
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/watchGuard.js
297
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/websql.d.ts
298
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/xpath.d.ts
299
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/bom.js
300
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/core.js
301
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/dom.js
302
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/indexeddb.js
303
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/intl.js
304
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/node.js
305
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react-dom.js
306
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react.js
307
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/serviceworkers.js
308
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/streams.js
309
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/webassembly.js
310
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/js-language-service.js
311
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ide-watcher.js
312
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/logger-impl.js
313
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/out-path-process.js
314
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/service-loader.js
315
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
316
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js
317
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js
318
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js
319
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js
320
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js
321
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts15impl.js
322
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-default-options.js
323
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-plugin.js
324
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-latest.js
325
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-provider.js
326
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/util.js
327
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/.gitignore
328
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-api.js
329
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-common.js
330
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin-provider.js
331
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin.js
332
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint8-plugin.js
333
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package-lock.json
334
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package.json
335
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-api.ts
336
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-common.ts
337
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin-provider.ts
338
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin.ts
339
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint8-plugin.ts
340
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts
341
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json
342
%%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar
343
%%DATADIR%%/plugins/PerforceIntegration/lib/PerforceIntegration.jar
344
%%DATADIR%%/plugins/c-clangd/lib/c-clangd.jar
148
%%DATADIR%%/plugins/c-clangd/lib/c-clangd.jar
345
%%DATADIR%%/plugins/c-clangdBridge/lib/c-clangdBridge.jar
149
%%DATADIR%%/plugins/c-clangdBridge/lib/c-clangdBridge.jar
346
%%DATADIR%%/plugins/c-performanceTesting/lib/c-performanceTesting.jar
150
%%DATADIR%%/plugins/c-performanceTesting/lib/c-performanceTesting.jar
Lines 351-365 share/applications/clion.desktop Link Here
351
%%DATADIR%%/plugins/cidr-compiler-custom/lib/cidr-compiler-custom.jar
155
%%DATADIR%%/plugins/cidr-compiler-custom/lib/cidr-compiler-custom.jar
352
%%DATADIR%%/plugins/cidr-completionMlRanking/lib/cidr-completionMlRanking.jar
156
%%DATADIR%%/plugins/cidr-completionMlRanking/lib/cidr-completionMlRanking.jar
353
%%DATADIR%%/plugins/cidr-copyright/lib/cidr-copyright.jar
157
%%DATADIR%%/plugins/cidr-copyright/lib/cidr-copyright.jar
354
%%DATADIR%%/plugins/cidr-debugger-plugin/lib/cidr-debugger-plugin.jar
355
%%DATADIR%%/plugins/cidr-grazie/lib/cidr-grazie.jar
158
%%DATADIR%%/plugins/cidr-grazie/lib/cidr-grazie.jar
356
%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
159
%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
160
%%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar
357
%%DATADIR%%/plugins/cidr-markdown/lib/cidr-markdown.jar
161
%%DATADIR%%/plugins/cidr-markdown/lib/cidr-markdown.jar
358
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
162
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
359
%%DATADIR%%/plugins/clion-ctest/lib/clion-ctest.jar
163
%%DATADIR%%/plugins/clion-ctest/lib/clion-ctest.jar
360
%%DATADIR%%/plugins/clion-diagnostics/lib/clion-diagnostics.jar
164
%%DATADIR%%/plugins/clion-diagnostics/lib/clion-diagnostics.jar
361
%%DATADIR%%/plugins/clion-embedded/lib/clion-embedded.jar
165
%%DATADIR%%/plugins/clion-embedded/lib/clion-embedded.jar
362
%%DATADIR%%/plugins/clion-makefile/lib/clion-makefile.jar
166
%%DATADIR%%/plugins/clion-makefile/lib/clion-makefile.jar
167
%%DATADIR%%/plugins/clion-runFile/lib/clion-runFile.jar
363
%%DATADIR%%/plugins/clion-rustHelper/lib/clion-rustHelper.jar
168
%%DATADIR%%/plugins/clion-rustHelper/lib/clion-rustHelper.jar
364
%%DATADIR%%/plugins/clion-test-boost/lib/clion-test-boost.jar
169
%%DATADIR%%/plugins/clion-test-boost/lib/clion-test-boost.jar
365
%%DATADIR%%/plugins/clion-test-catch/lib/clion-test-catch.jar
170
%%DATADIR%%/plugins/clion-test-catch/lib/clion-test-catch.jar
Lines 367-373 share/applications/clion.desktop Link Here
367
%%DATADIR%%/plugins/clion-test-google/lib/clion-test-google.jar
172
%%DATADIR%%/plugins/clion-test-google/lib/clion-test-google.jar
368
%%DATADIR%%/plugins/clion-webDeployment/lib/clion-webDeployment.jar
173
%%DATADIR%%/plugins/clion-webDeployment/lib/clion-webDeployment.jar
369
%%DATADIR%%/plugins/clion/lib/clion.jar
174
%%DATADIR%%/plugins/clion/lib/clion.jar
370
%%DATADIR%%/plugins/cloud-config/lib/cloud-config.jar
175
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
176
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
371
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
177
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
372
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
178
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
373
%%DATADIR%%/plugins/color-scheme-cobalt/lib/color-scheme-cobalt.jar
179
%%DATADIR%%/plugins/color-scheme-cobalt/lib/color-scheme-cobalt.jar
Lines 384-389 share/applications/clion.desktop Link Here
384
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
190
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
385
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
191
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
386
%%DATADIR%%/plugins/copyright/lib/copyright.jar
192
%%DATADIR%%/plugins/copyright/lib/copyright.jar
193
%%DATADIR%%/plugins/css-impl/lib/css-openapi.jar
194
%%DATADIR%%/plugins/css-impl/lib/css.jar
387
%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
195
%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
388
%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
196
%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
389
%%DATADIR%%/plugins/dev/lib/dev.jar
197
%%DATADIR%%/plugins/dev/lib/dev.jar
Lines 391-409 share/applications/clion.desktop Link Here
391
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
199
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
392
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar
200
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar
393
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar
201
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar
394
%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-darwin-amd64
395
%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-darwin-arm64
396
%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-amd64
397
%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-arm64
398
%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-windows-amd64.exe
399
%%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions
202
%%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions
400
%%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar
203
%%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar
401
%%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar
402
%%DATADIR%%/plugins/git4idea/lib/git4idea.jar
403
%%DATADIR%%/plugins/github/lib/github.jar
404
%%DATADIR%%/plugins/grazie/lib/grazie.jar
204
%%DATADIR%%/plugins/grazie/lib/grazie.jar
405
%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar
205
%%DATADIR%%/plugins/grid-core-impl/lib/grid-core.jar
406
%%DATADIR%%/plugins/htmltools/lib/htmltools.jar
206
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
207
%%DATADIR%%/plugins/grid-impl/lib/grid.jar
208
%%DATADIR%%/plugins/html-tools/lib/html-tools.jar
209
%%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar
210
%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar
211
%%DATADIR%%/plugins/javascript-debugger/lib/debugConnectionForwarder.js
212
%%DATADIR%%/plugins/javascript-debugger/lib/debugConnector.js
213
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
214
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
215
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
216
%%DATADIR%%/plugins/javascript-impl/helpers/base-test-reporter/intellij-stringifier.js
217
%%DATADIR%%/plugins/javascript-impl/helpers/base-test-reporter/intellij-tree.js
218
%%DATADIR%%/plugins/javascript-impl/helpers/base-test-reporter/intellij-util.js
219
%%DATADIR%%/plugins/javascript-impl/helpers/buildTools/grunt/lib/grunt-intellij-util.js
220
%%DATADIR%%/plugins/javascript-impl/helpers/buildTools/grunt/tasks/grunt-tasks-fetcher.js
221
%%DATADIR%%/plugins/javascript-impl/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js
222
%%DATADIR%%/plugins/javascript-impl/helpers/jest-intellij/lib/jest-intellij-reporter.js
223
%%DATADIR%%/plugins/javascript-impl/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js
224
%%DATADIR%%/plugins/javascript-impl/helpers/jest-intellij/lib/jest-intellij-util.js
225
%%DATADIR%%/plugins/javascript-impl/helpers/node-core-modules/node-core-modules-loader.js
226
%%DATADIR%%/plugins/javascript-impl/helpers/nodejs/library/yarn/intellij-yarn-pnp-deps-tree-loader.js
227
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/bin/batch-matcher
228
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/node_modules/semver/CHANGELOG.md
229
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/node_modules/semver/LICENSE
230
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/node_modules/semver/README.md
231
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/node_modules/semver/bin/semver.js
232
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/node_modules/semver/package.json
233
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/node_modules/semver/range.bnf
234
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/node_modules/semver/semver.js
235
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/package-lock.json
236
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/package.json
237
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/semver-range-matcher.js
238
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/test/.gitignore
239
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/test/package.json
240
%%DATADIR%%/plugins/javascript-impl/helpers/package-version-range-matcher/test/version-range-test.js
241
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/jasmine-reporter.d.ts
242
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/protractor-intellij-cli.js
243
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/protractor-intellij-config.js
244
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js
245
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/protractor-intellij-plugin.js
246
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js
247
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/protractor-intellij-tree.js
248
%%DATADIR%%/plugins/javascript-impl/helpers/protractor-intellij/lib/protractor-intellij-util.js
249
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
250
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
251
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
252
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-ffdd448c697d-9b322a0dfcec.ijx
253
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-ffdd448c697d-9b322a0dfcec.txt
254
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
255
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
256
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/es2019decorators.d.ts
257
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/flow.utilities.d.ts
258
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.d.ts
259
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.d.ts
260
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
261
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
262
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.core.d.ts
263
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.d.ts
264
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts
265
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts
266
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts
267
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts
268
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts
269
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts
270
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts
271
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts
272
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.d.ts
273
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2016.full.d.ts
274
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.d.ts
275
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.full.d.ts
276
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts
277
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.object.d.ts
278
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts
279
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.string.d.ts
280
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts
281
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2018.asyncgenerator.d.ts
282
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts
283
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2018.d.ts
284
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2018.full.d.ts
285
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts
286
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts
287
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts
288
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
289
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.d.ts
290
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
291
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
292
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
293
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
294
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts
295
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.d.ts
296
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.date.d.ts
297
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
298
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts
299
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.number.d.ts
300
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts
301
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts
302
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
303
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
304
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2021.d.ts
305
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2021.full.d.ts
306
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2021.intl.d.ts
307
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2021.promise.d.ts
308
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2021.string.d.ts
309
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2021.weakref.d.ts
310
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.array.d.ts
311
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.d.ts
312
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.error.d.ts
313
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
314
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
315
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
316
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
317
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
318
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
319
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
320
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.full.d.ts
321
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts
322
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
323
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.string.d.ts
324
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.weakref.d.ts
325
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.scripthost.d.ts
326
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.d.ts
327
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
328
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
329
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/react.d.ts
330
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserverlibrary.js
331
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typesMap.json
332
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/watchGuard.js
333
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/websql.d.ts
334
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/xpath.d.ts
335
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/bom.js
336
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/core.js
337
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/dom.js
338
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/indexeddb.js
339
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/intl.js
340
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/node.js
341
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/react-dom.js
342
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/react.js
343
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/serviceworkers.js
344
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/streams.js
345
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/webassembly.js
346
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js
347
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ide-watcher.js
348
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/logger-impl.js
349
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/out-path-process.js
350
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/service-loader.js
351
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
352
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js
353
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js
354
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js
355
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js
356
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js
357
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/old/ts15impl.js
358
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ts-default-options.js
359
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ts-plugin.js
360
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ts-session-latest.js
361
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ts-session-provider.js
362
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/util.js
363
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/.gitignore
364
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/bin/eslint-api.js
365
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/bin/eslint-common.js
366
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/bin/eslint-plugin-provider.js
367
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/bin/eslint-plugin.js
368
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/bin/eslint8-plugin.js
369
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/package-lock.json
370
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/package.json
371
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/eslint-api.ts
372
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/eslint-common.ts
373
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/eslint-plugin-provider.ts
374
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/eslint-plugin.ts
375
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/eslint8-plugin.ts
376
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/src/typings/js-lanuage-api.d.ts
377
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
378
%%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
379
%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
380
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt
381
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md
382
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js
383
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellij.conf.js
384
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCli.js
385
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCoverageReporter.js
386
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijPlugin.js
387
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijReporter.js
388
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijRunner.js
389
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijUtil.js
390
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-browser-tracker.js
391
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-debug.js
392
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-parameters.js
393
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-restore-specFilter-after-kjhtml.js
394
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-save-specFilter-before-kjhtml.js
395
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/karma-intellij-adapter.js
396
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/kjhtml-specFilter-patch.js
397
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/tree.js
398
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/package.json
399
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/static/delay-karma-start-in-debug-mode.js
400
%%DATADIR%%/plugins/karma/lib/karma.jar
407
%%DATADIR%%/plugins/keymap-eclipse/lib/keymap-eclipse.jar
401
%%DATADIR%%/plugins/keymap-eclipse/lib/keymap-eclipse.jar
408
%%DATADIR%%/plugins/keymap-netbeans/lib/keymap-netbeans.jar
402
%%DATADIR%%/plugins/keymap-netbeans/lib/keymap-netbeans.jar
409
%%DATADIR%%/plugins/keymap-qtcreator/lib/keymap-qtcreator.jar
403
%%DATADIR%%/plugins/keymap-qtcreator/lib/keymap-qtcreator.jar
Lines 413-419 share/applications/clion.desktop Link Here
413
%%DATADIR%%/plugins/less/lib/less.jar
407
%%DATADIR%%/plugins/less/lib/less.jar
414
%%DATADIR%%/plugins/makefile/lib/makefile.jar
408
%%DATADIR%%/plugins/makefile/lib/makefile.jar
415
%%DATADIR%%/plugins/markdown/lib/markdown.jar
409
%%DATADIR%%/plugins/markdown/lib/markdown.jar
410
%%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar
411
%%DATADIR%%/plugins/nextjs/lib/nextjs.jar
412
%%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar
413
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore
414
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/LICENSE
415
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/README.md
416
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mocha-intellij-stringifier.js
417
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijReporter.js
418
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijTree.js
419
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijUtil.js
420
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaTreeUtil.js
421
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/single-element-queue.js
422
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
423
%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
424
%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
416
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
425
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
426
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
427
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
428
%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar
429
%%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar
430
%%DATADIR%%/plugins/prettierJS/prettierLanguageService/convert-prettier-config.js
431
%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin-provider.js
432
%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin.js
417
%%DATADIR%%/plugins/python-ce/helpers/.gitignore
433
%%DATADIR%%/plugins/python-ce/helpers/.gitignore
418
%%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js
434
%%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js
419
%%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js
435
%%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js
Lines 1154-1159 share/applications/clion.desktop Link Here
1154
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py
1170
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py
1155
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py
1171
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py
1156
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py
1172
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py
1173
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/__init__.py
1174
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/pydevd_asyncio_utils.py
1175
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/pydevd_nest_asyncio.py
1157
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py
1176
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py
1158
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py
1177
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py
1159
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py
1178
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py
Lines 1194-1199 share/applications/clion.desktop Link Here
1194
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py
1213
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py
1195
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py
1214
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py
1196
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py
1215
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py
1216
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_type_handler.py
1197
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py
1217
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py
1198
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py
1218
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py
1199
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py
1219
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py
Lines 1219-1246 share/applications/clion.desktop Link Here
1219
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
1239
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
1220
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
1240
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
1221
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
1241
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
1242
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/36_38/pydevd_frame_evaluator.c
1243
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/36_38/pydevd_frame_evaluator.pxd
1244
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/36_38/pydevd_frame_evaluator.pyx
1245
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/39_310/pydevd_frame_evaluator.c
1246
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/39_310/pydevd_frame_evaluator.pxd
1247
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/39_310/pydevd_frame_evaluator.pyx
1248
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/README.rst
1222
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
1249
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
1223
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
1250
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
1224
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py
1251
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py
1225
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c
1226
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
1227
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
1228
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.c
1229
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win32.pyd
1230
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win_amd64.pyd
1231
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win32.pyd
1232
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win_amd64.pyd
1233
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win32.pyd
1234
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win_amd64.pyd
1235
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win32.pyd
1236
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win_amd64.pyd
1237
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win32.pyd
1238
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd
1239
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd
1240
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx
1241
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.c
1242
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pxd
1243
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pyx
1244
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd
1252
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd
1245
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd
1253
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd
1246
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
1254
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
Lines 4843-4860 share/applications/clion.desktop Link Here
4843
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash.pyi
4851
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xxhash/xxhash.pyi
4844
%%DATADIR%%/plugins/python-ce/helpers/virtualenv.pyz
4852
%%DATADIR%%/plugins/python-ce/helpers/virtualenv.pyz
4845
%%DATADIR%%/plugins/python-ce/lib/python-ce.jar
4853
%%DATADIR%%/plugins/python-ce/lib/python-ce.jar
4846
%%DATADIR%%/plugins/remote-run/lib/remote-run.jar
4854
%%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar
4847
%%DATADIR%%/plugins/restClient/lib/restClient.jar
4855
%%DATADIR%%/plugins/restClient/lib/restClient.jar
4848
%%DATADIR%%/plugins/sass/lib/sass.jar
4856
%%DATADIR%%/plugins/sass/lib/sass.jar
4849
%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
4857
%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
4850
%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar
4858
%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar
4851
%%DATADIR%%/plugins/sh/lib/sh.jar
4859
%%DATADIR%%/plugins/sh/lib/sh.jar
4852
%%DATADIR%%/plugins/space/lib/space-java-jps.jar
4860
%%DATADIR%%/plugins/space/lib/space-java-jps.jar
4853
%%DATADIR%%/plugins/space/lib/space.jar
4861
%%DATADIR%%/plugins/space/lib/space.jar
4854
%%DATADIR%%/plugins/stylus/lib/stylus.jar
4862
%%DATADIR%%/plugins/styled-components/lib/styled-components.jar
4855
%%DATADIR%%/plugins/svn4idea/lib/sqlite.jar
4863
%%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar
4856
%%DATADIR%%/plugins/svn4idea/lib/svn4idea.jar
4864
%%DATADIR%%/plugins/tailwindcss/server/fsevents-72LCIACT.node
4857
%%DATADIR%%/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar
4865
%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-7JUDUCUY.node
4866
%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-GXL6UBYG.node
4867
%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-N3T2EEZH.node
4868
%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-SBC7UY4N.node
4869
%%DATADIR%%/plugins/tailwindcss/server/node.napi.musl-IAP67VWK.node
4870
%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
4871
%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
4858
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
4872
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
4859
%%DATADIR%%/plugins/terminal/.zshenv
4873
%%DATADIR%%/plugins/terminal/.zshenv
4860
%%DATADIR%%/plugins/terminal/fish/config.fish
4874
%%DATADIR%%/plugins/terminal/fish/config.fish
Lines 5201-5206 share/applications/clion.desktop Link Here
5201
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
5215
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
5202
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
5216
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
5203
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
5217
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
5218
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE
5219
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md
5220
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json
5221
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json
5222
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json
5223
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
5224
%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md
5225
%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md
5226
%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json
5227
%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json
5228
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js
5229
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json
5230
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json
5231
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json
5232
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json
5233
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json
5234
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage
5204
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
5235
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
5205
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
5236
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
5206
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
5237
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
Lines 5244-5250 share/applications/clion.desktop Link Here
5244
%%DATADIR%%/plugins/tslint/js/utils.js
5275
%%DATADIR%%/plugins/tslint/js/utils.js
5245
%%DATADIR%%/plugins/tslint/lib/tslint.jar
5276
%%DATADIR%%/plugins/tslint/lib/tslint.jar
5246
%%DATADIR%%/plugins/uml/lib/uml-support.jar
5277
%%DATADIR%%/plugins/uml/lib/uml-support.jar
5278
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
5279
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
5280
%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
5281
%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar
5282
%%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar
5283
%%DATADIR%%/plugins/vcs-svn/lib/sqlite.jar
5284
%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar
5285
%%DATADIR%%/plugins/vitejs/lib/vitejs.jar
5286
%%DATADIR%%/plugins/vuejs/lib/vuejs.jar
5287
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE
5288
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js
5289
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js
5290
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js
5291
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js
5292
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json
5293
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json
5294
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json
5295
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json
5296
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json
5297
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md
5298
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE
5299
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md
5300
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js
5301
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js
5302
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js
5303
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js
5304
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js
5305
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js
5306
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js
5307
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json
5308
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js
5309
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json
5310
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js
5311
%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js
5312
%%DATADIR%%/plugins/webComponents/lib/webComponents.jar
5247
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
5313
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
5314
%%DATADIR%%/plugins/webpack/lib/webpack.jar
5248
%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar
5315
%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar
5249
%%DATADIR%%/plugins/xpath/lib/xpath.jar
5316
%%DATADIR%%/plugins/xpath/lib/xpath.jar
5250
%%DATADIR%%/plugins/yaml/lib/yaml.jar
5317
%%DATADIR%%/plugins/yaml/lib/yaml.jar

Return to bug 268153