mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
IJ-CR-105402 GitOrigin-RevId: a5e99462fcc77983903e8725a405475cb54fb613
11 lines
363 B
XML
11 lines
363 B
XML
<idea-plugin>
|
|
<id>com.example.demo</id>
|
|
|
|
<extensionPoints>
|
|
<extensionPoint qualifiedName="com.intellij.applicationService" beanClass="com.intellij.openapi.components.ServiceDescriptor"/>
|
|
</extensionPoints>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceImplementation="java.lang.String"/>
|
|
</extensions>
|
|
</idea-plugin>
|