mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
plugin.xml: add <resource-bundle> definition for convenience
This commit is contained in:
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…
Reference in New Issue
Block a user