mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJ-MR-175479 IJ-CR-146078 IJPL-209476 caffeine as product lib
GitOrigin-RevId: a4585825ed7a9f49d9c74266ea2ebd4323d6405e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
351374ca85
commit
ec3242285e
Generated
+2
-1
@@ -627,6 +627,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/laf/win10/intellij.laf.win10.iml" filepath="$PROJECT_DIR$/plugins/laf/win10/intellij.laf.win10.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/ai.grazie.spell.gec.engine.local/intellij.libraries.ai.grazie.spell.gec.engine.local.iml" filepath="$PROJECT_DIR$/libraries/ai.grazie.spell.gec.engine.local/intellij.libraries.ai.grazie.spell.gec.engine.local.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/assertj-core/intellij.libraries.assertj.core.iml" filepath="$PROJECT_DIR$/libraries/assertj-core/intellij.libraries.assertj.core.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/caffeine/intellij.libraries.caffeine.iml" filepath="$PROJECT_DIR$/libraries/caffeine/intellij.libraries.caffeine.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/libraries/cglib/intellij.libraries.cglib.iml" filepath="$PROJECT_DIR$/platform/libraries/cglib/intellij.libraries.cglib.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/coil/intellij.libraries.coil.iml" filepath="$PROJECT_DIR$/libraries/coil/intellij.libraries.coil.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/compose-foundation-desktop/intellij.libraries.compose.foundation.desktop.iml" filepath="$PROJECT_DIR$/libraries/compose-foundation-desktop/intellij.libraries.compose.foundation.desktop.iml" />
|
||||
@@ -637,9 +638,9 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/grpc/intellij.libraries.grpc.iml" filepath="$PROJECT_DIR$/libraries/grpc/intellij.libraries.grpc.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/grpc-netty-shaded/intellij.libraries.grpc.netty.shaded.iml" filepath="$PROJECT_DIR$/libraries/grpc-netty-shaded/intellij.libraries.grpc.netty.shaded.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/guava/intellij.libraries.guava.iml" filepath="$PROJECT_DIR$/libraries/guava/intellij.libraries.guava.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/hash4j/intellij.libraries.hash4j.iml" filepath="$PROJECT_DIR$/libraries/hash4j/intellij.libraries.hash4j.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/hamcrest/intellij.libraries.hamcrest.iml" filepath="$PROJECT_DIR$/libraries/hamcrest/intellij.libraries.hamcrest.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/hamcrest-more-matchers/intellij.libraries.hamcrest.more.matchers.iml" filepath="$PROJECT_DIR$/libraries/hamcrest-more-matchers/intellij.libraries.hamcrest.more.matchers.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/hash4j/intellij.libraries.hash4j.iml" filepath="$PROJECT_DIR$/libraries/hash4j/intellij.libraries.hash4j.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/junit4/intellij.libraries.junit4.iml" filepath="$PROJECT_DIR$/libraries/junit4/intellij.libraries.junit4.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/junit5/intellij.libraries.junit5.iml" filepath="$PROJECT_DIR$/libraries/junit5/intellij.libraries.junit5.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/junit5-launcher/intellij.libraries.junit5.launcher.iml" filepath="$PROJECT_DIR$/libraries/junit5-launcher/intellij.libraries.junit5.launcher.iml" />
|
||||
|
||||
@@ -339,6 +339,7 @@ jvm/jvm-analysis-refactoring
|
||||
jvm/jvm-analysis-testFramework
|
||||
libraries/ai.grazie.spell.gec.engine.local
|
||||
libraries/assertj-core
|
||||
libraries/caffeine
|
||||
libraries/coil
|
||||
libraries/compose-foundation-desktop
|
||||
libraries/compose-foundation-desktop-junit
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.build.javac.rt" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="library" name="kotlin-metadata" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="ASM" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hash4j" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
|
||||
@@ -69,7 +69,7 @@ jvm_library(
|
||||
"@lib//:kotlin-reflect",
|
||||
"@lib//:kryo5",
|
||||
"//libraries/guava",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:opentelemetry",
|
||||
"@lib//:opentelemetry-semconv",
|
||||
"@lib//:kotlinx-collections-immutable",
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
||||
<orderEntry type="library" name="Kryo5" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.guava" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="opentelemetry" level="project" />
|
||||
<orderEntry type="library" name="opentelemetry-semconv" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-collections-immutable" level="project" />
|
||||
|
||||
@@ -88,7 +88,7 @@ jvm_library(
|
||||
"//platform/workspace/jps",
|
||||
"//platform/platform-impl/internal",
|
||||
"//platform/backend/workspace",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/markdown-utils",
|
||||
"@lib//:jetbrains-markdown",
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.internal" />
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.markdown.utils" />
|
||||
<orderEntry type="library" name="jetbrains.markdown" level="project" />
|
||||
|
||||
@@ -37,7 +37,7 @@ jvm_library(
|
||||
"//platform/tracing:tracing-rt",
|
||||
"//platform/util/zip",
|
||||
"@community//build:dependency-graph",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlin-stdlib-provided",
|
||||
"//libraries/hash4j",
|
||||
"@lib//:jetbrains-annotations",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.tracing.rt" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.zip" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.build.dependencyGraph" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hash4j" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ jvm_library(
|
||||
"//platform/lang-impl",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//json/syntax",
|
||||
"//platform/syntax/syntax-psi:psi",
|
||||
"//platform/syntax/syntax-util:util",
|
||||
|
||||
@@ -45,7 +45,7 @@ jvm_library(
|
||||
"@lib//:jackson",
|
||||
"@lib//:jackson-dataformat-yaml",
|
||||
"@lib//:jetbrains-markdown",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:kotlinx-collections-immutable",
|
||||
"//json",
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<orderEntry type="library" name="jackson" level="project" />
|
||||
<orderEntry type="library" name="jackson-dataformat-yaml" level="project" />
|
||||
<orderEntry type="library" name="jetbrains.markdown" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-collections-immutable" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.json" exported="" />
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.json.syntax" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax.util" />
|
||||
|
||||
+8
-4
@@ -71,23 +71,27 @@ Add the entry in alphabetical order.
|
||||
|
||||
### 5. Register in Project Modules
|
||||
|
||||
Add the module to both `modules.xml` files in alphabetical order:
|
||||
Add the module to both `modules.xml` files. **CRITICAL**: Entries must be sorted by the `filepath` attribute value, not by module name or directory name. The IDE will auto-sort on save, but you should place entries in the correct position initially.
|
||||
|
||||
#### Root project file: `.idea/modules.xml`
|
||||
```xml
|
||||
<module fileurl="file://$PROJECT_DIR$/community/libraries/example-lib/intellij.libraries.example.lib.iml"
|
||||
<module fileurl="file://$PROJECT_DIR$/community/libraries/example-lib/intellij.libraries.example.lib.iml"
|
||||
filepath="$PROJECT_DIR$/community/libraries/example-lib/intellij.libraries.example.lib.iml" />
|
||||
```
|
||||
|
||||
#### Community project file: `community/.idea/modules.xml`
|
||||
```xml
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/example-lib/intellij.libraries.example.lib.iml"
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/example-lib/intellij.libraries.example.lib.iml"
|
||||
filepath="$PROJECT_DIR$/libraries/example-lib/intellij.libraries.example.lib.iml" />
|
||||
```
|
||||
|
||||
**Important:**
|
||||
**Important:**
|
||||
- Root `modules.xml` uses full path with `community/` prefix
|
||||
- Community `modules.xml` uses relative path without `community/` prefix
|
||||
- **Sorting**: Entries are sorted by `filepath` attribute (standard string comparison)
|
||||
- Example: `libraries/hamcrest` < `libraries/hamcrest-more-matchers` < `libraries/hash4j`
|
||||
- Note: Hyphen `-` comes before slash `/` in sorting, so `hamcrest-more-matchers` comes before `hash4j`
|
||||
- The IDE will auto-correct sorting on save, but tests will fail if order is incorrect
|
||||
|
||||
### 6. Register in LIBRARY_MODULE_NAMES
|
||||
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
### auto-generated section `build intellij.libraries.caffeine` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
resourcegroup(
|
||||
name = "caffeine_resources",
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "caffeine",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob([], allow_empty = True),
|
||||
resources = [":caffeine_resources"],
|
||||
exports = ["@lib//:caffeine"],
|
||||
runtime_deps = ["@lib//:caffeine"]
|
||||
)
|
||||
### auto-generated section `build intellij.libraries.caffeine` end
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" exported="" name="caffeine" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -0,0 +1,2 @@
|
||||
<idea-plugin>
|
||||
</idea-plugin>
|
||||
@@ -19,6 +19,7 @@ fun JpsModule.isLibraryModule(): Boolean {
|
||||
*/
|
||||
private val LIBRARY_MODULE_NAMES: Set<String> = setOf(
|
||||
"intellij.libraries.assertj.core",
|
||||
"intellij.libraries.caffeine",
|
||||
"intellij.libraries.compose.foundation.desktop",
|
||||
"intellij.libraries.compose.foundation.desktop.junit",
|
||||
"intellij.libraries.compose.runtime.desktop",
|
||||
|
||||
@@ -36,7 +36,7 @@ jvm_library(
|
||||
"@lib//:jackson",
|
||||
"@lib//:jackson-jr-objects",
|
||||
"@lib//:netty-buffer",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/util/concurrency",
|
||||
"//platform/core-ui",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<orderEntry type="library" name="jackson" level="project" />
|
||||
<orderEntry type="library" name="jackson-jr-objects" level="project" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.concurrency" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
|
||||
@@ -40,7 +40,7 @@ jvm_library(
|
||||
"//platform/vcs-impl",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/vcs-log/api:vcs-log",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:jetbrains-markdown",
|
||||
"//platform/dvcs-impl:vcs-dvcs-impl",
|
||||
@@ -90,7 +90,7 @@ jvm_library(
|
||||
"//platform/vcs-impl:vcs-impl_test_lib",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/vcs-log/api:vcs-log",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:jetbrains-markdown",
|
||||
"@lib//:kotlin-test",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs.log" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="jetbrains.markdown" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||
|
||||
@@ -37,7 +37,7 @@ jvm_library(
|
||||
"@lib//:snakeyaml",
|
||||
"@lib//:fastutil-min",
|
||||
"@lib//:platform-credential_store-impl-dbus-java",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -71,7 +71,7 @@ jvm_library(
|
||||
"@lib//:snakeyaml",
|
||||
"@lib//:fastutil-min",
|
||||
"@lib//:platform-credential_store-impl-dbus-java",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//platform/testFramework/extensions:testExtensions",
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testExtensions" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
||||
|
||||
@@ -26,7 +26,7 @@ jvm_library(
|
||||
"//libraries/guava",
|
||||
"//platform/workspace/jps",
|
||||
"//platform/diagnostic",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/util/nanoxml",
|
||||
"@lib//:aalto-xml",
|
||||
"//platform/util/xmlDom",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.guava" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.nanoxml" />
|
||||
<orderEntry type="library" name="aalto-xml" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.xmlDom" />
|
||||
|
||||
@@ -82,7 +82,7 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"//platform/code-style-api:codeStyle",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"//platform/tracing:tracing-rt",
|
||||
"//platform/rd-platform-community:rd-community",
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.tracing.rt" />
|
||||
<orderEntry type="module" module-name="intellij.platform.rd.community" />
|
||||
|
||||
@@ -53,7 +53,7 @@ jvm_library(
|
||||
"//platform/util/text-matching",
|
||||
"//platform/diagnostic",
|
||||
"@lib//:jackson",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/progress/shared:ide-progress",
|
||||
"//platform/util/diff",
|
||||
"//platform/runtime/product",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.text.matching" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic" />
|
||||
<orderEntry type="library" name="jackson" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.progress" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.diff" />
|
||||
<orderEntry type="module" module-name="intellij.platform.runtime.product" />
|
||||
|
||||
@@ -94,7 +94,7 @@ jvm_library(
|
||||
"//platform/util/concurrency",
|
||||
"//platform/core-ui",
|
||||
"@lib//:zip-signer",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:classgraph",
|
||||
"//platform/util/zip",
|
||||
"@lib//:icu4j",
|
||||
@@ -256,7 +256,7 @@ jvm_library(
|
||||
"//platform/util/concurrency:concurrency_test_lib",
|
||||
"//platform/core-ui",
|
||||
"@lib//:zip-signer",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:classgraph",
|
||||
"//platform/util/zip",
|
||||
"@lib//:icu4j",
|
||||
|
||||
@@ -25,7 +25,7 @@ jvm_library(
|
||||
"//platform/util/coroutines",
|
||||
"//platform/indexing-api:indexing",
|
||||
"//libraries/guava",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -49,7 +49,7 @@ jvm_library(
|
||||
"//libraries/guava",
|
||||
"@lib//:junit5",
|
||||
"@lib//:assert_j",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.platform.ide.concurrency` end
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.guava" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -100,7 +100,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.concurrency" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="zip-signer" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="classgraph" level="project" />
|
||||
<orderEntry type="library" scope="RUNTIME" name="protobuf" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.zip" />
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<module name="intellij.libraries.kotlinx.serialization.core" loading="embedded"/>
|
||||
<module name="intellij.libraries.kotlinx.serialization.json" loading="embedded"/>
|
||||
|
||||
<module name="intellij.libraries.caffeine" loading="embedded"/>
|
||||
<module name="intellij.libraries.guava" loading="embedded"/>
|
||||
<module name="intellij.libraries.hash4j" loading="embedded"/>
|
||||
</content>
|
||||
|
||||
@@ -93,7 +93,7 @@ jvm_library(
|
||||
"//platform/util-class-loader:util-classLoader",
|
||||
"@lib//:netty-buffer",
|
||||
"@lib//:lz4-java",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:jackson",
|
||||
"//platform/core-ui",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.classLoader" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="netty-buffer" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="lz4-java" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="jackson" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" scope="TEST" />
|
||||
|
||||
@@ -28,7 +28,7 @@ jvm_library(
|
||||
"//platform/runtime/product",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/util-ex",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/ide-core",
|
||||
"//platform/ide-core/plugins",
|
||||
@@ -73,7 +73,7 @@ jvm_library(
|
||||
"//platform/runtime/product",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/util-ex",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/ide-core",
|
||||
"//platform/ide-core/plugins",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.runtime.product" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ex" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.plugins" />
|
||||
|
||||
@@ -15,7 +15,7 @@ jvm_library(
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:fastutil-min",
|
||||
"@lib//:netty-buffer",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/util/base",
|
||||
"//platform/util-class-loader:util-classLoader",
|
||||
"@lib//:lz4-java",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.base" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
|
||||
<orderEntry type="library" name="lz4-java" level="project" />
|
||||
|
||||
@@ -179,7 +179,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/util-ex",
|
||||
"@lib//:netty-buffer",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:aalto-xml",
|
||||
"//platform/util/xmlDom",
|
||||
"//platform/util/zip",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ex" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="aalto-xml" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.xmlDom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.zip" />
|
||||
|
||||
@@ -28,7 +28,7 @@ jvm_library(
|
||||
"//platform/util:util-ui",
|
||||
"//platform/core-api:core",
|
||||
"//platform/core-ui",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/vcs-api/shared",
|
||||
],
|
||||
exports = [
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs.shared" exported="" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -51,7 +51,7 @@ jvm_library(
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"//platform/util/progress",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/workspace/storage",
|
||||
"//platform/util/jdom",
|
||||
"//platform/diagnostic/telemetry",
|
||||
@@ -126,7 +126,7 @@ jvm_library(
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"//platform/util/progress",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/workspace/storage",
|
||||
"//platform/util/jdom",
|
||||
"//platform/diagnostic/telemetry",
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.progress" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry" />
|
||||
|
||||
@@ -41,7 +41,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/core-ui",
|
||||
"@lib//:gson",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:kotlinx-coroutines-guava",
|
||||
"//platform/diagnostic/telemetry",
|
||||
@@ -100,7 +100,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/core-ui",
|
||||
"@lib//:gson",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:kotlinx-coroutines-guava",
|
||||
"//platform/diagnostic/telemetry",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="gson" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-guava" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry" />
|
||||
|
||||
@@ -32,7 +32,7 @@ jvm_library(
|
||||
"@lib//:kotlin-reflect",
|
||||
"//platform/util",
|
||||
"@lib//:fastutil-min",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kryo5",
|
||||
"//platform/diagnostic/telemetry",
|
||||
"@lib//:opentelemetry",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="Kryo5" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry" />
|
||||
<orderEntry type="library" name="opentelemetry" level="project" />
|
||||
|
||||
@@ -26,7 +26,7 @@ jvm_library(
|
||||
"//platform/statistics",
|
||||
"//platform/core-ui",
|
||||
"//platform/platform-impl/codeinsight-inline:ide-codeinsight-inline",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:jackson-jr-objects",
|
||||
"@lib//:jackson",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.codeinsight.inline" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="jackson-jr-objects" level="project" />
|
||||
<orderEntry type="library" name="jackson" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
|
||||
@@ -88,7 +88,7 @@ jvm_library(
|
||||
"//json/backend",
|
||||
"@lib//:kotlinx-serialization-protobuf",
|
||||
"//platform/built-in-server-api:builtInServer",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//platform/ijent/buildConstants",
|
||||
"//platform/markdown-utils",
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<orderEntry type="module" module-name="intellij.json.backend" />
|
||||
<orderEntry type="library" name="kotlinx-serialization-protobuf" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.builtInServer" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ijent.community.buildConstants" />
|
||||
<orderEntry type="module" module-name="intellij.platform.markdown.utils" />
|
||||
|
||||
@@ -76,7 +76,7 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
@@ -181,7 +181,7 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
|
||||
@@ -29,7 +29,7 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"//platform/util/coroutines",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/util/text-matching",
|
||||
"//platform/platform-impl/ui",
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.text.matching" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.ui" />
|
||||
|
||||
@@ -67,7 +67,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/platform-util-netty:ide-util-netty",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/collaboration-tools/auth",
|
||||
"//platform/collaboration-tools/auth-base:collaborationTools-auth-base",
|
||||
"//platform/markdown-utils",
|
||||
@@ -141,7 +141,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/platform-util-netty:ide-util-netty",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/collaboration-tools/auth",
|
||||
"//platform/collaboration-tools/auth-base:collaborationTools-auth-base",
|
||||
"//platform/markdown-utils",
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.netty" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.collaborationTools.auth" />
|
||||
<orderEntry type="module" module-name="intellij.platform.collaborationTools.auth.base" />
|
||||
<orderEntry type="module" module-name="intellij.platform.markdown.utils" />
|
||||
|
||||
@@ -16,7 +16,7 @@ jvm_library(
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/core-api:core",
|
||||
"//platform/platform-api:ide",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
|
||||
@@ -59,7 +59,7 @@ jvm_library(
|
||||
"@lib//:jetbrains-markdown",
|
||||
"//platform/markdown-utils",
|
||||
"@lib//:miglayout-swing",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/diff-impl",
|
||||
"//platform/lang-impl",
|
||||
"//platform/statistics",
|
||||
@@ -120,7 +120,7 @@ jvm_library(
|
||||
"//platform/markdown-utils",
|
||||
"//platform/markdown-utils:markdown-utils_test_lib",
|
||||
"@lib//:miglayout-swing",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/diff-impl",
|
||||
"//platform/lang-impl",
|
||||
"//platform/statistics",
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<orderEntry type="library" name="jetbrains.markdown" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.markdown.utils" />
|
||||
<orderEntry type="library" name="miglayout-swing" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
|
||||
@@ -16,7 +16,7 @@ jvm_library(
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/core-api:core",
|
||||
"//platform/core-impl",
|
||||
"//platform/core-ui",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
|
||||
@@ -77,7 +77,7 @@ jvm_library(
|
||||
"//platform/util/text-matching",
|
||||
"//libraries/grpc",
|
||||
"//platform/util/jdom",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
],
|
||||
exports = [
|
||||
"@lib//:grazie-core-org-jetbrains-intellij-deps-languagetool-languagetool-core",
|
||||
|
||||
@@ -412,6 +412,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.text.matching" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.grpc" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -28,7 +28,7 @@ jvm_library(
|
||||
kotlinc_opts = ":custom_analysis-api-platform",
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinc-kotlin-compiler-common",
|
||||
"@lib//:kotlinc-analysis-api",
|
||||
"@lib//:kotlinc-analysis-api-platform-interface",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
||||
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
||||
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
||||
|
||||
@@ -61,7 +61,7 @@ jvm_library(
|
||||
"//java/idea-ui:ui",
|
||||
"//platform/workspace/jps",
|
||||
"//platform/backend/workspace",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/util/jdom",
|
||||
"//java/java-impl:impl",
|
||||
"@lib//:kotlinc-analysis-api-impl-base",
|
||||
@@ -111,7 +111,7 @@ jvm_library(
|
||||
"//java/idea-ui:ui",
|
||||
"//platform/workspace/jps",
|
||||
"//platform/backend/workspace",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/util/jdom",
|
||||
"//java/java-impl:impl",
|
||||
"@lib//:junit4",
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
|
||||
@@ -21,7 +21,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:asm",
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:kotlinc-kotlin-compiler-common",
|
||||
"@lib//:kotlinc-kotlin-compiler-fe10",
|
||||
"//java/debugger/openapi:java-debugger",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="ASM" level="project" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-fe10" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.java.debugger" />
|
||||
|
||||
@@ -54,7 +54,7 @@ jvm_library(
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//platform/diagnostic",
|
||||
"//platform/util/coroutines",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/ui.jcef",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/project/shared:project",
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ui.jcef" exported="" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.project" />
|
||||
|
||||
@@ -20,7 +20,7 @@ jvm_library(
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/statistics",
|
||||
"//platform/platform-impl/internal",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/ml-impl",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.internal" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ml.impl" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -51,7 +51,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/xdebugger-api:debugger",
|
||||
"//platform/xdebugger-impl:debugger-impl",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/remote-driver/core:driver-impl",
|
||||
"@lib//:netty-codec-http",
|
||||
"@lib//:netty-buffer",
|
||||
@@ -114,7 +114,7 @@ jvm_library(
|
||||
"//platform/xdebugger-api:debugger",
|
||||
"//platform/xdebugger-impl:debugger-impl",
|
||||
"//platform/xdebugger-impl:debugger-impl_test_lib",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/remote-driver/core:driver-impl",
|
||||
"@lib//:netty-codec-http",
|
||||
"@lib//:netty-buffer",
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger.impl" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.driver.impl" />
|
||||
<orderEntry type="library" name="netty-codec-http" level="project" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
|
||||
@@ -23,7 +23,7 @@ jvm_library(
|
||||
"//platform/core-api:core",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/indexing-api:indexing",
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-impl",
|
||||
@@ -66,7 +66,7 @@ jvm_library(
|
||||
"//platform/core-api:core",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/indexing-api:indexing",
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-core",
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" scope="TEST" />
|
||||
|
||||
@@ -39,7 +39,7 @@ jvm_library(
|
||||
"//platform/vcs-api:vcs",
|
||||
"//platform/statistics",
|
||||
"//platform/core-ui",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/util/coroutines",
|
||||
"//platform/credential-store-impl:credentialStore-impl",
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
<orderEntry type="module" module-name="intellij.platform.credentialStore.impl" />
|
||||
|
||||
@@ -44,7 +44,7 @@ jvm_library(
|
||||
"//plugins/terminal/completion",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/refactoring",
|
||||
"@lib//:terminal-terminal-completion-db-with-extensions",
|
||||
"//platform/util/coroutines",
|
||||
|
||||
@@ -41,7 +41,7 @@ jvm_library(
|
||||
"//platform/inline-completion/shared:inline-completion",
|
||||
"//plugins/terminal/completion",
|
||||
"//platform/eel-provider",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/observable",
|
||||
"@lib//:kotlinx-datetime-jvm",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.inline.completion" />
|
||||
<orderEntry type="module" module-name="intellij.terminal.completion" />
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||
<orderEntry type="library" name="kotlinx-datetime-jvm" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<orderEntry type="module" module-name="intellij.terminal.completion" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="terminal-completion-db-with-extensions" type="repository">
|
||||
|
||||
@@ -31,7 +31,7 @@ jvm_library(
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//fleet/fastutil",
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/util/xmlDom",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="fleet.fastutil" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.xmlDom" />
|
||||
|
||||
@@ -148,7 +148,7 @@ jvm_library(
|
||||
"//platform/util/jdom",
|
||||
"//jps/jps-builders:build-tests_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
],
|
||||
exports = [
|
||||
"//java/compiler/forms-compiler:java-guiForms-compiler",
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.build.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="library" scope="TEST" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" scope="TEST" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
<Base>
|
||||
|
||||
+1
-1
@@ -305,7 +305,7 @@ jvm_library(
|
||||
"@lib//:jsr305",
|
||||
"@lib//:jetbrains-annotations",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/util/jdom",
|
||||
"//platform/extensions",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
<orderEntry type="library" name="jsr305" level="project" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.extensions" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
|
||||
@@ -26,7 +26,7 @@ jvm_library(
|
||||
"//python/python-sdk:sdk",
|
||||
"//python/python-syntax-core:syntax-core",
|
||||
"//python/python-psi-impl:psi-impl",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:io-github-z4kn4fein-semver-jvm",
|
||||
"//python/python-exec-service:community-execService",
|
||||
]
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<orderEntry type="module" module-name="intellij.python.sdk" />
|
||||
<orderEntry type="module" module-name="intellij.python.syntax.core" />
|
||||
<orderEntry type="module" module-name="intellij.python.psi.impl" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="io.github.z4kn4fein.semver.jvm" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.python.community.execService" />
|
||||
</component>
|
||||
|
||||
@@ -41,7 +41,7 @@ jvm_library(
|
||||
"//platform/execution",
|
||||
"//platform/remote-core",
|
||||
"@lib//:jna",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:jackson",
|
||||
"@lib//:jackson-databind",
|
||||
"@lib//:jackson-module-kotlin",
|
||||
@@ -82,7 +82,7 @@ jvm_library(
|
||||
"//platform/remote-core",
|
||||
"@lib//:jna",
|
||||
"@lib//:junit4",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"@lib//:jackson",
|
||||
"@lib//:jackson-databind",
|
||||
"@lib//:jackson-module-kotlin",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
||||
<orderEntry type="library" name="jna" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
<orderEntry type="library" name="caffeine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="library" name="jackson" level="project" />
|
||||
<orderEntry type="library" name="jackson-databind" level="project" />
|
||||
<orderEntry type="library" name="jackson-module-kotlin" level="project" />
|
||||
|
||||
@@ -41,7 +41,7 @@ jvm_library(
|
||||
"@lib//:jackson",
|
||||
"@lib//:jackson-databind",
|
||||
"@lib//:jackson-module-kotlin",
|
||||
"@lib//:caffeine",
|
||||
"//libraries/caffeine",
|
||||
"//platform/util/jdom",
|
||||
"//platform/markdown-utils",
|
||||
"//platform/polySymbols",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user