mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
IJ-MR-175479 IJ-CR-146078 IJPL-209476 fast-util
GitOrigin-RevId: 87af2a3aad6e264a9b332c20ff572ec735f741f2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0272d6a0c7
commit
4b619431c2
1
.idea/modules.xml
generated
1
.idea/modules.xml
generated
@@ -637,6 +637,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/compose-runtime-desktop/intellij.libraries.compose.runtime.desktop.iml" filepath="$PROJECT_DIR$/libraries/compose-runtime-desktop/intellij.libraries.compose.runtime.desktop.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/detekt-compose-rules/intellij.libraries.detekt.compose.rules.iml" filepath="$PROJECT_DIR$/libraries/detekt-compose-rules/intellij.libraries.detekt.compose.rules.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/dokka/intellij.libraries.dokka.iml" filepath="$PROJECT_DIR$/libraries/dokka/intellij.libraries.dokka.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/libraries/fastutil/intellij.libraries.fastutil.iml" filepath="$PROJECT_DIR$/libraries/fastutil/intellij.libraries.fastutil.iml" />
|
||||
<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/gson/intellij.libraries.gson.iml" filepath="$PROJECT_DIR$/libraries/gson/intellij.libraries.gson.iml" />
|
||||
|
||||
@@ -25,7 +25,7 @@ jvm_library(
|
||||
"//platform/lang-impl",
|
||||
"//platform/refactoring",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/ide-core-impl",
|
||||
"//platform/core-ui",
|
||||
"//platform/util/jdom",
|
||||
@@ -53,7 +53,7 @@ jvm_library(
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/ide-core-impl",
|
||||
"//platform/core-ui",
|
||||
"//platform/util/jdom",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
|
||||
@@ -348,6 +348,7 @@ libraries/compose-foundation-desktop-junit
|
||||
libraries/compose-runtime-desktop
|
||||
libraries/detekt-compose-rules
|
||||
libraries/dokka
|
||||
libraries/fastutil
|
||||
libraries/grpc
|
||||
libraries/grpc-netty-shaded
|
||||
libraries/gson
|
||||
@@ -393,8 +394,6 @@ libraries/testcontainers
|
||||
libraries/testng
|
||||
libraries/winp
|
||||
libraries/xerces
|
||||
libraries/xml-rpc
|
||||
libraries/xstream
|
||||
libraries/xz
|
||||
notebooks/notebook-ui
|
||||
notebooks/visualization
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.asm" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hash4j" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="kotlin-stdlib" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -9,7 +9,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hash4j" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -12,7 +12,7 @@ jvm_library(
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"//platform/util/zip",
|
||||
"@lib//:kotlinx-collections-immutable",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:opentelemetry",
|
||||
"@lib//:opentelemetry-semconv",
|
||||
"//libraries/jackson/jr-objects:libraries-jackson-jr-objects",
|
||||
@@ -50,7 +50,7 @@ jvm_library(
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"//platform/util/zip",
|
||||
"@lib//:kotlinx-collections-immutable",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:opentelemetry",
|
||||
"@lib//:opentelemetry-semconv",
|
||||
"//libraries/jackson/jr-objects:libraries-jackson-jr-objects",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.zip" />
|
||||
<orderEntry type="library" name="kotlinx-collections-immutable" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" name="opentelemetry" level="project" />
|
||||
<orderEntry type="library" name="opentelemetry-semconv" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.jackson.jr.objects" />
|
||||
|
||||
@@ -30,7 +30,7 @@ jvm_library(
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/analysis-api:analysis",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.grid.core.impl` end
|
||||
@@ -25,6 +25,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -47,7 +47,7 @@ jvm_library(
|
||||
"//platform/lang-core",
|
||||
"//platform/lang-impl",
|
||||
"//platform/core-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/diff-api:diff",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
|
||||
@@ -59,7 +59,7 @@ jvm_library(
|
||||
"@lib//:protobuf",
|
||||
"@lib//:netty-codec-http",
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:jps-javac-extension",
|
||||
"@lib//:netty-buffer",
|
||||
"//libraries/winp",
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<orderEntry type="library" name="protobuf" level="project" />
|
||||
<orderEntry type="library" name="netty-codec-http" level="project" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" name="jps-javac-extension" level="project" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.winp" />
|
||||
|
||||
@@ -53,7 +53,7 @@ jvm_library(
|
||||
"//platform/statistics",
|
||||
"//images",
|
||||
"//platform/core-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"//libraries/gson",
|
||||
"//libraries/asm",
|
||||
@@ -121,7 +121,7 @@ jvm_library(
|
||||
"//images",
|
||||
"//images:images_test_lib",
|
||||
"//platform/core-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"//libraries/gson",
|
||||
"//libraries/asm",
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.images" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.gson" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.asm" />
|
||||
|
||||
@@ -48,7 +48,7 @@ jvm_library(
|
||||
"//platform/util/nanoxml",
|
||||
"//libraries/jackson/databind",
|
||||
"//platform/xdebugger-impl:debugger-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/statistics",
|
||||
"//platform/util-class-loader:util-classLoader",
|
||||
"//platform/diff-api:diff",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.nanoxml" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.jackson.databind" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger.impl" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff" />
|
||||
|
||||
@@ -44,7 +44,7 @@ jvm_library(
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//platform/statistics",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-ui",
|
||||
"//platform/lang-impl",
|
||||
"//platform/workspace/jps",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
|
||||
@@ -44,7 +44,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//java/openapi:java",
|
||||
"//platform/util:util-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/workspace/storage",
|
||||
"//libraries/icu4j",
|
||||
"//platform/util/jdom",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.java" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.icu4j" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
|
||||
@@ -21,7 +21,7 @@ jvm_library(
|
||||
"//libraries/asm",
|
||||
"@lib//:stream_ex",
|
||||
"//platform/util",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//platform/syntax/syntax-psi:psi",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.asm" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax.psi" />
|
||||
|
||||
@@ -17,7 +17,7 @@ jvm_library(
|
||||
"//platform/core-api:core",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/ide-core-impl",
|
||||
"//java/compiler/openapi:java-compiler",
|
||||
"//libraries/asm",
|
||||
|
||||
@@ -17,7 +17,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="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.java.compiler" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.asm" />
|
||||
|
||||
@@ -37,7 +37,7 @@ jvm_library(
|
||||
"//platform/ide-core-impl",
|
||||
"@lib//:stream_ex",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/diff-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//platform/util/diff",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.diff" />
|
||||
|
||||
@@ -78,7 +78,7 @@ jvm_library(
|
||||
"//plugins/copyright",
|
||||
"@lib//:stream_ex",
|
||||
"//platform/statistics",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-ui",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
<orderEntry type="module" module-name="intellij.copyright" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" exported="" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
|
||||
@@ -26,7 +26,7 @@ jvm_library(
|
||||
"//platform/util",
|
||||
"//java/java-indexing-api:indexing",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//java/codeserver/core",
|
||||
"//java/java-syntax:syntax",
|
||||
],
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.java.indexing" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.java.codeserver.core" />
|
||||
<orderEntry type="module" module-name="intellij.java.syntax" />
|
||||
</component>
|
||||
|
||||
@@ -22,7 +22,7 @@ jvm_library(
|
||||
"//libraries/asm",
|
||||
"//platform/util",
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//java/java-syntax:syntax",
|
||||
"//platform/syntax/syntax-psi:psi",
|
||||
],
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.asm" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.java.syntax" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax.psi" exported="" />
|
||||
</component>
|
||||
|
||||
@@ -114,7 +114,7 @@ jvm_library(
|
||||
"//platform/statistics",
|
||||
"//platform/statistics:statistics_test_lib",
|
||||
"@lib//:jaxb-api",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//jps/model-impl",
|
||||
"//platform/core-ui",
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="jaxb-api" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
|
||||
@@ -45,7 +45,7 @@ jvm_library(
|
||||
"//java/execution/openapi:java-execution",
|
||||
"//jps/jps-builders:build",
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-ui",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.externalSystem.impl" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.build" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
|
||||
@@ -31,7 +31,7 @@ jvm_library(
|
||||
"@lib//:javax-annotation-api",
|
||||
"@lib//:platform-jps-build-qdox-java-parser",
|
||||
"//libraries/gson",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:jps-javac-extension",
|
||||
"@community//build:build-javac-rt",
|
||||
"//platform/tracing:tracing-rt",
|
||||
@@ -94,7 +94,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//libraries/asm",
|
||||
"//jps/model-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//libraries/gson",
|
||||
"@community//build:build-javac-rt",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module" module-name="intellij.libraries.gson" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" name="jps-javac-extension" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.build.javac.rt" />
|
||||
<orderEntry type="module" module-name="intellij.platform.tracing.rt" />
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.asm" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.gson" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.build.javac.rt" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" scope="TEST" />
|
||||
|
||||
@@ -17,7 +17,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/util",
|
||||
"//jps/model-api:model",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.platform.jps.model.impl` end
|
||||
|
||||
@@ -26,6 +26,6 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -17,7 +17,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/util",
|
||||
"//jps/model-api:model",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util/jdom",
|
||||
"@lib//:opentelemetry",
|
||||
"@lib//:opentelemetry-semconv",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="opentelemetry" level="project" />
|
||||
<orderEntry type="library" name="opentelemetry-semconv" level="project" />
|
||||
|
||||
@@ -35,7 +35,7 @@ jvm_library(
|
||||
"//platform/indexing-impl",
|
||||
"//platform/refactoring",
|
||||
"//platform/statistics",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-ui",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"@lib//:kotlin-stdlib",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
|
||||
18
libraries/fastutil/BUILD.bazel
Normal file
18
libraries/fastutil/BUILD.bazel
Normal file
@@ -0,0 +1,18 @@
|
||||
### auto-generated section `build intellij.libraries.fastutil` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
resourcegroup(
|
||||
name = "fastutil_resources",
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "fastutil",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob([], allow_empty = True),
|
||||
resources = [":fastutil_resources"],
|
||||
exports = ["@lib//:fastutil-min"],
|
||||
runtime_deps = ["@lib//:fastutil-min"]
|
||||
)
|
||||
### auto-generated section `build intellij.libraries.fastutil` end
|
||||
12
libraries/fastutil/intellij.libraries.fastutil.iml
Normal file
12
libraries/fastutil/intellij.libraries.fastutil.iml
Normal file
@@ -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="fastutil-min" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -0,0 +1,2 @@
|
||||
<idea-plugin>
|
||||
</idea-plugin>
|
||||
@@ -31,7 +31,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/util:util-ui",
|
||||
"//libraries/gson",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-ui",
|
||||
"//platform/code-style-api:codeStyle",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.gson" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
|
||||
@@ -37,7 +37,7 @@ jvm_library(
|
||||
"//platform/testFramework/core",
|
||||
"//platform/util-class-loader:util-classLoader",
|
||||
"//libraries/jackson/jr-objects:libraries-jackson-jr-objects",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//libraries/gson",
|
||||
"@lib//:protobuf",
|
||||
"//build/tasks",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="library" name="kaml" level="project" />
|
||||
|
||||
@@ -24,7 +24,7 @@ jvm_library(
|
||||
"//platform/boot",
|
||||
"//platform/util-class-loader:util-classLoader",
|
||||
"//platform/util/rt-java8",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//libraries/hash4j",
|
||||
"//platform/diagnostic/telemetry.exporters",
|
||||
"//platform/util/coroutines",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.rt.java8" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.xz" scope="RUNTIME" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hash4j" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic.telemetry.exporters" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
|
||||
@@ -29,7 +29,7 @@ jvm_library(
|
||||
"//platform/util/rt-java8",
|
||||
"//libraries/gson",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util/zip",
|
||||
"@lib//:platform-images-build-pngencoder",
|
||||
"//libraries/hash4j",
|
||||
@@ -65,7 +65,7 @@ jvm_library(
|
||||
"//platform/util/rt-java8",
|
||||
"//libraries/gson",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util/zip",
|
||||
"@lib//:platform-images-build-pngencoder",
|
||||
"//libraries/hash4j",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.rt.java8" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.gson" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.zip" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="pngencoder" type="repository">
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.jackson.jr.objects" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.gson" />
|
||||
<orderEntry type="library" name="protobuf" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.devkit.jps" scope="RUNTIME" />
|
||||
|
||||
@@ -25,6 +25,7 @@ private val LIBRARY_MODULE_NAMES: Set<String> = setOf(
|
||||
"intellij.libraries.compose.foundation.desktop",
|
||||
"intellij.libraries.compose.foundation.desktop.junit",
|
||||
"intellij.libraries.compose.runtime.desktop",
|
||||
"intellij.libraries.fastutil",
|
||||
"intellij.libraries.grpc",
|
||||
"intellij.libraries.grpc.netty.shaded",
|
||||
"intellij.libraries.gson",
|
||||
@@ -56,8 +57,6 @@ private val LIBRARY_MODULE_NAMES: Set<String> = setOf(
|
||||
"intellij.libraries.rhino",
|
||||
"intellij.libraries.testng",
|
||||
"intellij.libraries.winp",
|
||||
"intellij.libraries.xml.rpc",
|
||||
"intellij.libraries.xstream",
|
||||
"intellij.libraries.xz",
|
||||
"intellij.libraries.dokka",
|
||||
"intellij.libraries.guava",
|
||||
|
||||
@@ -38,7 +38,7 @@ jvm_library(
|
||||
"@community//build:zip",
|
||||
"@lib//:netty-buffer",
|
||||
"//libraries/hash4j",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:maven-resolver-provider",
|
||||
"//libraries/mockito",
|
||||
"@lib//:mockito-kotlin",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<orderEntry type="module" module-name="intellij.idea.community.build.zip" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="netty-buffer" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.hash4j" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="maven-resolver-provider" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.mockito" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="mockito-kotlin" level="project" />
|
||||
|
||||
@@ -10,7 +10,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/util",
|
||||
"//platform/util/jdom",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"@lib//:kaml",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="library" name="kaml" level="project" />
|
||||
|
||||
@@ -32,7 +32,7 @@ jvm_library(
|
||||
"//platform/diff-api:diff",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:netty-codec-http",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//libraries/jackson/jackson",
|
||||
"//libraries/jackson/jr-objects:libraries-jackson-jr-objects",
|
||||
"@lib//:netty-buffer",
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.diff" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="netty-codec-http" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.jackson" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.jackson.jr.objects" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
|
||||
@@ -23,7 +23,7 @@ jvm_library(
|
||||
"//platform/util:util-ui",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -34,7 +34,7 @@ jvm_library(
|
||||
"//libraries/miglayout-swing",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/diff-api:diff",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/diff-impl",
|
||||
"//platform/credential-store-ui:credentialStore-ui",
|
||||
"//platform/vcs-impl",
|
||||
@@ -80,7 +80,7 @@ jvm_library(
|
||||
"//libraries/miglayout-swing",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/diff-api:diff",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/diff-impl",
|
||||
"@lib//:junit4",
|
||||
"//platform/credential-store-ui:credentialStore-ui",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.miglayout.swing" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff.impl" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.credentialStore.ui" />
|
||||
|
||||
@@ -34,7 +34,7 @@ jvm_library(
|
||||
"//platform/ide-core-impl",
|
||||
"@lib//:snakeyaml-engine",
|
||||
"//platform/statistics",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/diff-api:diff",
|
||||
"//platform/core-ui",
|
||||
"//libraries/aalto-xml",
|
||||
@@ -94,7 +94,7 @@ jvm_library(
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//platform/statistics",
|
||||
"//platform/statistics:statistics_test_lib",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util/jdom",
|
||||
"//platform/settings",
|
||||
"//platform/settings-local",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="library" name="snakeyaml-engine" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.aalto.xml" />
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.settings" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.settings.local" scope="TEST" />
|
||||
|
||||
@@ -19,7 +19,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//platform/util/jdom",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util-class-loader:util-classLoader",
|
||||
"//libraries/aalto-xml",
|
||||
"//platform/util/xmlDom",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<orderEntry type="library" exported="" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.aalto.xml" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.xmlDom" />
|
||||
|
||||
@@ -35,7 +35,7 @@ jvm_library(
|
||||
"//libraries/guava",
|
||||
"@lib//:bouncy-castle-provider",
|
||||
"@lib//:snakeyaml",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:platform-credential_store-impl-dbus-java",
|
||||
"//libraries/caffeine",
|
||||
]
|
||||
@@ -69,7 +69,7 @@ jvm_library(
|
||||
"//libraries/guava",
|
||||
"@lib//:bouncy-castle-provider",
|
||||
"@lib//:snakeyaml",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:platform-credential_store-impl-dbus-java",
|
||||
"//libraries/caffeine",
|
||||
"//platform/testFramework",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.guava" />
|
||||
<orderEntry type="library" name="bouncy-castle-provider" level="project" />
|
||||
<orderEntry type="library" name="snakeyaml" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="dbus-java" type="repository">
|
||||
<properties maven-id="com.github.hypfvieh:dbus-java-transport-native-unixsocket:4.2.1">
|
||||
|
||||
@@ -11,7 +11,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:jetbrains-annotations",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.platform.diagnostic` end
|
||||
@@ -26,6 +26,6 @@
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -20,7 +20,7 @@ jvm_library(
|
||||
"//platform/core-impl",
|
||||
"//platform/util-ex",
|
||||
"//platform/util:util-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util-class-loader:util-classLoader",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"@lib//:opentelemetry",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ex" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.classLoader" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
<orderEntry type="library" name="opentelemetry" level="project" />
|
||||
|
||||
@@ -32,7 +32,7 @@ jvm_library(
|
||||
"//platform/statistics",
|
||||
"//platform/boot",
|
||||
"//platform/core-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//platform/util/coroutines",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.boot" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
|
||||
|
||||
@@ -21,7 +21,7 @@ jvm_library(
|
||||
"//platform/indexing-api:indexing",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/projectModel-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util/jdom",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -23,7 +23,7 @@ jvm_library(
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/projectModel-impl",
|
||||
"//platform/util:util-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-ui",
|
||||
"//platform/util/jdom",
|
||||
"//platform/statistics",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
|
||||
@@ -41,7 +41,7 @@ jvm_library(
|
||||
"//platform/observable",
|
||||
"//platform/util-ex",
|
||||
"//platform/projectModel-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-ui",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
"@lib//:jediterm-core",
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.ex" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
<orderEntry type="library" name="jediterm-core" level="project" />
|
||||
|
||||
@@ -25,7 +25,7 @@ jvm_library(
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/statistics",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//libraries/guava",
|
||||
"//platform/ide-core-impl",
|
||||
"//platform/execution.serviceView",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.guava" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.execution.serviceView" />
|
||||
|
||||
@@ -10,7 +10,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/util/jdom",
|
||||
"//platform/util",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/util/xmlDom",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.xmlDom" />
|
||||
<orderEntry type="library" exported="" name="kotlinx-coroutines-core" level="project" />
|
||||
|
||||
@@ -39,7 +39,7 @@ jvm_library(
|
||||
"//platform/statistics",
|
||||
"//platform/workspace/jps",
|
||||
"//platform/workspace/storage",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:commons-cli",
|
||||
"//platform/core-ui",
|
||||
"//platform/platform-util-io-impl:ide-util-io-impl",
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" name="commons-cli" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io.impl" />
|
||||
|
||||
@@ -26,7 +26,7 @@ jvm_library(
|
||||
"//platform/core-impl",
|
||||
"//platform/analysis-impl",
|
||||
"//libraries/icu4j",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/core-ui",
|
||||
"//jps/model-impl",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.icu4j" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" />
|
||||
|
||||
@@ -16,7 +16,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:stream_ex",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/util/jdom",
|
||||
"//platform/statistics",
|
||||
"@lib//:hdr_histogram",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="library" name="HdrHistogram" level="project" />
|
||||
|
||||
@@ -14,7 +14,7 @@ jvm_library(
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"@lib//:kotlinx-collections-immutable",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"@lib//:fastutil-min",
|
||||
"//libraries/fastutil",
|
||||
"//platform/core-api:core",
|
||||
"//platform/util",
|
||||
"//platform/util/coroutines",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user