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.
This commit is contained in:
Nikolay Krasko
2018-04-17 19:16:33 +03:00
parent 78a5fa766f
commit f62e0dc5f7
+1 -1
View File
@@ -9,7 +9,6 @@
<idea-version since-build="182.1" until-build="183.*"/>
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.remoteServers</depends>
<!-- required for Kotlin/Native plugin -->
<depends optional="true">org.jetbrains.kotlin.native.platform.deps</depends>
@@ -29,6 +28,7 @@
<!-- ULTIMATE-PLUGIN-PLACEHOLDER -->
<!-- CIDR-PLUGIN-PLACEHOLDER-START -->
<depends>com.intellij.modules.idea</depends>
<depends>com.intellij.modules.java</depends>
<depends optional="true" config-file="javaScriptDebug.xml">JavaScriptDebugger</depends>
<!-- CIDR-PLUGIN-PLACEHOLDER-END -->