mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[struts2] IDEA-319353 Move Struts2 to obsolete plugins
GitOrigin-RevId: ca27389d514890c5ebad17788a82dd698ff71a5b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7542674573
commit
ece872be79
@@ -3517,18 +3517,6 @@
|
||||
"parent": "cTf",
|
||||
"type": 0
|
||||
}
|
||||
}, {
|
||||
"group": "nodes",
|
||||
"data": {
|
||||
"id": "xm",
|
||||
"name": "intellij.struts2",
|
||||
"n": "i.struts2",
|
||||
"package": "com.intellij.struts2",
|
||||
"sourceModule": "intellij.struts2",
|
||||
"descriptor": "contrib/struts2/plugin/resources/META-INF/plugin.xml",
|
||||
"pluginId": "com.intellij.struts2",
|
||||
"type": 1
|
||||
}
|
||||
}, {
|
||||
"group": "nodes",
|
||||
"data": {
|
||||
|
||||
@@ -20,17 +20,6 @@ class IntellijIconClassGeneratorConfig : IconClasses() {
|
||||
// force generating "Groovy" inner class to preserve backward compatiblity
|
||||
"intellij.groovy.psi" -> IntellijIconClassGeneratorModuleConfig(className = "JetgroovyIcons", iconDirectory = "icons")
|
||||
"intellij.clouds.docker" -> IntellijIconClassGeneratorModuleConfig(className = "DockerIcons", packageName = "com.intellij.docker")
|
||||
"intellij.struts2.ognl" -> IntellijIconClassGeneratorModuleConfig(
|
||||
className = "OgnlIcons",
|
||||
packageName = "com.intellij.lang.ognl",
|
||||
iconDirectory = "icons",
|
||||
)
|
||||
|
||||
"intellij.struts2.dom" -> IntellijIconClassGeneratorModuleConfig(
|
||||
className = "Struts2Icons",
|
||||
packageName = "com.intellij.struts2",
|
||||
iconDirectory = "icons",
|
||||
)
|
||||
"intellij.css" -> IntellijIconClassGeneratorModuleConfig(
|
||||
className = "CssIcons",
|
||||
packageName = "com.intellij.lang.css",
|
||||
|
||||
@@ -253,7 +253,6 @@ class ClassLoaderConfigurator(
|
||||
// multiple packages - intellij.diagram and intellij.diagram.impl modules
|
||||
createScopeWithExtraPackage("com.intellij.diagram.")
|
||||
}
|
||||
"com.intellij.struts2" -> createScopeWithExtraPackage("com.intellij.lang.ognl.")
|
||||
"com.intellij.properties" -> {
|
||||
// todo ability to customize (cannot move due to backward compatibility)
|
||||
object : ResolveScopeManager {
|
||||
|
||||
@@ -141,7 +141,6 @@
|
||||
+ -com-intellij-spring-mvc-
|
||||
+ -com-intellij-spring-boot-
|
||||
+ -com-intellij-spring-webflow-
|
||||
+ -com-intellij-struts2-
|
||||
+ -com-intellij-spring-websocket-
|
||||
+ -com-intellij-jboss-core-
|
||||
+ -com-intellij-drools-
|
||||
|
||||
@@ -593,17 +593,6 @@
|
||||
<depends optional="true">com.intellij.modules.java</depends>
|
||||
<depends optional="true">-org-jetbrains-plugins-yaml-</depends>
|
||||
</idea-plugin>
|
||||
<idea-plugin url="file://out/intellij.struts2/META-INF/plugin.xml">
|
||||
<id>-com-intellij-struts2-</id>
|
||||
<name>Struts 2</name>
|
||||
<depends>-com-intellij-javaee-</depends>
|
||||
<depends>-JavaScript-</depends>
|
||||
<depends>-com-intellij-java-i18n-</depends>
|
||||
<depends optional="true">-com-intellij-freemarker-</depends>
|
||||
<depends optional="true">-com-intellij-spring-</depends>
|
||||
<depends optional="true">-org-intellij-groovy-</depends>
|
||||
<depends optional="true">-com-intellij-velocity-</depends>
|
||||
</idea-plugin>
|
||||
<idea-plugin url="file://out/intellij.spring.webflow/META-INF/plugin.xml">
|
||||
<id>-com-intellij-spring-webflow-</id>
|
||||
<name>Spring Web Flow</name>
|
||||
|
||||
Reference in New Issue
Block a user