mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
This is needed to reuse its functionality inside the frontend variant of IntelliJ IDEA (RDCT-1034). GitOrigin-RevId: b06c5d1b27a928c5682fbac731d192fae494d57f
7 lines
412 B
XML
7 lines
412 B
XML
<idea-plugin package="com.intellij.idea.customization.base">
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.intellij.platform.ide.customization.ExternalProductResourceUrls"
|
|
serviceImplementation="com.intellij.idea.customization.base.IntelliJIdeaExternalResourceUrls"
|
|
overrides="true"/>
|
|
</extensions>
|
|
</idea-plugin> |