From 4c2282823cab34162f3a202540bb55b9d7046b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 2 Feb 2021 20:17:12 +0100 Subject: [PATCH] code_samples: add platform module as dependency --- .../src/main/resources/META-INF/plugin.xml | 3 ++- framework_basics/src/main/resources/META-INF/plugin.xml | 1 + project_model/src/main/resources/META-INF/plugin.xml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/comparing_references_inspection/src/main/resources/META-INF/plugin.xml b/comparing_references_inspection/src/main/resources/META-INF/plugin.xml index edc9784ca..8aab5825c 100644 --- a/comparing_references_inspection/src/main/resources/META-INF/plugin.xml +++ b/comparing_references_inspection/src/main/resources/META-INF/plugin.xml @@ -8,7 +8,8 @@ SDK: Comparing References Inspection Sample - + + com.intellij.modules.platform com.intellij.java diff --git a/framework_basics/src/main/resources/META-INF/plugin.xml b/framework_basics/src/main/resources/META-INF/plugin.xml index 7f06deafe..452560644 100644 --- a/framework_basics/src/main/resources/META-INF/plugin.xml +++ b/framework_basics/src/main/resources/META-INF/plugin.xml @@ -9,6 +9,7 @@ SDK: Framework Sample + com.intellij.modules.platform com.intellij.java diff --git a/project_model/src/main/resources/META-INF/plugin.xml b/project_model/src/main/resources/META-INF/plugin.xml index 140d8cfb8..505855582 100644 --- a/project_model/src/main/resources/META-INF/plugin.xml +++ b/project_model/src/main/resources/META-INF/plugin.xml @@ -9,6 +9,7 @@ SDK: Project Model Sample + com.intellij.modules.platform com.intellij.java