Skip to content

Commit f8aaed7

Browse files
committed
fix(mps-model-server-plugin): add plugin dependency on MPS
It's being used by the plugin verifier when uploading the plugin to the JetBrains marketplace to detect the compatible IDEs. For classloading it's not required.
1 parent 1f83292 commit f8aaed7

File tree

1 file changed

+2
-1
lines changed
  • mps-model-server-plugin/src/main/resources/META-INF

1 file changed

+2
-1
lines changed

mps-model-server-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
<!-- Product and plugin compatibility requirements.
2121
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
22-
<depends>com.intellij.modules.platform</depends>
22+
<depends>com.intellij.modules.mps</depends>
23+
<depends>jetbrains.mps.core</depends>
2324

2425
<applicationListeners>
2526
<listener

0 commit comments

Comments
 (0)