mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
* Switched to the project-level dependency everywhere * Introduced a new module intellij.platform.ml.logs to separate ml-api library usages from intellij.platform.ml and intellij.platform.ml.impl modules * The following models has been adapted to the latest ML API version: python imports ranking, fuzzy resolve, completion trigger model, jetenry inline prompt detection, jetenry fleet code classification Merge-request: IJ-MR-166415 Merged-by: Vladimir Fedorov <890readrid@gmail.com> (cherry picked from commit 9056efba5a5397a700daabb453ee1477cfaabdf3) GitOrigin-RevId: 7cfc63d35b55ac968d5a3b789d2ed5f29d4f12d6
90 lines
3.8 KiB
YAML
90 lines
3.8 KiB
YAML
- name: lib/completion-ranking-python-with-full-line.jar
|
|
library: completion-ranking-python-with-full-line
|
|
module: intellij.python.community.impl
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/completion-ranking-python-with-full-line/0/completion-ranking-python-with-full-line-0.jar
|
|
- name: lib/io.github.z4kn4fein.semver.jvm.jar
|
|
library: io.github.z4kn4fein.semver.jvm
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/io/github/z4kn4fein/semver-jvm/2/semver-jvm-2.jar
|
|
reason: <- intellij.python.community.impl
|
|
- name: lib/jsr305.jar
|
|
library: jsr305
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3/jsr305-3.jar
|
|
reason: <- intellij.python.community.impl
|
|
- name: lib/kaml.jar
|
|
library: kaml
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/com/charleskorn/kaml/kaml-jvm/0/kaml-jvm-0.jar
|
|
- name: $MAVEN_REPOSITORY$/it/krzeminski/snakeyaml-engine-kmp-jvm/3/snakeyaml-engine-kmp-jvm-3.jar
|
|
- name: $MAVEN_REPOSITORY$/net/thauvin/erik/urlencoder/urlencoder-lib-jvm/1/urlencoder-lib-jvm-1.jar
|
|
reason: <- intellij.python.community.impl
|
|
- name: lib/libthrift.jar
|
|
library: libthrift
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/org/apache/thrift/libthrift/0/libthrift-0.jar
|
|
reason: withProjectLibrary
|
|
- name: lib/ml-completion-prev-exprs-models.jar
|
|
library: ml-completion-prev-exprs-models
|
|
module: intellij.python.community.impl
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/completion/ml/python/features/ml-completion-prev-exprs-models/1/ml-completion-prev-exprs-models-1.jar
|
|
- name: lib/modules/intellij.python.ml.features.jar
|
|
contentModules:
|
|
- name: intellij.python.ml.features
|
|
libraries:
|
|
jetbrains.ml.models.python.imports.ranking.model:
|
|
- name: $MAVEN_REPOSITORY$/com/jetbrains/ml/models/python-imports-ranking-model/coral-panda-republished-4/python-imports-ranking-model-coral-panda-republished-4.jar
|
|
- name: lib/python-ce-frontend.jar
|
|
contentModules:
|
|
- name: intellij.python.parser
|
|
- name: intellij.python.ast
|
|
- name: intellij.python.syntax.core
|
|
- name: intellij.python.syntax
|
|
- name: intellij.python.community.helpersLocator
|
|
- name: lib/python-ce.jar
|
|
modules:
|
|
- name: intellij.python.community.plugin
|
|
contentModules:
|
|
- name: intellij.python.psi
|
|
- name: intellij.python.psi.impl
|
|
- name: intellij.python.sdk
|
|
- name: intellij.python.pyproject
|
|
- name: intellij.python.community.impl.poetry
|
|
- name: intellij.python.community.core.impl
|
|
- name: intellij.python.community
|
|
- name: intellij.python.community.impl
|
|
- name: intellij.python.community.execService
|
|
- name: intellij.python.community.execService.python
|
|
- name: intellij.python.community.impl.installer
|
|
- name: intellij.python.pydev
|
|
- name: intellij.python.community.impl.venv
|
|
- name: intellij.python.hatch
|
|
- name: intellij.python.community.services.shared
|
|
- name: intellij.python.community.services.internal.impl
|
|
- name: intellij.python.community.services.systemPython
|
|
- name: intellij.python.community.plugin.minor
|
|
- name: intellij.python.community.plugin.minorRider
|
|
- name: intellij.python.community.communityOnly
|
|
- name: intellij.commandInterface
|
|
- name: intellij.python.community.impl.huggingFace
|
|
- name: intellij.python.community.plugin.impl
|
|
- name: intellij.python.community.plugin.java
|
|
- name: intellij.python.copyright
|
|
- name: intellij.python.featuresTrainer
|
|
- name: intellij.python.grazie
|
|
- name: intellij.python.langInjection
|
|
- name: intellij.python.markdown
|
|
- name: intellij.python.terminal
|
|
- name: lib/tuweni-toml.jar
|
|
library: tuweni-toml
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/org/apache/tuweni/tuweni-toml/2/tuweni-toml-2.jar
|
|
- name: $MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4/antlr4-runtime-4.jar
|
|
reason: <- intellij.python.pyproject
|
|
- name: lib/xmlrpc.jar
|
|
library: XmlRPC
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/org/apache/ws/xmlrpc/xmlrpc/2/xmlrpc-2.jar
|
|
reason: withProjectLibrary |