FreeBSD Bugzilla – Attachment 204626 Details for
Bug 238148
[NEW PORT] devel/jetbrains-goland: JetBrains GoLand IDE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jetbrains-goland-2019.1.2.diff
jetbrains-goland-2019.1.2.diff (text/plain), 37.77 KB, created by
Dmitry Wagin
on 2019-05-26 20:46:45 UTC
(
hide
)
Description:
jetbrains-goland-2019.1.2.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2019-05-26 20:46:45 UTC
Size:
37.77 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 502746) >+++ devel/Makefile (working copy) >@@ -1009,6 +1009,7 @@ > SUBDIR += jenkins > SUBDIR += jenkins-lts > SUBDIR += jetbrains-clion >+ SUBDIR += jetbrains-goland > SUBDIR += jetbrains-phpstorm > SUBDIR += jfrog-cli > SUBDIR += jiic >Index: devel/jetbrains-goland/Makefile >=================================================================== >--- devel/jetbrains-goland/Makefile (nonexistent) >+++ devel/jetbrains-goland/Makefile (working copy) >@@ -0,0 +1,58 @@ >+# $FreeBSD$ >+ >+PORTNAME= goland >+PORTVERSION= 2019.1.2 >+CATEGORIES= devel java >+MASTER_SITES= https://download-cf.jetbrains.com/go/ >+PKGNAMEPREFIX= jetbrains- >+DISTNAME= goland-${PORTVERSION} >+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 >+ >+.include <bsd.port.mk> > >Property changes on: devel/jetbrains-goland/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/jetbrains-goland/distinfo >=================================================================== >--- devel/jetbrains-goland/distinfo (nonexistent) >+++ devel/jetbrains-goland/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1558900348 >+SHA256 (jetbrains/goland-2019.1.2.tar.gz) = 63112dde2fbaa99bacadcd35b6d576a07334e3247dec1ffeb1bcdbbfaa9c5598 >+SIZE (jetbrains/goland-2019.1.2.tar.gz) = 312490907 > >Property changes on: devel/jetbrains-goland/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/jetbrains-goland/files/goland.1 >=================================================================== >--- devel/jetbrains-goland/files/goland.1 (nonexistent) >+++ devel/jetbrains-goland/files/goland.1 (working copy) >@@ -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/ . > >Property changes on: devel/jetbrains-goland/files/goland.1 >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/jetbrains-goland/files/goland.desktop.in >=================================================================== >--- devel/jetbrains-goland/files/goland.desktop.in (nonexistent) >+++ devel/jetbrains-goland/files/goland.desktop.in (working copy) >@@ -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; > >Property changes on: devel/jetbrains-goland/files/goland.desktop.in >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/jetbrains-goland/files/goland.in >=================================================================== >--- devel/jetbrains-goland/files/goland.in (nonexistent) >+++ devel/jetbrains-goland/files/goland.in (working copy) >@@ -0,0 +1,3 @@ >+#!/bin/sh >+ >+exec "%%DATADIR%%/bin/goland.sh" "$@" > >Property changes on: devel/jetbrains-goland/files/goland.in >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/jetbrains-goland/files/pkg-message.in >=================================================================== >--- devel/jetbrains-goland/files/pkg-message.in (nonexistent) >+++ devel/jetbrains-goland/files/pkg-message.in (working copy) >@@ -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 > >Property changes on: devel/jetbrains-goland/files/pkg-message.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/jetbrains-goland/pkg-descr >=================================================================== >--- devel/jetbrains-goland/pkg-descr (nonexistent) >+++ devel/jetbrains-goland/pkg-descr (working copy) >@@ -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/ > >Property changes on: devel/jetbrains-goland/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/jetbrains-goland/pkg-plist >=================================================================== >--- devel/jetbrains-goland/pkg-plist (nonexistent) >+++ devel/jetbrains-goland/pkg-plist (working copy) >@@ -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 > >Property changes on: devel/jetbrains-goland/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238148
:
204626
|
204627