From owner-svn-ports-head@freebsd.org Thu May 30 03:06:50 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3967315B56D8; Thu, 30 May 2019 03:06:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D658C6CB0B; Thu, 30 May 2019 03:06:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8143B0E7; Thu, 30 May 2019 03:06:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4U36nX8041362; Thu, 30 May 2019 03:06:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4U36mM2041353; Thu, 30 May 2019 03:06:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905300306.x4U36mM2041353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 30 May 2019 03:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503030 - in head/devel: . jetbrains-goland jetbrains-goland/files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . jetbrains-goland jetbrains-goland/files X-SVN-Commit-Revision: 503030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D658C6CB0B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2019 03:06:50 -0000 Author: swills Date: Thu May 30 03:06:47 2019 New Revision: 503030 URL: https://svnweb.freebsd.org/changeset/ports/503030 Log: devel/jetbrains-goland: create port GoLand is cross-platform IDE built specially for Go developers. While this is trial software, there are commercial and academic licenses available. WWW: https://www.jetbrains.com/go/ PR: 238148 Submitted by: Dmitry Wagin Added: head/devel/jetbrains-goland/ head/devel/jetbrains-goland/Makefile (contents, props changed) head/devel/jetbrains-goland/distinfo (contents, props changed) head/devel/jetbrains-goland/files/ head/devel/jetbrains-goland/files/goland.1 (contents, props changed) head/devel/jetbrains-goland/files/goland.desktop.in (contents, props changed) head/devel/jetbrains-goland/files/goland.in (contents, props changed) head/devel/jetbrains-goland/files/pkg-message.in (contents, props changed) head/devel/jetbrains-goland/pkg-descr (contents, props changed) head/devel/jetbrains-goland/pkg-plist (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 30 03:03:07 2019 (r503029) +++ head/devel/Makefile Thu May 30 03:06:47 2019 (r503030) @@ -1010,6 +1010,7 @@ SUBDIR += jenkins SUBDIR += jenkins-lts SUBDIR += jetbrains-clion + SUBDIR += jetbrains-goland SUBDIR += jetbrains-phpstorm SUBDIR += jfrog-cli SUBDIR += jiic Added: head/devel/jetbrains-goland/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/Makefile Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,60 @@ +# $FreeBSD$ + +PORTNAME= goland +PORTVERSION= 2019.1.2 +CATEGORIES= devel java +MASTER_SITES= https://download-cf.jetbrains.com/go/ +PKGNAMEPREFIX= jetbrains- +DIST_SUBDIR= jetbrains + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= JetBrains GoLand IDE + +LICENSE= IntelliJ-GoLand +LICENSE_NAME= Subscription license agreement for business and organizations +LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ + intellij-pty4j>0:java/intellij-pty4j + +USES= python:run shebangfix + +USE_JAVA= yes +JAVA_VERSION= 1.8+ + +SHEBANG_FILES= bin/printenv.py bin/restart.py + +NO_ARCH= yes +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/GoLand-${PORTVERSION} + +SUB_FILES= goland goland.desktop pkg-message +SUB_LIST= DATADIR=${DATADIR} + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + @${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR} +# Linux/Windows/OS X only so remove them + @${RM} ${STAGEDIR}${DATADIR}/bin/fsnotifier \ + ${STAGEDIR}${DATADIR}/bin/fsnotifier-arm \ + ${STAGEDIR}${DATADIR}/bin/fsnotifier64 \ + ${STAGEDIR}${DATADIR}/bin/lib*.so +# Remove the bundled native Pty4J support libraries, they are replaced +# by java/intellij-pty4j + @${RM} -r ${STAGEDIR}${DATADIR}/lib/pty4j-native +# Remove bundled linux OpenJDK and DroidSerif fonts + @${RM} -r ${STAGEDIR}${DATADIR}/jre64 + ${INSTALL_SCRIPT} ${WRKDIR}/goland ${STAGEDIR}${PREFIX}/bin/goland + ${INSTALL_MAN} ${FILESDIR}/goland.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKDIR}/goland.desktop ${STAGEDIR}${PREFIX}/share/applications/ + cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar + ${INSTALL_DATA} ${WRKSRC}/lib/icon.png ${STAGEDIR}${DATADIR}/goland.png +# Use fsnotifier replacement provided by java/intellij-fsnotifier + ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties +# Fix slow render + ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/goland.vmoptions + ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/goland64.vmoptions + +.include Added: head/devel/jetbrains-goland/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/distinfo Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558900348 +SHA256 (jetbrains/goland-2019.1.2.tar.gz) = 63112dde2fbaa99bacadcd35b6d576a07334e3247dec1ffeb1bcdbbfaa9c5598 +SIZE (jetbrains/goland-2019.1.2.tar.gz) = 312490907 Added: head/devel/jetbrains-goland/files/goland.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/files/goland.1 Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,16 @@ +.\" $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $ +.Dd $Mdocdate: May 26 2019 $ +.Dt goland 1 +.Os +.Sh NAME +.Nm goland +.Nd launch JetBrains GoLand Integrated Development Environment +.Sh SYNOPSIS +.Nm +.Op jvm-args +.Sh DESCRIPTION +.Nm +starts up the JetBrains GoLand Integrated Development Environment. +.Sh SEE ALSO +The web site +https://www.jetbrains.com/go/ . Added: head/devel/jetbrains-goland/files/goland.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/files/goland.desktop.in Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=GoLand +GenericName=GoLand +Comment=GoLand Integrated Development Environment +Icon=%%DATADIR%%/bin/goland.png +Exec=%%DATADIR%%/bin/goland.sh +Terminal=false +StartupNotify=true +Categories=Application;Development; Added: head/devel/jetbrains-goland/files/goland.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/files/goland.in Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,3 @@ +#!/bin/sh + +exec "%%DATADIR%%/bin/goland.sh" "$@" Added: head/devel/jetbrains-goland/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/files/pkg-message.in Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,6 @@ +There is native (faster) file watching support backed by kqueue which is +enabled by default. If you encounter problems problems with watching large +trees, you disable it by appending the following property into +%%DATADIR%%/bin/idea.properties: + + idea.filewatcher.disabled=true Added: head/devel/jetbrains-goland/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/pkg-descr Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,6 @@ +GoLand is cross-platform IDE built specially for Go developers. + +While this is trial software, there are commercial and academic licenses +available. + +WWW: https://www.jetbrains.com/go/ Added: head/devel/jetbrains-goland/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/jetbrains-goland/pkg-plist Thu May 30 03:06:47 2019 (r503030) @@ -0,0 +1,524 @@ +bin/goland +man/man1/goland.1.gz +share/applications/goland.desktop +%%DATADIR%%/Install-Linux-tar.txt +%%DATADIR%%/bin/format.sh +%%DATADIR%%/bin/goland.png +%%DATADIR%%/bin/goland.sh +%%DATADIR%%/bin/goland.svg +%%DATADIR%%/bin/goland.vmoptions +%%DATADIR%%/bin/goland64.vmoptions +%%DATADIR%%/bin/idea.properties +%%DATADIR%%/bin/inspect.sh +%%DATADIR%%/bin/log.xml +%%DATADIR%%/bin/printenv.py +%%DATADIR%%/bin/restart.py +%%DATADIR%%/build.txt +%%DATADIR%%/goland.png +%%DATADIR%%/help/ReferenceCard.pdf +%%DATADIR%%/help/ReferenceCardForMac.pdf +%%DATADIR%%/lib/FastInfoset-1.2.15.jar +%%DATADIR%%/lib/annotations-17.0.0.jar +%%DATADIR%%/lib/annotations-java5.jar +%%DATADIR%%/lib/asm-all-7.0.1.jar +%%DATADIR%%/lib/automaton-1.12-1.jar +%%DATADIR%%/lib/batik-all-1.10.jar +%%DATADIR%%/lib/bcprov-jdk15on-1.60.jar +%%DATADIR%%/lib/bootstrap.jar +%%DATADIR%%/lib/cglib-nodep-3.2.4.jar +%%DATADIR%%/lib/cli-parser-1.1.2.jar +%%DATADIR%%/lib/cloud-config-client.jar +%%DATADIR%%/lib/common-image-3.4.1.jar +%%DATADIR%%/lib/common-io-3.4.1.jar +%%DATADIR%%/lib/common-lang-3.4.1.jar +%%DATADIR%%/lib/commons-codec-1.10.jar +%%DATADIR%%/lib/commons-collections-3.2.2.jar +%%DATADIR%%/lib/commons-compress-1.18.jar +%%DATADIR%%/lib/commons-httpclient-3.1-patched.jar +%%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar +%%DATADIR%%/lib/commons-lang-2.4.jar +%%DATADIR%%/lib/commons-logging-1.2.jar +%%DATADIR%%/lib/commons-net-3.6.jar +%%DATADIR%%/lib/delight-rhino-sandbox-0.0.9.jar +%%DATADIR%%/lib/eddsa-0.2.0.jar +%%DATADIR%%/lib/error_prone_annotations-2.3.1.jar +%%DATADIR%%/lib/extensions.jar +%%DATADIR%%/lib/fluent-hc-4.5.6.jar +%%DATADIR%%/lib/forms-1.1-preview.jar +%%DATADIR%%/lib/forms_rt.jar +%%DATADIR%%/lib/fst-2.57.jar +%%DATADIR%%/lib/goland.jar +%%DATADIR%%/lib/groovy-all-2.4.15.jar +%%DATADIR%%/lib/gson-2.8.5.jar +%%DATADIR%%/lib/guava-25.1-jre.jar +%%DATADIR%%/lib/httpclient-4.5.6.jar +%%DATADIR%%/lib/httpcore-4.4.10.jar +%%DATADIR%%/lib/httpmime-4.5.6.jar +%%DATADIR%%/lib/icons.jar +%%DATADIR%%/lib/imageio-core-3.4.1.jar +%%DATADIR%%/lib/imageio-metadata-3.4.1.jar +%%DATADIR%%/lib/imageio-tiff-3.4.1.jar +%%DATADIR%%/lib/imgscalr-lib-4.2.jar +%%DATADIR%%/lib/ini4j-0.5.5-2.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.495.jar +%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.495.jar +%%DATADIR%%/lib/isorelax-20030108.jar +%%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar +%%DATADIR%%/lib/jackson-annotations-2.9.0.jar +%%DATADIR%%/lib/jackson-core-2.9.7.jar +%%DATADIR%%/lib/jackson-databind-2.9.7.jar +%%DATADIR%%/lib/java-compatibility-1.0.1.jar +%%DATADIR%%/lib/javahelp-2.0.02.jar +%%DATADIR%%/lib/javassist-3.22.0-GA.jar +%%DATADIR%%/lib/javax.activation-1.2.0.jar +%%DATADIR%%/lib/javax.annotation-api-1.3.2.jar +%%DATADIR%%/lib/jaxb-api-2.3.1.jar +%%DATADIR%%/lib/jaxb-runtime-2.3.1.jar +%%DATADIR%%/lib/jaxen-1.1.6.jar +%%DATADIR%%/lib/jbcrypt-1.0.0.jar +%%DATADIR%%/lib/jdom.jar +%%DATADIR%%/lib/jediterm-pty-2.14.jar +%%DATADIR%%/lib/jettison-1.4.0.jar +%%DATADIR%%/lib/jing-20030619.jar +%%DATADIR%%/lib/jna-platform.jar +%%DATADIR%%/lib/jna.jar +%%DATADIR%%/lib/jps-model.jar +%%DATADIR%%/lib/jsch-0.1.55.jar +%%DATADIR%%/lib/jsch.agentproxy.connector-factory.jar +%%DATADIR%%/lib/jsch.agentproxy.core.jar +%%DATADIR%%/lib/jsch.agentproxy.jsch.jar +%%DATADIR%%/lib/jsch.agentproxy.pageant.jar +%%DATADIR%%/lib/jsch.agentproxy.sshagent.jar +%%DATADIR%%/lib/jsch.agentproxy.usocket-jna.jar +%%DATADIR%%/lib/jsch.agentproxy.usocket-nc.jar +%%DATADIR%%/lib/jsoup-1.8.3.jar +%%DATADIR%%/lib/jzlib-1.1.3.jar +%%DATADIR%%/lib/kotlin-reflect-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.11.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.11.jar +%%DATADIR%%/lib/kotlinx-coroutines-core-1.0.1.jar +%%DATADIR%%/lib/kotlinx-coroutines-core-common-1.0.1.jar +%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.0.1.jar +%%DATADIR%%/lib/log4j.jar +%%DATADIR%%/lib/lz4-1.3.0.jar +%%DATADIR%%/lib/markdown4j-2.2-cj-1.1.jar +%%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar +%%DATADIR%%/lib/microba.jar +%%DATADIR%%/lib/miglayout-core-5.2.jar +%%DATADIR%%/lib/miglayout-swing-5.2.jar +%%DATADIR%%/lib/nanoxml-2.2.3.jar +%%DATADIR%%/lib/netty-buffer-4.1.32.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.32.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.32.Final.jar +%%DATADIR%%/lib/netty-common-4.1.32.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.32.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.32.Final.jar +%%DATADIR%%/lib/netty-transport-4.1.32.Final.jar +%%DATADIR%%/lib/objenesis-2.6.jar +%%DATADIR%%/lib/openapi.jar +%%DATADIR%%/lib/org.eclipse.lsp4j-0.3.1.jar +%%DATADIR%%/lib/org.eclipse.lsp4j.jsonrpc-0.3.0.jar +%%DATADIR%%/lib/oro-2.0.8.jar +%%DATADIR%%/lib/picocontainer-1.2.jar +%%DATADIR%%/lib/platform-api.jar +%%DATADIR%%/lib/platform-impl.jar +%%DATADIR%%/lib/protobuf-java-3.5.1.jar +%%DATADIR%%/lib/proxy-vole-1.0.6.jar +%%DATADIR%%/lib/pty4j-0.9.3.jar +%%DATADIR%%/lib/purejavacomm-0.0.11.1.jar +%%DATADIR%%/lib/resources.jar +%%DATADIR%%/lib/resources_en.jar +%%DATADIR%%/lib/rhino-1.7.10.jar +%%DATADIR%%/lib/rngom-20051226-patched.jar +%%DATADIR%%/lib/serviceMessages.jar +%%DATADIR%%/lib/slf4j-api-1.7.25.jar +%%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar +%%DATADIR%%/lib/snakeyaml-1.23.jar +%%DATADIR%%/lib/stax-api-1.0.1.jar +%%DATADIR%%/lib/stax-ex-1.8.jar +%%DATADIR%%/lib/streamex-0.6.7.jar +%%DATADIR%%/lib/swingx-core-1.6.2-2.jar +%%DATADIR%%/lib/trang-core.jar +%%DATADIR%%/lib/trilead-ssh2-build-217-jenkins-11.jar +%%DATADIR%%/lib/trove4j.jar +%%DATADIR%%/lib/txw2-2.3.1.jar +%%DATADIR%%/lib/util.jar +%%DATADIR%%/lib/velocity-1.7.jar +%%DATADIR%%/lib/winp-1.28.jar +%%DATADIR%%/lib/xercesImpl-2.12.0.jar +%%DATADIR%%/lib/xml-apis-ext-1.3.04.jar +%%DATADIR%%/lib/xml-resolver-1.2.jar +%%DATADIR%%/lib/xmlbeans-2.6.0.jar +%%DATADIR%%/lib/xmlgraphics-commons-2.3.jar +%%DATADIR%%/lib/xmlpull-1.1.3.1.jar +%%DATADIR%%/lib/xmlrpc-2.0.1.jar +%%DATADIR%%/lib/xpp3_min-1.1.4c.jar +%%DATADIR%%/lib/xstream-1.4.10.jar +%%DATADIR%%/lib/xz-1.8.jar +%%DATADIR%%/lib/yjp-controller-api-redist.jar +%%DATADIR%%/license/XStream_license.txt +%%DATADIR%%/license/ant_license.txt +%%DATADIR%%/license/asm_license.txt +%%DATADIR%%/license/eclipse_license.txt +%%DATADIR%%/license/eclipse_license2.txt +%%DATADIR%%/license/golang-license.txt +%%DATADIR%%/license/gopher-license.txt +%%DATADIR%%/license/growl.license +%%DATADIR%%/license/gson_license.txt +%%DATADIR%%/license/imgscalr_license.txt +%%DATADIR%%/license/javahelp_license.txt +%%DATADIR%%/license/javolution_license.txt +%%DATADIR%%/license/jaxb_license.txt +%%DATADIR%%/license/jaxen_license.txt +%%DATADIR%%/license/jdom_license.txt +%%DATADIR%%/license/jgoodies_forms_license.txt +%%DATADIR%%/license/junit_license.txt +%%DATADIR%%/license/kryo-license.txt +%%DATADIR%%/license/log4j_license.txt +%%DATADIR%%/license/microba_license.txt +%%DATADIR%%/license/miglayout_swing_license.txt +%%DATADIR%%/license/nanoxml_license.txt +%%DATADIR%%/license/oromatcher_license.txt +%%DATADIR%%/license/picoContainer_license.txt +%%DATADIR%%/license/saxon-conditions.html +%%DATADIR%%/license/swingx_license.txt +%%DATADIR%%/license/third-party-libraries.html +%%DATADIR%%/license/trove4j_license.txt +%%DATADIR%%/license/winp_license.txt +%%DATADIR%%/license/xerces_license.txt +%%DATADIR%%/license/xmlrpc_license.txt +%%DATADIR%%/license/yourkit-license-redist.txt +%%DATADIR%%/plugins/CSS/lib/css-openapi.jar +%%DATADIR%%/plugins/CSS/lib/css.jar +%%DATADIR%%/plugins/CSS/lib/resources_en.jar +%%DATADIR%%/plugins/DatabaseTools/lib/database-impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar +%%DATADIR%%/plugins/DatabaseTools/lib/dekaf-single-2.0.0.387.jar +%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar +%%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar +%%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar +%%DATADIR%%/plugins/Docker/lib/Docker-agent-api-rt.jar +%%DATADIR%%/plugins/Docker/lib/Docker-compose.jar +%%DATADIR%%/plugins/Docker/lib/Docker-core.jar +%%DATADIR%%/plugins/Docker/lib/Docker-file.jar +%%DATADIR%%/plugins/Docker/lib/Docker-java-impl.jar +%%DATADIR%%/plugins/Docker/lib/Docker-remote-run.jar +%%DATADIR%%/plugins/Docker/lib/Docker.jar +%%DATADIR%%/plugins/Docker/lib/commons-cli-1.2.jar +%%DATADIR%%/plugins/Docker/lib/commons-io-2.3.jar +%%DATADIR%%/plugins/Docker/lib/jackson-dataformat-yaml-2.7.3.jar +%%DATADIR%%/plugins/Docker/lib/rt/FastInfoset-1.2.15.jar +%%DATADIR%%/plugins/Docker/lib/rt/annotations-3.0.1u2.jar +%%DATADIR%%/plugins/Docker/lib/rt/aopalliance-repackaged-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/bcpkix-jdk15on-1.60.jar +%%DATADIR%%/plugins/Docker/lib/rt/bcprov-jdk15on-1.60.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-cli-1.2.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-codec-1.11.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-compress-1.17.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-io-2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/commons-lang-2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-3.1.0-rc-4.jar +%%DATADIR%%/plugins/Docker/lib/rt/guava-19.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/hk2-api-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/hk2-locator-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/hk2-utils-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/httpclient-4.5.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/httpcore-4.4.10.jar +%%DATADIR%%/plugins/Docker/lib/rt/istack-commons-runtime-3.0.7.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-annotations-2.9.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-core-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-databind-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-jaxrs-base-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-jaxrs-json-provider-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/jackson-module-jaxb-annotations-2.9.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/javassist-3.22.0-CR2.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.annotation-api-1.2.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.inject-1.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.inject-2.5.0-b42.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.websocket-client-api-1.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/javax.ws.rs-api-2.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/jaxb-api-2.3.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/jcip-annotations-1.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/jcl-over-slf4j-1.7.21.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-apache-connector-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-client-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-common-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jersey-hk2-2.27.jar +%%DATADIR%%/plugins/Docker/lib/rt/jsr305-3.0.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/junixsocket-common-2.0.4.jar +%%DATADIR%%/plugins/Docker/lib/rt/junixsocket-native-common-2.0.4.jar +%%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar +%%DATADIR%%/plugins/Docker/lib/rt/native-lib-loader-2.0.2.jar +%%DATADIR%%/plugins/Docker/lib/rt/netty-all-4.1.27.Final.jar +%%DATADIR%%/plugins/Docker/lib/rt/netty-transport-native-epoll-4.1.27.Final-linux-x86_64.jar +%%DATADIR%%/plugins/Docker/lib/rt/osgi-resource-locator-1.0.1.jar +%%DATADIR%%/plugins/Docker/lib/rt/slf4j-api-1.7.25.jar +%%DATADIR%%/plugins/Docker/lib/rt/slf4j-log4j12-1.7.25.jar +%%DATADIR%%/plugins/Docker/lib/rt/snakeyaml-1.15.jar +%%DATADIR%%/plugins/Docker/lib/rt/stax-ex-1.8.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-juli-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-servlet-api-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-util-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-websocket-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/tomcat-websocket-api-8.0.22.jar +%%DATADIR%%/plugins/Docker/lib/rt/txw2-2.3.1.jar +%%DATADIR%%/plugins/Docker/lib/specifics/dockerSpecifics.jar +%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar +%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar +%%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar +%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js +%%DATADIR%%/plugins/JavaScriptDebugger/lib/resources_en.jar +%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node-core-modules/node-core-modules-loader.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/LICENSE +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/README.md +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/bin/semver +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/package.json +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/range.bnf +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/semver.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/bin/batch-matcher +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/semver-range-matcher.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package.json +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/jasmine-reporter.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-cli.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-config.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-plugin.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js +%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len +%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.core.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.object.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.string.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.array.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.asynciterable.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.bigint.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typingsInstaller.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/watchGuard.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/websql.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/xpath.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/bom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/core.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/cssom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/dom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/indexeddb.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/intl.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/node.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react-dom.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/serviceworkers.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/streams.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/webassembly.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/js-language-service.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ide-watcher.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/logger-impl.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/out-path-process.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/service-loader.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/compile-info-holder.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts15impl.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-default-options.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-plugin.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-latest.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-provider.js +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/util.js +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin-provider.js +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin.js +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package-lock.json +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package.json +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin-provider.ts +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin.ts +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json +%%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/semver4j-2.2.0.jar +%%DATADIR%%/plugins/RefactorX/lib/RefactorX.jar +%%DATADIR%%/plugins/RefactorX/lib/resources_en.jar +%%DATADIR%%/plugins/cloud-config/lib/cloud-config.jar +%%DATADIR%%/plugins/cloud-config/lib/resources_en.jar +%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar +%%DATADIR%%/plugins/copyright/lib/copyright.jar +%%DATADIR%%/plugins/copyright/lib/resources_en.jar +%%DATADIR%%/plugins/editorconfig/lib/editorconfig-core-java.jar +%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar +%%DATADIR%%/plugins/editorconfig/lib/resources_en.jar +%%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar +%%DATADIR%%/plugins/fileWatcher/lib/resources_en.jar +%%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar +%%DATADIR%%/plugins/git4idea/lib/git4idea.jar +%%DATADIR%%/plugins/git4idea/lib/resources_en.jar +%%DATADIR%%/plugins/github/lib/github.jar +%%DATADIR%%/plugins/github/lib/resources_en.jar +%%DATADIR%%/plugins/go-template/lib/go-template.jar +%%DATADIR%%/plugins/go-template/lib/resources_en.jar +%%DATADIR%%/plugins/go/index/id-index.input +%%DATADIR%%/plugins/go/index/id-index.input.keystream +%%DATADIR%%/plugins/go/index/id-index.input.keystream.len +%%DATADIR%%/plugins/go/index/id-index.input.len +%%DATADIR%%/plugins/go/index/id-index.input.values +%%DATADIR%%/plugins/go/index/id-index.input.values.at +%%DATADIR%%/plugins/go/index/id-index.input.values.s +%%DATADIR%%/plugins/go/index/id-index.input_i +%%DATADIR%%/plugins/go/index/id-index.input_i.len +%%DATADIR%%/plugins/go/index/sdk-stubs.input +%%DATADIR%%/plugins/go/index/sdk-stubs.input.keystream +%%DATADIR%%/plugins/go/index/sdk-stubs.input.keystream.len +%%DATADIR%%/plugins/go/index/sdk-stubs.input.len +%%DATADIR%%/plugins/go/index/sdk-stubs.input.values +%%DATADIR%%/plugins/go/index/sdk-stubs.input.values.at +%%DATADIR%%/plugins/go/index/sdk-stubs.input.values.s +%%DATADIR%%/plugins/go/index/sdk-stubs.input_i +%%DATADIR%%/plugins/go/index/sdk-stubs.input_i.len +%%DATADIR%%/plugins/go/index/sdk-stubs.names +%%DATADIR%%/plugins/go/index/sdk-stubs.names.keystream +%%DATADIR%%/plugins/go/index/sdk-stubs.names.keystream.len +%%DATADIR%%/plugins/go/index/sdk-stubs.names.len +%%DATADIR%%/plugins/go/index/sdk-stubs.names_i +%%DATADIR%%/plugins/go/index/sdk-stubs.names_i.len +%%DATADIR%%/plugins/go/index/sdk-stubs.version +%%DATADIR%%/plugins/go/lib/dlv/linux/dlv +%%DATADIR%%/plugins/go/lib/go-ide.jar +%%DATADIR%%/plugins/go/lib/go-plan9.jar +%%DATADIR%%/plugins/go/lib/go-profiler.jar +%%DATADIR%%/plugins/go/lib/go-template-integration.jar +%%DATADIR%%/plugins/go/lib/go-testing.jar +%%DATADIR%%/plugins/go/lib/go-utils.jar +%%DATADIR%%/plugins/go/lib/go-vgo.jar +%%DATADIR%%/plugins/go/lib/go.jar +%%DATADIR%%/plugins/go/lib/resources_en.jar +%%DATADIR%%/plugins/go/lib/toml4j-0.7.2.jar +%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar +%%DATADIR%%/plugins/hg4idea/lib/resources_en.jar +%%DATADIR%%/plugins/htmltools/lib/htmltools.jar +%%DATADIR%%/plugins/htmltools/lib/resources_en.jar +%%DATADIR%%/plugins/markdown/lib/markdown-0.1.31.jar +%%DATADIR%%/plugins/markdown/lib/markdown.jar +%%DATADIR%%/plugins/markdown/lib/owasp-java-html-sanitizer.jar +%%DATADIR%%/plugins/markdown/lib/resources_en.jar +%%DATADIR%%/plugins/remote-run/lib/remote-run.jar +%%DATADIR%%/plugins/remote-run/lib/resources_en.jar +%%DATADIR%%/plugins/restClient/lib/resources_en.jar +%%DATADIR%%/plugins/restClient/lib/restClient.jar +%%DATADIR%%/plugins/terminal/.zshrc +%%DATADIR%%/plugins/terminal/fish/config.fish +%%DATADIR%%/plugins/terminal/jediterm-bash.in +%%DATADIR%%/plugins/terminal/lib/resources_en.jar +%%DATADIR%%/plugins/terminal/lib/terminal.jar +%%DATADIR%%/plugins/textmate/lib/jcodings-1.0.30.jar +%%DATADIR%%/plugins/textmate/lib/joni-2.1.18.jar +%%DATADIR%%/plugins/textmate/lib/resources_en.jar +%%DATADIR%%/plugins/textmate/lib/textmate.jar +%%DATADIR%%/plugins/textmate/lib/themes/All Hallow's Eve.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/Blackboard.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/Cobalt.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/Darcula.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/Github.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/IR_Black.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/Monokai.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/RailsCasts.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/Twilight.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/VibrantInk.tmTheme +%%DATADIR%%/plugins/textmate/lib/themes/default.tmTheme +%%DATADIR%%/plugins/tslint/js/convert-tslint-config.js +%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js +%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js +%%DATADIR%%/plugins/tslint/js/utils.js +%%DATADIR%%/plugins/tslint/lib/resources_en.jar +%%DATADIR%%/plugins/tslint/lib/tslint.jar +%%DATADIR%%/plugins/uml/lib/diagram-api.jar +%%DATADIR%%/plugins/uml/lib/uml-support.jar +%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.5.jar +%%DATADIR%%/plugins/webDeployment/lib/resources_en.jar +%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar +%%DATADIR%%/plugins/xpath/lib/resources_en.jar +%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar +%%DATADIR%%/plugins/xpath/lib/xpath.jar +%%DATADIR%%/plugins/yaml/lib/resources_en.jar +%%DATADIR%%/plugins/yaml/lib/yaml.jar +%%DATADIR%%/product-info.json