mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
IJ-MR-162467 do not export intellij.platform.structureView.impl
GitOrigin-RevId: 0c20c9a059baa4e6e99df7e6c8ffd19be6386bc3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
07d0bc84ab
commit
0efc28f5c8
@@ -29,6 +29,7 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/diff-api:diff",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/xml-parser:parser",
|
||||
"//platform/ide-core-impl",
|
||||
"//platform/refactoring",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.parser" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
|
||||
@@ -20,6 +20,7 @@ jvm_library(
|
||||
"//java/java-psi-impl:psi-impl",
|
||||
"//java/java-impl:impl",
|
||||
"//java/jsp-openapi:jsp",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView",
|
||||
"//platform/ide-core-impl",
|
||||
"@lib//:stream_ex",
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.psi.impl" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl" />
|
||||
<orderEntry type="module" module-name="intellij.jsp" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
|
||||
@@ -16,6 +16,7 @@ jvm_library(
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/foldings",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//platform/util",
|
||||
"//java/openapi:java",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.foldings" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.java" />
|
||||
|
||||
@@ -22,6 +22,7 @@ jvm_library(
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/foldings",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//java/testFramework",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.foldings" 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.platform.testFramework" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
||||
<orderEntry type="module" module-name="intellij.java.impl" />
|
||||
|
||||
@@ -17,6 +17,7 @@ jvm_library(
|
||||
"//java/testFramework/shared",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util",
|
||||
"//libraries/junit4",
|
||||
"//platform/util/jdom",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework.shared" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.junit4" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
|
||||
@@ -18,6 +18,7 @@ jvm_library(
|
||||
"//platform/platform-api:ide",
|
||||
"//platform/lang-impl",
|
||||
"//platform/markdown-utils",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//spellchecker",
|
||||
"@lib//:guava",
|
||||
"//platform/analysis-impl",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.markdown.utils" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" />
|
||||
<orderEntry type="module" module-name="intellij.xml.langInjection" scope="TEST" />
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
|
||||
@@ -117,7 +117,6 @@ jvm_library(
|
||||
exports = [
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/analysis-impl",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util",
|
||||
],
|
||||
runtime_deps = [":lang-impl_resources"]
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<orderEntry type="library" name="gson" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis.impl" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="library" name="commons-logging" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.builtInServer" />
|
||||
|
||||
@@ -25,6 +25,7 @@ jvm_library(
|
||||
"@lib//:jmock",
|
||||
"//platform/observable",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//platform/vcs-api:vcs",
|
||||
"@lib//:jmock-junit4",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="jmock" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||
<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.platform.usageView.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs" />
|
||||
<orderEntry type="library" scope="TEST" name="jmock.junit4" level="project" />
|
||||
|
||||
@@ -65,6 +65,7 @@ jvm_library(
|
||||
"//platform/lang-impl",
|
||||
"//platform/refactoring",
|
||||
"//platform/service-container:serviceContainer",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/syntax/syntax-api:syntax",
|
||||
"//platform/syntax/syntax-psi:psi",
|
||||
"//platform/testFramework/common",
|
||||
@@ -149,6 +150,7 @@ jvm_library(
|
||||
"//platform/refactoring",
|
||||
"//platform/service-container:serviceContainer",
|
||||
"//platform/service-container:serviceContainer_test_lib",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/syntax/syntax-api:syntax",
|
||||
"//platform/syntax/syntax-api:syntax_test_lib",
|
||||
"//platform/syntax/syntax-psi:psi",
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.serviceContainer" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax.psi" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.common" exported="" />
|
||||
|
||||
@@ -18,6 +18,7 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"@lib//:stream_ex",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView",
|
||||
"//platform/indexing-impl",
|
||||
"//platform/usageView-impl",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="library" name="StreamEx" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
|
||||
@@ -19,6 +19,7 @@ jvm_library(
|
||||
"//platform/indexing-impl",
|
||||
"//platform/lang-impl",
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/vcs-api:vcs",
|
||||
"//platform/vcs-impl",
|
||||
"//platform/diff-impl",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs" />
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diff.impl" />
|
||||
|
||||
@@ -18,6 +18,7 @@ jvm_library(
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/core-ui",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util/jdom",
|
||||
"//platform/core-api:core",
|
||||
],
|
||||
@@ -39,6 +40,7 @@ jvm_library(
|
||||
"//plugins/ui-designer:java-guiForms-designer",
|
||||
"//plugins/ui-designer:java-guiForms-designer_test_lib",
|
||||
"//platform/core-ui",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util/jdom",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.guiForms.designer" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
|
||||
@@ -23,6 +23,7 @@ jvm_library(
|
||||
"@lib//:jetbrains-annotations",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util",
|
||||
"//platform/util/jdom",
|
||||
"//java/compiler/openapi:java-compiler",
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.java.compiler" />
|
||||
|
||||
@@ -22,6 +22,7 @@ jvm_library(
|
||||
"@lib//:jetbrains-annotations",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//spellchecker",
|
||||
"//spellchecker:spellchecker_test_lib",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" 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.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.analysis.impl" scope="TEST" />
|
||||
|
||||
@@ -95,6 +95,7 @@ jvm_library(
|
||||
"@lib//:jmock",
|
||||
"@lib//:junit4",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//java/testFramework",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="jmock" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||
|
||||
@@ -86,6 +86,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/dom-openapi:dom",
|
||||
"//java/openapi:java",
|
||||
"//java/debugger/openapi:java-debugger",
|
||||
|
||||
@@ -23,6 +23,7 @@ jvm_library(
|
||||
"//platform/ide-core-impl",
|
||||
"//platform/core-impl",
|
||||
"//platform/extensions",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/xml-psi-impl:psi-impl",
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//java/java-analysis-impl:analysis-impl",
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.extensions" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<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" />
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.xml.dom" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.java" />
|
||||
|
||||
@@ -30,6 +30,7 @@ jvm_library(
|
||||
"@lib//:kotlinc-analysis-api-platform-interface",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//plugins/kotlin/base/util",
|
||||
"//plugins/kotlin/base/psi",
|
||||
@@ -90,6 +91,7 @@ jvm_library(
|
||||
"@lib//:kotlinc-analysis-api-platform-interface",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//plugins/kotlin/plugin/k2",
|
||||
"//plugins/kotlin/base/util",
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
<orderEntry type="library" name="kotlinc.analysis-api-platform-interface" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="kotlin.plugin.k2" scope="TEST" />
|
||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||
|
||||
@@ -46,6 +46,7 @@ jvm_library(
|
||||
"@lib//:guava",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//platform/util/jdom",
|
||||
"@lib//:gson",
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="gson" level="project" />
|
||||
|
||||
@@ -32,6 +32,7 @@ jvm_library(
|
||||
"@lib//:vavr",
|
||||
"//java/java-runtime:rt",
|
||||
"@lib//:kotlin-test",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView",
|
||||
"@lib//:gson",
|
||||
"@lib//:guava",
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="vavr" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.java.rt" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView" />
|
||||
<orderEntry type="library" scope="TEST" name="gson" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Guava" level="project" />
|
||||
|
||||
@@ -38,6 +38,7 @@ jvm_library(
|
||||
"//java/compiler/impl",
|
||||
"@lib//:guava",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//java/java-impl-inspections:impl-inspections",
|
||||
"//java/java-impl-refactorings:impl-refactorings",
|
||||
"//java/codeserver/highlighting",
|
||||
@@ -65,6 +66,7 @@ jvm_library(
|
||||
"//java/compiler/impl",
|
||||
"@lib//:guava",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//java/testFramework",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
<orderEntry type="module" module-name="intellij.java.compiler.impl" />
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
|
||||
@@ -42,6 +42,7 @@ jvm_library(
|
||||
"@lib//:miglayout-swing",
|
||||
"//platform/platform-api:ide",
|
||||
"//platform/statistics",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util/jdom",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
"//platform/diagnostic",
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
<orderEntry type="library" name="miglayout-swing" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic" />
|
||||
|
||||
@@ -22,6 +22,7 @@ jvm_library(
|
||||
"//plugins/maven/testFramework",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//java/testFramework",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<orderEntry type="module" module-name="intellij.maven.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" 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.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.repository.search" scope="TEST" />
|
||||
|
||||
@@ -15,6 +15,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util",
|
||||
"//platform/lang-impl",
|
||||
"//plugins/properties/properties-psi-impl:backend-psi",
|
||||
@@ -42,6 +43,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/util",
|
||||
"//platform/lang-impl",
|
||||
"//plugins/properties/properties-psi-impl:backend-psi",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.properties.backend.psi" />
|
||||
|
||||
@@ -19,6 +19,7 @@ jvm_library(
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/platform-impl:ide-impl_test_lib",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//spellchecker",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" 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.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.java" scope="TEST" />
|
||||
|
||||
@@ -41,6 +41,7 @@ jvm_library(
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"@lib//:guava",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/indexing-impl",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" scope="PROVIDED" />
|
||||
<orderEntry type="module" module-name="intellij.platform.execution.impl" scope="PROVIDED" />
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
|
||||
@@ -78,6 +78,7 @@ jvm_library(
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/ide-core-impl",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
|
||||
@@ -20,6 +20,7 @@ jvm_library(
|
||||
srcs = glob(["xpath-lang/src/**/*.kt", "xpath-lang/src/**/*.java", "xpath-view/src/**/*.kt", "xpath-view/src/**/*.java", "xpath-lang/gen/**/*.kt", "xpath-lang/gen/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/openapi:xml",
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
@@ -53,6 +54,7 @@ jvm_library(
|
||||
associates = [":xpath"],
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//xml/openapi:xml",
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
|
||||
@@ -23,6 +23,7 @@ jvm_library(
|
||||
"//platform/platform-api:ide",
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/lang-impl",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//spellchecker",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//xml/openapi:xml",
|
||||
@@ -54,6 +55,7 @@ jvm_library(
|
||||
"//platform/platform-api:ide",
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/lang-impl",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//spellchecker",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.backend" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.spellchecker" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
|
||||
@@ -176,6 +176,7 @@ jvm_library(
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/foldings",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//python/openapi:community",
|
||||
"//platform/ide-core-impl",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.foldings" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.python.community" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" exported="" />
|
||||
|
||||
@@ -14,6 +14,7 @@ jvm_library(
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//xml/dom-openapi:dom",
|
||||
"//xml/impl",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
|
||||
<orderEntry type="module" module-name="intellij.platform.structureView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.dom" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.xml.impl" />
|
||||
|
||||
@@ -22,6 +22,7 @@ jvm_library(
|
||||
"@lib//:junit4",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/refactoring",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//java/testFramework",
|
||||
"@lib//:xerces",
|
||||
"//java/idea-ui:ui",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ui" 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.impl" />
|
||||
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
||||
<orderEntry type="library" name="Xerces" level="project" />
|
||||
|
||||
Reference in New Issue
Block a user