plugin.xml: add <resource-bundle> definition for convenience

pull/361/head
Yann Cébron 1 year ago committed by Jakub Chrzanowski
parent 7935b24885
commit d36e4e6d96

@ -6,6 +6,8 @@
<depends>com.intellij.modules.platform</depends>
<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"/>

Loading…
Cancel
Save