Example code - registered project service changed into a lightweight one

This commit is contained in:
Jakub Chrzanowski
2023-03-02 20:10:33 +01:00
committed by Jakub Chrzanowski
parent 59ec0d6096
commit b8ad6a9a5e
3 changed files with 5 additions and 5 deletions

View File

@@ -7,10 +7,6 @@
<depends>com.intellij.modules.platform</depends>
<resource-bundle>messages.MyBundle</resource-bundle>
<extensions defaultExtensionNs="com.intellij">
<projectService serviceImplementation="org.jetbrains.plugins.template.services.MyProjectService"/>
</extensions>
<applicationListeners>
<listener class="org.jetbrains.plugins.template.listeners.MyFrameStateListener"