From f62e0dc5f7cd0262def48baee0ff04a8b75e7e46 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 17 Apr 2018 19:16:33 +0300 Subject: [PATCH] Use `com.intellij.modules.idea` as dependency to forbid install in AS `com.intellij.modules.idea` was introduced in 182 to distinguish AS and IDEA installation (IDEA-187502). Dependency should be removed in CLion and AppCode installation. --- idea/src/META-INF/plugin.xml.182 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/src/META-INF/plugin.xml.182 b/idea/src/META-INF/plugin.xml.182 index 5391ed7014b..60dad6fc11b 100644 --- a/idea/src/META-INF/plugin.xml.182 +++ b/idea/src/META-INF/plugin.xml.182 @@ -9,7 +9,6 @@ com.intellij.modules.platform - com.intellij.modules.remoteServers org.jetbrains.kotlin.native.platform.deps @@ -29,6 +28,7 @@ + com.intellij.modules.idea com.intellij.modules.java JavaScriptDebugger