[devkit] PluginXmlDynamicPluginInspection: component highlighting tweaks (IDEA-228484)

GitOrigin-RevId: bbb95b1ec87fcc70d3024fe738feb91cfc1e4449
This commit is contained in:
Yann Cébron
2020-01-15 14:03:03 +01:00
committed by intellij-monorepo-bot
parent c0f8083cd9
commit ed263b09b4
2 changed files with 8 additions and 8 deletions

View File

@@ -24,13 +24,13 @@
</actions>
<warning descr="Replace Components with alternatives"><application-components>
</application-components></warning>
<<warning descr="Non-dynamic plugin due to using components, replace with alternatives">application-components</warning>>
</application-components>
<warning descr="Replace Components with alternatives"><project-components>
</project-components></warning>
<<warning descr="Non-dynamic plugin due to using components, replace with alternatives">project-components</warning>>
</project-components>
<warning descr="Replace Components with alternatives"><module-components>
</module-components></warning>
<<warning descr="Non-dynamic plugin due to using components, replace with alternatives">module-components</warning>>
</module-components>
</idea-plugin>