mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[min-build] IJPL-35276 Move JavaUltimateIcons to Java plugin
GitOrigin-RevId: fc55a748cab4704ba392ef78798e5f835e0a9475
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a57b0b95b0
commit
daba57cf6e
@@ -62,6 +62,7 @@
|
||||
- name: intellij.jsp.spi
|
||||
- name: intellij.java.uast
|
||||
- name: intellij.java.typeMigration
|
||||
- name: intellij.java.ultimate.icons
|
||||
- name: intellij.java.jam
|
||||
- name: intellij.java.jam.impl
|
||||
- name: intellij.java.duplicatesDetection
|
||||
|
||||
@@ -167,6 +167,11 @@ class IntellijIconClassGeneratorConfig : IconClasses() {
|
||||
|
||||
"intellij.platform.icons" -> super.getConfigForModule(moduleName)?.copy(generateJewelIcons = true) ?: IntellijIconClassGeneratorModuleConfig(generateJewelIcons = true)
|
||||
|
||||
"intellij.java.ultimate.icons" -> IntellijIconClassGeneratorModuleConfig(
|
||||
className = "JavaUltimateIcons",
|
||||
packageName = "com.intellij.java.ultimate.icons",
|
||||
)
|
||||
|
||||
else -> super.getConfigForModule(moduleName)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user