code_samples: add platform module as dependency

This commit is contained in:
Yann Cébron 2021-02-02 20:17:12 +01:00
parent e01ddf5688
commit 4c2282823c
3 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,8 @@
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<name>SDK: Comparing References Inspection Sample</name>
<!-- Evaluates java PSI -->
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->

View File

@ -9,6 +9,7 @@
<name>SDK: Framework Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->

View File

@ -9,6 +9,7 @@
<name>SDK: Project Model Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->