mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
LLM-30369 Retire IdeFormer and remove obsolete integrations and libraries
(cherry picked from commit 130486aa644062af487061ad86c1a37f8083c38d) IJ-MR-220222 GitOrigin-RevId: 9453413ada082b3bfe7b817d03699fd838c51180
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a6ccf81510
commit
1cb19edf00
@@ -20,7 +20,6 @@ fun removeVersionFromJar(fileName: String): String {
|
||||
fun nameToJarFileName(name: String): String = sanitizeFileName(name.lowercase(), replacement = "-") { it == ' ' } + ".jar"
|
||||
|
||||
private val agentLibrariesNotForcedInSeparateJars = listOf(
|
||||
"ideformer",
|
||||
"code-agents",
|
||||
"code-prompt-agents"
|
||||
)
|
||||
|
||||
-1
@@ -33,7 +33,6 @@ internal class LibraryFileCopyTrackerTest {
|
||||
assertThat(isSeparateLibraryJar("byte-buddy-1.17.7.jar")).isTrue()
|
||||
assertThat(isSeparateLibraryJar("kotlin-reflect-rt.jar")).isTrue()
|
||||
assertThat(isSeparateLibraryJar("maven-resolver-provider.jar")).isTrue()
|
||||
assertThat(isSeparateLibraryJar("ideformer-agent.jar")).isFalse()
|
||||
assertThat(isSeparateLibraryJar("code-agents-agent.jar")).isFalse()
|
||||
assertThat(isSeparateLibraryJar("kotlin-stdlib.jar")).isFalse()
|
||||
// an ordinary library: it must stay inside the content module that wraps it, or that module's jar ends up empty
|
||||
|
||||
Reference in New Issue
Block a user