FreeBSD Bugzilla – Attachment 238593 Details for
Bug 268217
devel/pycharm-ce: update to 2022.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2022.3 update
pycharm-ce.git-diff (text/plain), 17.59 KB, created by
Jonathan Chen
on 2022-12-07 04:50:15 UTC
(
hide
)
Description:
2022.3 update
Filename:
MIME Type:
Creator:
Jonathan Chen
Created:
2022-12-07 04:50:15 UTC
Size:
17.59 KB
patch
obsolete
>diff --git a/devel/pycharm-ce/Makefile b/devel/pycharm-ce/Makefile >index 7eb4e3e8c5..64b3d2e7dd 100644 >--- a/devel/pycharm-ce/Makefile >+++ b/devel/pycharm-ce/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= pycharm-ce >-DISTVERSION= 2022.2.4 >+DISTVERSION= 2022.3 > CATEGORIES= devel java python > MASTER_SITES= https://download.jetbrains.com/python/ \ > http://download.jetbrains.com/python/ >@@ -16,7 +16,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ > > USES= python:run shebangfix > USE_JAVA= yes >-JAVA_VERSION= 11+ >+JAVA_VERSION= 17+ > SHEBANG_FILES= bin/restart.py > > NO_ARCH= yes >@@ -30,7 +30,8 @@ SUB_LIST+= IDEA_HOME=${IDEA_HOME} > # Remove non-native binaries > post-extract: > @${RM} ${WRKSRC}/bin/*fsnotifier* ${WRKSRC}/bin/*.so ${WRKSRC}/bin/repair >- @${FIND} ${WRKSRC}/plugins -name '*.so' -delete >+ @${FIND} ${WRKSRC}/lib ${WRKSRC}/plugins -name '*.so' -delete >+ @${FIND} ${WRKSRC}/lib ${WRKSRC}/plugins -type d -empty -delete > @${RM} -r ${WRKSRC}/plugins/cwm-plugin/quiche-native > @${RM} -r ${WRKSRC}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process > # Remove the bundled native Pty4J support libraries, they are replaced >diff --git a/devel/pycharm-ce/distinfo b/devel/pycharm-ce/distinfo >index eaeeda96ee..affbbf7fcf 100644 >--- a/devel/pycharm-ce/distinfo >+++ b/devel/pycharm-ce/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1668837423 >-SHA256 (pycharm-community-2022.2.4.tar.gz) = 5f10f855a562877f76d3470c123323e2ff40ecbef65aae14730b6cf25c2d9216 >-SIZE (pycharm-community-2022.2.4.tar.gz) = 535908869 >+TIMESTAMP = 1670385945 >+SHA256 (pycharm-community-2022.3.tar.gz) = 2a23e3e6c38dd970545634dd6de79eb7f075df7bd782d3b3c8047d670f1261b7 >+SIZE (pycharm-community-2022.3.tar.gz) = 562364769 >diff --git a/devel/pycharm-ce/files/pycharm.in b/devel/pycharm-ce/files/pycharm.in >index d0f462e880..f7c75269e9 100644 >--- a/devel/pycharm-ce/files/pycharm.in >+++ b/devel/pycharm-ce/files/pycharm.in >@@ -1,3 +1,6 @@ > #!/bin/sh >- >+# >+# Wrapper to enforce usable Java versions >+# >+export JAVA_VERSION=%%JAVA_VERSION%% > exec "%%DATADIR%%/bin/pycharm.sh" "$@" >diff --git a/devel/pycharm-ce/pkg-plist b/devel/pycharm-ce/pkg-plist >index 6e83f9e49d..947f6a6878 100644 >--- a/devel/pycharm-ce/pkg-plist >+++ b/devel/pycharm-ce/pkg-plist >@@ -3,16 +3,16 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/Install-Linux-tar.txt > %%DATADIR%%/bin/brokenPlugins.db > %%DATADIR%%/bin/format.sh >-%%DATADIR%%/bin/icons/icons-v1-1.0-d.db >-%%DATADIR%%/bin/icons/icons-v1-1.0.db >-%%DATADIR%%/bin/icons/icons-v1-1.25-d.db >-%%DATADIR%%/bin/icons/icons-v1-1.25.db >-%%DATADIR%%/bin/icons/icons-v1-1.5-d.db >-%%DATADIR%%/bin/icons/icons-v1-1.5.db >-%%DATADIR%%/bin/icons/icons-v1-2.0-d.db >-%%DATADIR%%/bin/icons/icons-v1-2.0.db >-%%DATADIR%%/bin/icons/icons-v1-2.5-d.db >-%%DATADIR%%/bin/icons/icons-v1-2.5.db >+%%DATADIR%%/bin/icons/icons-v2-1.0-d.db >+%%DATADIR%%/bin/icons/icons-v2-1.0.db >+%%DATADIR%%/bin/icons/icons-v2-1.25-d.db >+%%DATADIR%%/bin/icons/icons-v2-1.25.db >+%%DATADIR%%/bin/icons/icons-v2-1.5-d.db >+%%DATADIR%%/bin/icons/icons-v2-1.5.db >+%%DATADIR%%/bin/icons/icons-v2-2.0-d.db >+%%DATADIR%%/bin/icons/icons-v2-2.0.db >+%%DATADIR%%/bin/icons/icons-v2-2.5-d.db >+%%DATADIR%%/bin/icons/icons-v2-2.5.db > %%DATADIR%%/bin/idea.properties > %%DATADIR%%/bin/inspect.sh > %%DATADIR%%/bin/ltedit.sh >@@ -24,86 +24,41 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/build.txt > %%DATADIR%%/help/ReferenceCard.pdf > %%DATADIR%%/help/ReferenceCardForMac.pdf >+%%DATADIR%%/lib/3rd-party-native.jar > %%DATADIR%%/lib/3rd-party-rt.jar > %%DATADIR%%/lib/annotations-java5.jar > %%DATADIR%%/lib/app.jar >-%%DATADIR%%/lib/asm-9.2.jar >-%%DATADIR%%/lib/asm-analysis-9.2.jar >-%%DATADIR%%/lib/asm-commons-9.2.jar >-%%DATADIR%%/lib/asm-tree-9.2.jar >-%%DATADIR%%/lib/asm-util-9.2.jar >-%%DATADIR%%/lib/build-marker-PC-222.4459.20 >+%%DATADIR%%/lib/build-marker-PC-223.7571.203 > %%DATADIR%%/lib/byte-buddy-agent.jar > %%DATADIR%%/lib/cds/classesLogAgent.jar >-%%DATADIR%%/lib/dbus-java-3.2.1.jar > %%DATADIR%%/lib/error-prone-annotations.jar > %%DATADIR%%/lib/external-system-rt.jar > %%DATADIR%%/lib/externalProcess-rt.jar > %%DATADIR%%/lib/forms_rt.jar > %%DATADIR%%/lib/groovy.jar >-%%DATADIR%%/lib/grpc-netty-shaded.jar >-%%DATADIR%%/lib/intellij-coverage-agent-1.0.673.jar >+%%DATADIR%%/lib/intellij-coverage-agent-1.0.682.jar > %%DATADIR%%/lib/intellij-test-discovery.jar >-%%DATADIR%%/lib/java-utils-1.0.6.jar > %%DATADIR%%/lib/jetbrains-annotations.jar >-%%DATADIR%%/lib/jffi-1.3.9-native.jar >-%%DATADIR%%/lib/jffi-1.3.9.jar >-%%DATADIR%%/lib/jna.jar >-%%DATADIR%%/lib/jnr-a64asm-1.0.0.jar >-%%DATADIR%%/lib/jnr-ffi-2.2.12.jar >-%%DATADIR%%/lib/jnr-x86asm-1.0.2.jar > %%DATADIR%%/lib/jps-model.jar > %%DATADIR%%/lib/jsch-agent.jar > %%DATADIR%%/lib/junit4.jar >-%%DATADIR%%/lib/junixsocket-core.jar >-%%DATADIR%%/lib/lz4-java.jar > %%DATADIR%%/lib/platform-objectSerializer-annotations.jar > %%DATADIR%%/lib/platform-statistics-devkit.jar > %%DATADIR%%/lib/protobuf.jar >-%%DATADIR%%/lib/pty4j.jar >-%%DATADIR%%/lib/rd-core.jar >-%%DATADIR%%/lib/rd-framework.jar >-%%DATADIR%%/lib/rd-swing.jar >-%%DATADIR%%/lib/rd-text.jar >+%%DATADIR%%/lib/rd.jar > %%DATADIR%%/lib/src/pycharm-openapi-src.zip > %%DATADIR%%/lib/stats.jar > %%DATADIR%%/lib/testFramework.jar > %%DATADIR%%/lib/util.jar > %%DATADIR%%/lib/util_rt.jar >-%%DATADIR%%/lib/winp.jar > %%DATADIR%%/license/LICENSE.txt > %%DATADIR%%/license/NOTICE.txt >-%%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/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/third-party-libraries.json > %%DATADIR%%/license/yourkit-license-redist.txt >-%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar >-%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar > %%DATADIR%%/plugins/color-scheme-github/lib/color-scheme-github.jar > %%DATADIR%%/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar > %%DATADIR%%/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar >@@ -122,7 +77,6 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-terminal.jar > %%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin.jar > %%DATADIR%%/plugins/cwm-plugin/lib/cwm-unattended-common.jar >-%%DATADIR%%/plugins/cwm-plugin/lib/cwm-unattended-ssh.jar > %%DATADIR%%/plugins/cwm-plugin/lib/ice4j.jar > %%DATADIR%%/plugins/cwm-plugin/lib/java-websocket.jar > %%DATADIR%%/plugins/cwm-plugin/lib/jitsi-utils.jar >@@ -132,17 +86,12 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/cwm-plugin/lib/projector-client-common.jar > %%DATADIR%%/plugins/cwm-plugin/lib/projector-client-swing.jar > %%DATADIR%%/plugins/cwm-plugin/lib/quiche-jna-stubs.jar >-%%DATADIR%%/plugins/cwm-plugin/lib/rd-text.jar > %%DATADIR%%/plugins/cwm-plugin/lib/tls-channel.jar > %%DATADIR%%/plugins/dev/lib/dev.jar > %%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar > %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar > %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar >-%%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar >-%%DATADIR%%/plugins/git4idea/lib/git4idea.jar >-%%DATADIR%%/plugins/github/lib/github.jar > %%DATADIR%%/plugins/grazie/lib/grazie.jar >-%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar > %%DATADIR%%/plugins/indexing-shared/lib/indexing-shared.jar > %%DATADIR%%/plugins/markdown/lib/markdown.jar > %%DATADIR%%/plugins/marketplace/lib/boot/marketplace-bootstrap.jar >@@ -150,10 +99,14 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/marketplace/lib/marketplace.jar > %%DATADIR%%/plugins/marketplace/platform-build.txt > %%DATADIR%%/plugins/platform-images/lib/platform-images.jar >+%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar >+%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar >+%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar > %%DATADIR%%/plugins/properties/lib/properties.jar >+%%DATADIR%%/plugins/pycharm-community-customization/lib/pycharm-community-customization.jar > %%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/lib/pycharm-community-sharedIndexes-bundled.jar >-%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-eaa17dd85117-5624bcb7aad9.ijx >-%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-eaa17dd85117-5624bcb7aad9.txt >+%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-cd7b89ea080f-5cf2a4fd6980.ijx >+%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-cd7b89ea080f-5cf2a4fd6980.txt > %%DATADIR%%/plugins/python-ce/helpers/.gitignore > %%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js > %%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js >@@ -894,6 +847,9 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/__init__.py >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/pydevd_asyncio_utils.py >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_asyncio_util/pydevd_nest_asyncio.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py >@@ -934,6 +890,7 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_type_handler.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py >@@ -959,28 +916,16 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/36_38/pydevd_frame_evaluator.c >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/36_38/pydevd_frame_evaluator.pxd >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/36_38/pydevd_frame_evaluator.pyx >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/39_310/pydevd_frame_evaluator.c >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/39_310/pydevd_frame_evaluator.pxd >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/39_310/pydevd_frame_evaluator.pyx >+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/cython/README.rst > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.c >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win32.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win_amd64.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win32.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win_amd64.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win32.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win_amd64.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win32.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win_amd64.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win32.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.c >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pxd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pyx > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd >@@ -4520,15 +4465,12 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/python-ce/helpers/virtualenv.pyz > %%DATADIR%%/plugins/python-ce/lib/python-ce.jar > %%DATADIR%%/plugins/python-sharedIndexes-downloadable/lib/python-sharedIndexes-downloadable.jar >-%%DATADIR%%/plugins/pythonIDE/lib/python-ide.jar >-%%DATADIR%%/plugins/rest/lib/rest.jar >+%%DATADIR%%/plugins/reStructuredText/lib/reStructuredText.jar > %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar >-%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar >+%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar > %%DATADIR%%/plugins/sh/lib/sh.jar > %%DATADIR%%/plugins/space/lib/space-java-jps.jar > %%DATADIR%%/plugins/space/lib/space.jar >-%%DATADIR%%/plugins/svn4idea/lib/sqlite.jar >-%%DATADIR%%/plugins/svn4idea/lib/svn4idea.jar > %%DATADIR%%/plugins/tasks/lib/tasks-core.jar > %%DATADIR%%/plugins/terminal/.zshenv > %%DATADIR%%/plugins/terminal/fish/config.fish >@@ -4875,6 +4817,23 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets > %%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json >@@ -4912,6 +4871,11 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/textmate.jar > %%DATADIR%%/plugins/toml/lib/toml.jar >-%%DATADIR%%/plugins/vcs-git-featuresTrainer/lib/vcs-git-featuresTrainer.jar >+%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar >+%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar >+%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar >+%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar >+%%DATADIR%%/plugins/vcs-svn/lib/sqlite.jar >+%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar > %%DATADIR%%/plugins/yaml/lib/yaml.jar > %%DATADIR%%/product-info.json
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
Flags:
jonc
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 268217
:
238593
|
238599