[Java] IDEA-379738 Unbundle Jshell plugin and publish it to marketplace

GitOrigin-RevId: 937d2a38838f6f5ca0273b527e9dd1a0154a7f72
This commit is contained in:
Georgii Ustinov
2025-10-04 06:43:01 +00:00
committed by intellij-monorepo-bot
parent 5958476638
commit f273c39af4
7 changed files with 1 additions and 18 deletions

View File

@@ -287,8 +287,6 @@ jvm_library(
"//plugins/maven/maven36-server-impl:server-m36-impl",
"//plugins/maven/maven40-server-impl:server-m40",
"//plugins/mcp-server:mcpserver",
"//plugins/jshell",
"//plugins/jshell/console",
]
)
@@ -568,8 +566,6 @@ jvm_library(
"//plugins/maven/maven36-server-impl:server-m36-impl",
"//plugins/maven/maven40-server-impl:server-m40",
"//plugins/mcp-server:mcpserver",
"//plugins/jshell",
"//plugins/jshell/console",
]
)
### auto-generated section `build intellij.idea.community.main` end

View File

@@ -258,7 +258,5 @@
<orderEntry type="module" module-name="intellij.maven.server.m40" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.mcpserver" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.textmate.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.jshell" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.jshell.console" scope="RUNTIME" />
</component>
</module>

View File

@@ -59,7 +59,6 @@ val IDEA_BUNDLED_PLUGINS: PersistentList<String> = DEFAULT_BUNDLED_PLUGINS + seq
"intellij.keymap.netbeans",
"intellij.performanceTesting",
"intellij.compose.ide.plugin",
"intellij.java.jshell"
)
val CE_CLASS_VERSIONS: Map<String, String> = mapOf(

View File

@@ -11,7 +11,6 @@ jvm_library(
name = "jshell",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
resources = [":jshell_resources"],
runtime_deps = ["@lib//:kotlin-stdlib"]
resources = [":jshell_resources"]
)
### auto-generated section `build intellij.java.jshell` end

View File

@@ -14,8 +14,6 @@ jvm_library(
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
resources = [":console_resources"],
deps = [
"//platform/editor-ui-api:editor-ui",
"//platform/util",
"//platform/execution",
"//platform/core-api:core",
"//platform/platform-util-io:ide-util-io",
@@ -23,9 +21,7 @@ jvm_library(
"//plugins/jshell/protocol",
"//platform/analysis-api:analysis",
"//platform/projectModel-api:projectModel",
"//java/java-syntax:syntax",
"//java/openapi:java",
"//platform/util:util-ui",
"//java/execution/impl",
"//java/java-psi-impl:psi-impl",
"//platform/platform-impl:ide-impl",

View File

@@ -8,8 +8,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.execution" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
@@ -17,9 +15,7 @@
<orderEntry type="module" module-name="intellij.java.jshell.protocol" />
<orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.java.syntax" />
<orderEntry type="module" module-name="intellij.java" />
<orderEntry type="module" module-name="intellij.platform.util.ui" />
<orderEntry type="module" module-name="intellij.java.execution.impl" />
<orderEntry type="module" module-name="intellij.java.psi.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />

View File

@@ -7,6 +7,5 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
</component>
</module>