mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
IJ-MR-162467 don't export intellij.xml.psi
GitOrigin-RevId: d4ca928b7dc468451c0047bd35f1f60c1199207a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ade5c6b0ec
commit
2d5aaf391b
@@ -16,6 +16,7 @@ jvm_library(
|
||||
"//images",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//xml/xml-parser:parser",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/core-impl",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.images" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.xml.parser" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
||||
|
||||
@@ -66,6 +66,7 @@ jvm_library(
|
||||
"@lib//:kotlinx-collections-immutable",
|
||||
"@lib//:netty-codec-protobuf",
|
||||
"//platform/eel-provider",
|
||||
"//xml/xml-psi-api:psi",
|
||||
],
|
||||
exports = ["//java/compiler/openapi:java-compiler"]
|
||||
)
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
<orderEntry type="library" name="kotlinx-collections-immutable" level="project" />
|
||||
<orderEntry type="library" name="netty-codec-protobuf" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework.shared" scope="TEST" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -56,6 +56,7 @@ jvm_library(
|
||||
"//java/debugger/shared",
|
||||
"//platform/eel-provider",
|
||||
"//java/codeserver/highlighting",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/xdebugger-impl/shared",
|
||||
],
|
||||
runtime_deps = [":impl_resources"]
|
||||
|
||||
@@ -89,6 +89,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.debugger.impl.shared" />
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" />
|
||||
<orderEntry type="module" module-name="intellij.java.codeserver.highlighting" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger.impl.shared" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -25,6 +25,7 @@ jvm_library(
|
||||
"//platform/xdebugger-api:debugger",
|
||||
"//platform/core-ui",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:kotlin-stdlib",
|
||||
],
|
||||
exports = ["//platform/xdebugger-api:debugger"],
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -54,6 +54,7 @@ jvm_library(
|
||||
"@lib//:maven-resolver-provider",
|
||||
"//java/java-syntax:syntax",
|
||||
"@lib//:slf4j-api",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:asm",
|
||||
],
|
||||
runtime_deps = [":ui_resources"]
|
||||
@@ -104,6 +105,7 @@ jvm_library(
|
||||
"//platform/testFramework/junit5/eel:eel_test_lib",
|
||||
"//platform/eel-provider",
|
||||
"//platform/workspace/storage",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//libraries/io",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
<orderEntry type="library" name="maven-resolver-provider" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.java.syntax" />
|
||||
<orderEntry type="library" name="slf4j-api" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="library" name="ASM" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -33,6 +33,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5.eel" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.provider" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.storage" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.io" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -23,6 +23,7 @@ jvm_library(
|
||||
"//platform/projectModel-impl",
|
||||
"//java/java-analysis-api:analysis",
|
||||
"//resources-en:java-resources-en",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//platform/platform-api:ide",
|
||||
"@lib//:asm",
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.java.analysis" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.java.resources.en" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="library" name="ASM" level="project" />
|
||||
|
||||
@@ -34,6 +34,7 @@ jvm_library(
|
||||
"//platform/usageView-impl",
|
||||
"//platform/util/jdom",
|
||||
"//platform/core-ui",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/codeserver/core",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.java.codeserver.core" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -83,6 +83,7 @@ jvm_library(
|
||||
"//platform/todo",
|
||||
"//java/codeserver/highlighting",
|
||||
"//java/codeserver/core",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/java-syntax:syntax",
|
||||
],
|
||||
exports = [
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.todo" />
|
||||
<orderEntry type="module" module-name="intellij.java.codeserver.highlighting" />
|
||||
<orderEntry type="module" module-name="intellij.java.codeserver.core" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.java.syntax" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -78,6 +78,7 @@ jvm_library(
|
||||
"@lib//:mockito",
|
||||
"@lib//:assert_j",
|
||||
"//xml/xml-analysis-impl:analysis-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"@lib//:kotlin-test",
|
||||
"//platform/built-in-server-api:builtInServer",
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="mockito" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.xml.analysis.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.builtInServer" scope="TEST" />
|
||||
|
||||
@@ -9,6 +9,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/platform-api:ide",
|
||||
"//xml/openapi:xml",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/lang-api:lang",
|
||||
],
|
||||
exports = ["//xml/openapi:xml"]
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="module" module-name="intellij.xml" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -9,6 +9,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//java/java-psi-api:psi",
|
||||
"//platform/util",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/jsp-base-openapi:jsp-base",
|
||||
],
|
||||
exports = ["//java/jsp-base-openapi:jsp-base"]
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.java.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.jsp.base" exported="" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -11,6 +11,7 @@ jvm_library(
|
||||
"//java/openapi:java",
|
||||
"//platform/analysis-api:analysis",
|
||||
"//jps/model-api:model",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/jsp-base-openapi:jsp-base",
|
||||
],
|
||||
exports = [
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.jsp.base" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -47,6 +47,7 @@ jvm_library(
|
||||
"//platform/external-system-api:externalSystem",
|
||||
"//platform/workspace/jps",
|
||||
"//platform/backend/workspace",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:kotlin-stdlib",
|
||||
":java-guiForms-rt_provided",
|
||||
],
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.externalSystem" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -51,6 +51,7 @@ jvm_library(
|
||||
"//platform/backend/observation",
|
||||
"//java/debugger/shared",
|
||||
"//platform/xdebugger-testFramework:debugger-testFramework",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/java-syntax:syntax",
|
||||
],
|
||||
exports = [
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.observation" />
|
||||
<orderEntry type="module" module-name="intellij.java.debugger.impl.shared" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger.testFramework" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.java.syntax" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -51,6 +51,7 @@ jvm_library(
|
||||
"//plugins/gradle/gradle-dependency-updater:dependencyUpdater",
|
||||
"//plugins/maven",
|
||||
"//plugins/maven/testFramework",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
],
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<orderEntry type="module" module-name="intellij.gradle.dependencyUpdater" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.maven" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.maven.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -153,6 +153,7 @@ jvm_library(
|
||||
"//platform/plugins/parser/impl",
|
||||
"//platform/platform-impl/eel:ide-impl-wsl",
|
||||
"//platform/syntax/syntax-psi-tests:psi-tests_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/runtime/product",
|
||||
],
|
||||
runtime_deps = [
|
||||
|
||||
@@ -135,6 +135,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.plugins.parser.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl.wsl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax.psi.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.runtime.product" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -32,6 +32,7 @@ jvm_library(
|
||||
"//platform/duplicates-analysis",
|
||||
"//platform/lang-impl",
|
||||
"//platform/core-ui",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:fastutil-min",
|
||||
],
|
||||
exports = ["//platform/duplicates-analysis"],
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.duplicates.analysis" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -24,6 +24,7 @@ jvm_library(
|
||||
"//platform/lang-impl",
|
||||
"//xml/impl",
|
||||
"//RegExpSupport:regexp",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/platform-api:ide",
|
||||
"@lib//:jaxen",
|
||||
"//plugins/IntelliLang:langInjection",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.impl" />
|
||||
<orderEntry type="module" module-name="intellij.regexp" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xpath" scope="PROVIDED" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="library" name="Jaxen" level="project" />
|
||||
|
||||
@@ -48,6 +48,7 @@ jvm_library(
|
||||
"//plugins/properties/properties-psi-impl:backend-psi",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/util/jdom",
|
||||
"//xml/xml-psi-api:psi",
|
||||
],
|
||||
runtime_deps = [":ant_resources"]
|
||||
)
|
||||
@@ -101,6 +102,7 @@ jvm_library(
|
||||
"//platform/util/jdom",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/testFramework",
|
||||
],
|
||||
runtime_deps = [":ant_resources"]
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.testFramework" scope="TEST" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -20,6 +20,7 @@ jvm_library(
|
||||
"//platform/indexing-api:indexing",
|
||||
"//platform/refactoring",
|
||||
"//platform/usageView-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/gradle/gradle-tooling/impl",
|
||||
"//plugins/kotlin/base/project-model",
|
||||
"//plugins/kotlin/base/facet",
|
||||
@@ -57,6 +58,7 @@ jvm_library(
|
||||
"//platform/indexing-api:indexing",
|
||||
"//platform/refactoring",
|
||||
"//platform/usageView-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/gradle/gradle-tooling/impl",
|
||||
"//plugins/kotlin/gradle/gradle-tooling/impl:impl_test_lib",
|
||||
"//plugins/kotlin/base/project-model",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="kotlin.gradle.gradle-tooling.impl" />
|
||||
<orderEntry type="module" module-name="kotlin.base.project-model" />
|
||||
<orderEntry type="module" module-name="kotlin.base.facet" />
|
||||
|
||||
@@ -27,6 +27,7 @@ jvm_library(
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//platform/external-system-api:externalSystem",
|
||||
"//platform/core-ui",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/util/jdom",
|
||||
],
|
||||
runtime_deps = [":copyright_resources"]
|
||||
@@ -59,6 +60,7 @@ jvm_library(
|
||||
"@lib//:assert_j",
|
||||
"//platform/core-ui",
|
||||
"@lib//:junit5",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/util/jdom",
|
||||
],
|
||||
runtime_deps = [":copyright_resources"]
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit5" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -46,6 +46,7 @@ jvm_library(
|
||||
"//plugins/properties/properties-psi-api:psi",
|
||||
"//platform/lang-impl",
|
||||
"//xml/dom-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-structure-view-api:structureView",
|
||||
"//uast/uast-common:uast",
|
||||
"//java/idea-ui:ui",
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
<orderEntry type="module" module-name="intellij.properties.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.dom.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.structureView" />
|
||||
<orderEntry type="module" module-name="intellij.platform.uast" />
|
||||
<orderEntry type="module" module-name="intellij.java.ui" />
|
||||
|
||||
@@ -26,6 +26,7 @@ jvm_library(
|
||||
"//jps/model-api:model",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//spellchecker",
|
||||
"//spellchecker:spellchecker_test_lib",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.analysis.impl" scope="TEST" />
|
||||
|
||||
@@ -11,6 +11,7 @@ jvm_library(
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/indexing-api:indexing",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/code-insight/kotlin.code-insight.k2:kotlin-code-insight-k2",
|
||||
"//plugins/kotlin/code-insight/kotlin.code-insight.k2:kotlin-code-insight-k2_test_lib",
|
||||
"//plugins/devkit",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.code-insight.k2" />
|
||||
<orderEntry type="module" module-name="intellij.devkit" />
|
||||
<orderEntry type="module" module-name="intellij.devkit.core" />
|
||||
|
||||
@@ -43,6 +43,7 @@ jvm_library(
|
||||
"//platform/testRunner:testRunner_test_lib",
|
||||
"@lib//:kotlin-test",
|
||||
"//plugins/devkit/devkit-core:core",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/base/test:test_test_lib",
|
||||
"//plugins/kotlin/test-framework:test-framework_test_lib",
|
||||
"//plugins/kotlin/base/plugin",
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
<orderEntry type="module" module-name="intellij.kotlin.devkit" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.devkit.core" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.base.test" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.test-framework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" />
|
||||
|
||||
@@ -29,6 +29,7 @@ jvm_library(
|
||||
"//java/compiler/openapi:java-compiler",
|
||||
"//jvm/jvm-analysis-api:analysis",
|
||||
"//xml/xml-analysis-impl:analysis-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//spellchecker",
|
||||
"//spellchecker:spellchecker_test_lib",
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.compiler" />
|
||||
<orderEntry type="module" module-name="intellij.jvm.analysis" />
|
||||
<orderEntry type="module" module-name="intellij.xml.analysis.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
|
||||
</component>
|
||||
<component name="TestModuleProperties" production-module="intellij.devkit.core" />
|
||||
|
||||
@@ -15,6 +15,7 @@ jvm_library(
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//plugins/grazie/src:core",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//platform/core-api:core",
|
||||
"//platform/util",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.grazie.core" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
|
||||
@@ -74,6 +74,7 @@ jvm_library(
|
||||
"//platform/util/jdom",
|
||||
"//platform/workspace/jps",
|
||||
"//platform/backend/workspace",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/unscramble",
|
||||
":ant_provided",
|
||||
":java-byteCodeViewer_provided",
|
||||
@@ -160,6 +161,7 @@ jvm_library(
|
||||
"//platform/backend/workspace",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/unscramble",
|
||||
],
|
||||
runtime_deps = [":groovy_resources"]
|
||||
|
||||
@@ -27,6 +27,7 @@ jvm_library(
|
||||
"//platform/indexing-api:indexing",
|
||||
"//jps/model-api:model",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//java/java-analysis-impl:analysis-impl",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
|
||||
<orderEntry type="module" module-name="intellij.java.analysis.impl" />
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.jps" />
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.workspace" />
|
||||
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.java.unscramble" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -24,6 +24,7 @@ jvm_library(
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//xml/xml-parser:parser",
|
||||
"//platform/indexing-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/core-ui",
|
||||
],
|
||||
runtime_deps = [":html-tools_resources"]
|
||||
@@ -53,6 +54,7 @@ jvm_library(
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//spellchecker",
|
||||
"//spellchecker:spellchecker_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/tests:tests_test_lib",
|
||||
"//platform/core-ui",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark",
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.parser" />
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
|
||||
|
||||
@@ -39,6 +39,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//platform/util/jdom",
|
||||
"//xml/xml-psi-api:psi",
|
||||
],
|
||||
exports = [
|
||||
"//plugins/properties:properties-backend",
|
||||
@@ -86,6 +87,7 @@ jvm_library(
|
||||
"@lib//:fastutil-min",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//platform/util/jdom",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark_test_lib",
|
||||
],
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -42,6 +42,7 @@ jvm_library(
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//spellchecker",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/util/jdom",
|
||||
],
|
||||
runtime_deps = [":javaFX_resources"]
|
||||
@@ -90,6 +91,7 @@ jvm_library(
|
||||
"//spellchecker",
|
||||
"//spellchecker:spellchecker_test_lib",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/util/jdom",
|
||||
],
|
||||
runtime_deps = [":javaFX_resources"]
|
||||
@@ -117,6 +119,7 @@ jvm_library(
|
||||
srcs = glob(["properties/src/**/*.kt", "properties/src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//plugins/properties/properties-psi-impl:backend-psi",
|
||||
"//plugins/javaFX",
|
||||
|
||||
@@ -39,6 +39,7 @@ jvm_library(
|
||||
"//java/compiler/openapi:java-compiler",
|
||||
"//platform/core-ui",
|
||||
"//plugins/javaFX:javaFX-properties",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
],
|
||||
runtime_deps = [":community_resources"]
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.compiler" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.javaFX.properties" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -41,6 +41,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -9,6 +9,7 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.properties.backend.psi" />
|
||||
<orderEntry type="module" module-name="intellij.javaFX" />
|
||||
|
||||
@@ -25,6 +25,7 @@ jvm_library(
|
||||
"//platform/indexing-api:indexing",
|
||||
"//jps/model-api:model",
|
||||
"//platform/refactoring",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/base/frontend-agnostic",
|
||||
"//plugins/kotlin/base/facet",
|
||||
"//plugins/kotlin/base/util",
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
|
||||
<orderEntry type="module" module-name="kotlin.base.facet" />
|
||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||
|
||||
@@ -21,6 +21,7 @@ jvm_library(
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/indexing-api:indexing",
|
||||
"//platform/workspace/storage",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/base/frontend-agnostic",
|
||||
"//platform/observable",
|
||||
"//plugins/kotlin/base/util",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.storage" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="kotlin.base.frontend-agnostic" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||
|
||||
@@ -24,6 +24,7 @@ jvm_library(
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"@lib//:gson",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/plugin/k1",
|
||||
"//java/testFramework",
|
||||
"//plugins/kotlin/base/util",
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="library" name="gson" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.plugin.k1" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||
|
||||
@@ -15,6 +15,7 @@ jvm_library(
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/core-ui",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/kotlin/plugin/k2",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//java/openapi:java",
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.java" scope="TEST" />
|
||||
|
||||
@@ -17,6 +17,7 @@ jvm_library(
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//platform/core-ui",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
|
||||
@@ -15,6 +15,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//plugins/markdown/core:markdown",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//platform/core-api:core",
|
||||
"//platform/core-impl",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.markdown" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
||||
|
||||
@@ -34,6 +34,7 @@ jvm_library(
|
||||
"//platform/usageView",
|
||||
"//spellchecker",
|
||||
"//spellchecker:spellchecker_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/yaml",
|
||||
"//plugins/yaml:yaml_test_lib",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.yaml" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.builtInServer" />
|
||||
|
||||
@@ -101,6 +101,7 @@ jvm_library(
|
||||
"//platform/eel-impl",
|
||||
"@lib//:opentelemetry",
|
||||
"//java/debugger/shared",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/xdebugger-impl:debugger-impl",
|
||||
":java-guiForms-rt_provided",
|
||||
":artifactResolver-m31_provided",
|
||||
|
||||
@@ -122,6 +122,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.eel.impl" />
|
||||
<orderEntry type="library" name="opentelemetry" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.java.debugger.impl.shared" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger.impl" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -65,6 +65,7 @@ jvm_library(
|
||||
"@lib//:kotlin-reflect",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"//platform/statistics/testFramework",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/xdebugger-api:debugger",
|
||||
],
|
||||
runtime_deps = [":maven-tests_test_resources"]
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-reflect" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlinx-serialization-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -25,6 +25,7 @@ jvm_library(
|
||||
"//java/testFramework",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/core-api:core",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/backend/observation",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.backend.observation" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -40,6 +40,7 @@ jvm_library(
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark",
|
||||
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark_test_lib",
|
||||
"//platform/diff-impl",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:fastutil-min",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.structuralSearch.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="fastutil-min" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -49,6 +49,7 @@ jvm_library(
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//platform/util/jdom",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:jgoodies-forms",
|
||||
],
|
||||
runtime_deps = [
|
||||
@@ -96,6 +97,7 @@ jvm_library(
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//platform/util/jdom",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:jgoodies-forms",
|
||||
],
|
||||
runtime_deps = [
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="library" name="jgoodies-forms" level="project" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -63,6 +63,7 @@ jvm_library(
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//platform/util/jdom",
|
||||
"//xml/xml-psi-api:psi",
|
||||
],
|
||||
exports = [
|
||||
"//java/compiler/forms-compiler:java-guiForms-compiler",
|
||||
@@ -128,6 +129,7 @@ jvm_library(
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//platform/util/jdom",
|
||||
"//jps/jps-builders:build-tests_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"@lib//:caffeine",
|
||||
],
|
||||
runtime_deps = [
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.impl.refactorings" />
|
||||
<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" />
|
||||
</component>
|
||||
<component name="copyright">
|
||||
|
||||
@@ -35,6 +35,7 @@ jvm_library(
|
||||
"//xml/impl",
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//RegExpSupport:regexp",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/xpath/xslt-rt:rt",
|
||||
"@lib//:jaxen",
|
||||
"//platform/util/nanoxml",
|
||||
@@ -74,6 +75,7 @@ jvm_library(
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//RegExpSupport:regexp",
|
||||
"//RegExpSupport:regexp_test_lib",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/xpath/xslt-rt:rt",
|
||||
"@lib//:jaxen",
|
||||
"@lib//:junit4",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<orderEntry type="module" module-name="intellij.xml.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
|
||||
<orderEntry type="module" module-name="intellij.regexp" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xpath.rt" />
|
||||
<orderEntry type="library" name="Jaxen" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
|
||||
@@ -15,6 +15,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//plugins/xpath",
|
||||
"//plugins/xslt-debugger/engine:xslt-debugger-rt",
|
||||
"//platform/lang-api:lang",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.xml.psi" />
|
||||
<orderEntry type="module" module-name="intellij.xpath" />
|
||||
<orderEntry type="module" module-name="intellij.xslt.debugger.rt" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
|
||||
@@ -19,6 +19,7 @@ jvm_library(
|
||||
"//xml/impl",
|
||||
"//platform/util",
|
||||
"//platform/analysis-api:analysis",
|
||||
"//xml/xml-psi-api:psi",
|
||||
"//platform/core-impl",
|
||||
],
|
||||
runtime_deps = [":xml_resources"]
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user