mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJ-MR-162467 don't export intellij.platform.remote.core
GitOrigin-RevId: 976450c2a363bb903692a735c6a053826eb0c381
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f1b0b5d383
commit
6523c7fb7f
@@ -26,6 +26,7 @@ jvm_library(
|
||||
"//platform/editor-ui-ex:editor-ex",
|
||||
"//platform/lang-core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/remote-core",
|
||||
"//platform/statistics",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//platform/macro",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.editor.ex" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.macro" />
|
||||
|
||||
@@ -59,7 +59,6 @@ jvm_library(
|
||||
exports = [
|
||||
"//platform/util",
|
||||
"//platform/forms_rt:java-guiForms-rt",
|
||||
"//platform/remote-core",
|
||||
"//platform/ide-core",
|
||||
"//platform/progress/shared:ide-progress",
|
||||
],
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<orderEntry type="library" name="jcef" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle" />
|
||||
<orderEntry type="module" module-name="intellij.platform.credentialStore" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.core" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.text.matching" />
|
||||
<orderEntry type="module" module-name="intellij.platform.diagnostic" />
|
||||
|
||||
@@ -10,6 +10,7 @@ jvm_library(
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/core-api:core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/remote-core",
|
||||
"//platform/util/jdom",
|
||||
"//platform/platform-util-io:ide-util-io",
|
||||
"//platform/lang-core",
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" />
|
||||
|
||||
@@ -38,6 +38,7 @@ jvm_library(
|
||||
"//platform/observable",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/refactoring",
|
||||
"//platform/remote-core",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//platform/util/diff",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.observable" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" 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.util.diff" scope="TEST" />
|
||||
|
||||
@@ -32,6 +32,7 @@ jvm_library(
|
||||
"@lib//:pty4j",
|
||||
"@lib//:jna",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/remote-core",
|
||||
"//platform/remote-servers/api:remoteServers",
|
||||
"//platform/remote-servers/impl",
|
||||
"@lib//:jediterm-core",
|
||||
@@ -91,6 +92,7 @@ jvm_library(
|
||||
"@lib//:pty4j",
|
||||
"@lib//:jna",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/remote-core",
|
||||
"//platform/remote-servers/api:remoteServers",
|
||||
"//platform/remote-servers/impl",
|
||||
"@lib//:junit4",
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
<orderEntry type="library" name="pty4j" level="project" />
|
||||
<orderEntry type="library" name="jna" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remoteServers" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remoteServers.impl" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
|
||||
@@ -189,6 +189,7 @@ jvm_library(
|
||||
"//platform/macro",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/refactoring",
|
||||
"//platform/remote-core",
|
||||
"//platform/structure-view-impl:structureView-impl",
|
||||
"//platform/usageView-impl",
|
||||
"//platform/workspace/storage",
|
||||
@@ -374,6 +375,7 @@ jvm_library(
|
||||
"//platform/lang-core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/refactoring",
|
||||
"//platform/remote-core",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//platform/workspace/storage",
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.macro" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
||||
<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.workspace.storage" />
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.refactoring" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
||||
<orderEntry type="module" module-name="intellij.platform.workspace.storage" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.python.psi" scope="TEST" />
|
||||
|
||||
@@ -14,6 +14,7 @@ jvm_library(
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//platform/remote-core",
|
||||
"//platform/testFramework",
|
||||
"//python/python-sdk:sdk",
|
||||
"//platform/execution",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="module" module-name="intellij.platform.remote.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" />
|
||||
<orderEntry type="module" module-name="intellij.python.sdk" />
|
||||
<orderEntry type="module" module-name="intellij.platform.execution" />
|
||||
|
||||
Reference in New Issue
Block a user