Example code - removed application service

This commit is contained in:
Jakub Chrzanowski
2023-03-02 15:55:36 +01:00
committed by Jakub Chrzanowski
parent 78aa8b4db4
commit 2be34f79b2
3 changed files with 3 additions and 14 deletions

View File

@@ -9,7 +9,6 @@
<resource-bundle>messages.MyBundle</resource-bundle>
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceImplementation="org.jetbrains.plugins.template.services.MyApplicationService"/>
<projectService serviceImplementation="org.jetbrains.plugins.template.services.MyProjectService"/>
</extensions>