mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[polySymbols] WEB-72822 Rename intellij.platform.webSymbols module to intellij.platform.polySymbols.
GitOrigin-RevId: 4bbb952e015ed05241a7732d6caa62dcae8a77f5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e1429dca8f
commit
d249a17682
6
.idea/modules.xml
generated
6
.idea/modules.xml
generated
@@ -876,6 +876,9 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/kernel/pasta/intellij.platform.pasta.iml" filepath="$PROJECT_DIR$/platform/kernel/pasta/intellij.platform.pasta.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/plugins/parser/impl/intellij.platform.plugins.parser.impl.iml" filepath="$PROJECT_DIR$/platform/plugins/parser/impl/intellij.platform.plugins.parser.impl.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/plugins/testFramework/intellij.platform.plugins.testFramework.iml" filepath="$PROJECT_DIR$/platform/plugins/testFramework/intellij.platform.plugins.testFramework.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/polySymbols/intellij.platform.polySymbols.iml" filepath="$PROJECT_DIR$/platform/polySymbols/intellij.platform.polySymbols.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/polySymbols/intellij.platform.polySymbols.testFramework.iml" filepath="$PROJECT_DIR$/platform/polySymbols/intellij.platform.polySymbols.testFramework.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/polySymbols/intellij.platform.polySymbols.tests.iml" filepath="$PROJECT_DIR$/platform/polySymbols/intellij.platform.polySymbols.tests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/progress/backend/intellij.platform.progress.backend.iml" filepath="$PROJECT_DIR$/platform/progress/backend/intellij.platform.progress.backend.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/project/shared/intellij.platform.project.iml" filepath="$PROJECT_DIR$/platform/project/shared/intellij.platform.project.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/project/backend/intellij.platform.project.backend.iml" filepath="$PROJECT_DIR$/platform/project/backend/intellij.platform.project.backend.iml" />
|
||||
@@ -1006,9 +1009,6 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/vcs-tests/intellij.platform.vcs.tests.iml" filepath="$PROJECT_DIR$/platform/vcs-tests/intellij.platform.vcs.tests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/warmup/intellij.platform.warmup.iml" filepath="$PROJECT_DIR$/platform/warmup/intellij.platform.warmup.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/warmup/performanceTesting/intellij.platform.warmup.performanceTesting.iml" filepath="$PROJECT_DIR$/platform/warmup/performanceTesting/intellij.platform.warmup.performanceTesting.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/webSymbols/intellij.platform.webSymbols.iml" filepath="$PROJECT_DIR$/platform/webSymbols/intellij.platform.webSymbols.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/webSymbols/intellij.platform.webSymbols.testFramework.iml" filepath="$PROJECT_DIR$/platform/webSymbols/intellij.platform.webSymbols.testFramework.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/webSymbols/intellij.platform.webSymbols.tests.iml" filepath="$PROJECT_DIR$/platform/webSymbols/intellij.platform.webSymbols.tests.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/whatsNew/intellij.platform.whatsNew.iml" filepath="$PROJECT_DIR$/platform/whatsNew/intellij.platform.whatsNew.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/workspace/jps/intellij.platform.workspace.jps.iml" filepath="$PROJECT_DIR$/platform/workspace/jps/intellij.platform.workspace.jps.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/workspace/jps/tests/intellij.platform.workspace.jps.tests.iml" filepath="$PROJECT_DIR$/platform/workspace/jps/tests/intellij.platform.workspace.jps.tests.iml" />
|
||||
|
||||
@@ -219,7 +219,7 @@ java_library(
|
||||
"//plugins/evaluation-plugin/languages/java",
|
||||
"//platform/warmup",
|
||||
"//plugins/remote-control",
|
||||
"//platform/webSymbols",
|
||||
"//platform/polySymbols",
|
||||
"//plugins/performanceTesting/core:performanceTesting",
|
||||
"//platform/smart-update",
|
||||
"//plugins/gradle/intellij.gradle.analysis:analysis",
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.devkit.workspaceModel.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.remoteControl" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.webSymbols" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.polySymbols" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.performanceTesting" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.performanceTesting.ui" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.smart.update" scope="RUNTIME" />
|
||||
|
||||
@@ -85,7 +85,7 @@ private val PLATFORM_IMPLEMENTATION_MODULES = java.util.List.of(
|
||||
|
||||
"intellij.relaxng",
|
||||
"intellij.spellchecker",
|
||||
"intellij.platform.webSymbols",
|
||||
"intellij.platform.polySymbols",
|
||||
"intellij.xml.dom.impl",
|
||||
|
||||
"intellij.platform.vcs.log",
|
||||
@@ -222,7 +222,7 @@ internal suspend fun createPlatformLayout(projectLibrariesUsedByPlugins: SortedS
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
//used as a transitive dependency in the 'proxy-vole' library and excluded from it, so needs to be included explicitly
|
||||
layout.withProjectLibrary("rhino")
|
||||
|
||||
@@ -608,7 +608,7 @@ suspend fun embedContentModules(file: Path, xIncludePathResolver: XIncludePathRe
|
||||
moduleElement.parent.removeContent(moduleElement)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
val descriptor = getModuleDescriptor(moduleName = moduleName, jpsModuleName = jpsModuleName, xIncludePathResolver = xIncludePathResolver, context = context)
|
||||
if (jpsModuleName == moduleName &&
|
||||
dependencyHelper.isPluginModulePackedIntoSeparateJar(context.findRequiredModule(jpsModuleName.removeSuffix("._test")), layout, frontendModuleFilter)) {
|
||||
|
||||
@@ -35,10 +35,10 @@
|
||||
<xi:include href="/META-INF/Inspect.xml">
|
||||
<xi:fallback/>
|
||||
</xi:include>
|
||||
<xi:include href="/META-INF/WebSymbols.xml">
|
||||
<xi:include href="/META-INF/PolySymbols.xml">
|
||||
<xi:fallback/>
|
||||
</xi:include>
|
||||
<xi:include href="/META-INF/WebSymbolsExtensionPoints.xml">
|
||||
<xi:include href="/META-INF/PolySymbolsExtensionPoints.xml">
|
||||
<xi:fallback/>
|
||||
</xi:include>
|
||||
<xi:include href="/META-INF/xml.xml">
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
### auto-generated section `build intellij.platform.webSymbols` start
|
||||
### auto-generated section `build intellij.platform.polySymbols` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "webSymbols_resources",
|
||||
name = "polySymbols_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "webSymbols",
|
||||
module_name = "intellij.platform.webSymbols",
|
||||
name = "polySymbols",
|
||||
module_name = "intellij.platform.polySymbols",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
|
||||
srcs = glob(["gen/**/*.kt", "gen/**/*.java", "src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
@@ -33,21 +33,21 @@ jvm_library(
|
||||
"@lib//:gson",
|
||||
"//platform/markdown-utils",
|
||||
],
|
||||
runtime_deps = [":webSymbols_resources"]
|
||||
runtime_deps = [":polySymbols_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.platform.webSymbols` end
|
||||
### auto-generated section `build intellij.platform.polySymbols` end
|
||||
|
||||
### auto-generated section `build intellij.platform.webSymbols.testFramework` start
|
||||
### auto-generated section `build intellij.platform.polySymbols.testFramework` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
||||
|
||||
jvm_library(
|
||||
name = "webSymbols-testFramework",
|
||||
module_name = "intellij.platform.webSymbols.testFramework",
|
||||
name = "polySymbols-testFramework",
|
||||
module_name = "intellij.platform.polySymbols.testFramework",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["testFramework/**/*.kt", "testFramework/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor-ui",
|
||||
"//platform/webSymbols",
|
||||
"//platform/polySymbols",
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/lang-impl",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
@@ -70,20 +70,20 @@ jvm_library(
|
||||
"//java/java-runtime:rt",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.platform.webSymbols.testFramework` end
|
||||
### auto-generated section `build intellij.platform.polySymbols.testFramework` end
|
||||
|
||||
### auto-generated section `build intellij.platform.webSymbols.tests` start
|
||||
### auto-generated section `build intellij.platform.polySymbols.tests` start
|
||||
load("@rules_java//java:defs.bzl", "java_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
||||
|
||||
jvm_resources(
|
||||
name = "webSymbols-tests_test_resources",
|
||||
name = "polySymbols-tests_test_resources",
|
||||
files = glob(["testData/**/*"]),
|
||||
strip_prefix = "testData"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "webSymbols-tests_test_lib",
|
||||
name = "polySymbols-tests_test_lib",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
@@ -109,15 +109,15 @@ jvm_library(
|
||||
"//platform/markdown-utils:markdown-utils_test_lib",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//platform/webSymbols",
|
||||
"//platform/webSymbols:webSymbols-testFramework",
|
||||
"//platform/polySymbols",
|
||||
"//platform/polySymbols:polySymbols-testFramework",
|
||||
"//java/java-runtime:rt",
|
||||
],
|
||||
runtime_deps = [":webSymbols-tests_test_resources"]
|
||||
runtime_deps = [":polySymbols-tests_test_resources"]
|
||||
)
|
||||
|
||||
jvm_test(
|
||||
name = "webSymbols-tests_test",
|
||||
runtime_deps = [":webSymbols-tests_test_lib"]
|
||||
name = "polySymbols-tests_test",
|
||||
runtime_deps = [":polySymbols-tests_test_lib"]
|
||||
)
|
||||
### auto-generated section `build intellij.platform.webSymbols.tests` end
|
||||
### auto-generated section `build intellij.platform.polySymbols.tests` end
|
||||
@@ -610,7 +610,7 @@
|
||||
- <init>():V
|
||||
- sf:get(java.lang.String):com.intellij.polySymbols.framework.PolySymbolsFramework
|
||||
- sf:getAll():java.util.List
|
||||
- sf:getAllAsSequence$intellij_platform_webSymbols():kotlin.sequences.Sequence
|
||||
- sf:getAllAsSequence$intellij_platform_polySymbols():kotlin.sequences.Sequence
|
||||
- a:getDisplayName():java.lang.String
|
||||
- getIcon():javax.swing.Icon
|
||||
- f:getId():java.lang.String
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user