2021-08-31 19:18:48 +00:00
|
|
|
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
|
2020-07-02 06:41:26 +00:00
|
|
|
<idea-plugin>
|
2020-03-18 08:59:00 +00:00
|
|
|
<id>org.jetbrains.plugins.template</id>
|
2022-09-19 11:43:13 +00:00
|
|
|
<name>IntelliJ Platform Plugin Template</name>
|
2020-03-18 08:59:00 +00:00
|
|
|
<vendor>JetBrains</vendor>
|
|
|
|
|
|
2025-05-20 14:24:04 +00:00
|
|
|
<dependencies>
|
|
|
|
|
<module name="intellij.libraries.skiko"></module>
|
|
|
|
|
<module name="intellij.libraries.compose.foundation.desktop"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.foundation"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.ui"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.ideLafBridge"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.markdown.core"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.markdown.ideLafBridgeStyling"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.markdown.extensions.gfmTables"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.markdown.extensions.gfmStrikethrough"></module>
|
|
|
|
|
<module name="intellij.platform.jewel.markdown.extensions.gfmAlerts"></module>
|
|
|
|
|
</dependencies>
|
2020-03-18 08:59:00 +00:00
|
|
|
|
2023-02-08 16:32:16 +00:00
|
|
|
<resource-bundle>messages.MyBundle</resource-bundle>
|
2020-04-21 17:49:38 +00:00
|
|
|
|
2023-03-03 16:15:42 +00:00
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
|
|
|
<toolWindow factoryClass="org.jetbrains.plugins.template.toolWindow.MyToolWindowFactory" id="MyToolWindow"/>
|
2025-03-11 09:15:57 +00:00
|
|
|
<postStartupActivity implementation="org.jetbrains.plugins.template.startup.MyProjectActivity" />
|
2023-03-03 16:15:42 +00:00
|
|
|
</extensions>
|
2020-03-18 08:59:00 +00:00
|
|
|
</idea-plugin>
|