mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
code_samples: add platform module as dependency
This commit is contained in:
parent
e01ddf5688
commit
4c2282823c
@ -8,7 +8,8 @@
|
|||||||
<!-- Text to display as name on Preferences/Settings | Plugin page -->
|
<!-- Text to display as name on Preferences/Settings | Plugin page -->
|
||||||
<name>SDK: Comparing References Inspection Sample</name>
|
<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>
|
<depends>com.intellij.java</depends>
|
||||||
|
|
||||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
<name>SDK: Framework Sample</name>
|
<name>SDK: Framework Sample</name>
|
||||||
|
|
||||||
<!-- Product and plugin compatibility requirements -->
|
<!-- Product and plugin compatibility requirements -->
|
||||||
|
<depends>com.intellij.modules.platform</depends>
|
||||||
<depends>com.intellij.java</depends>
|
<depends>com.intellij.java</depends>
|
||||||
|
|
||||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
<name>SDK: Project Model Sample</name>
|
<name>SDK: Project Model Sample</name>
|
||||||
|
|
||||||
<!-- Product and plugin compatibility requirements -->
|
<!-- Product and plugin compatibility requirements -->
|
||||||
|
<depends>com.intellij.modules.platform</depends>
|
||||||
<depends>com.intellij.java</depends>
|
<depends>com.intellij.java</depends>
|
||||||
|
|
||||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user