From 3b4ca3558bf71098eb6f69ff6b4501bd6379eecf Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 19 Mar 2018 18:28:01 +0300 Subject: [PATCH] Add hard dependency to Java module in plugin.xml Otherwise resulting plugin will be installable to PyCharm, WebStorm and other Intellij IDE without Java. It can be resolved with `xi:include`, but it should be done with care, because some declarations in `jvm.xml` should be placed after some declarations in `plugin.xml` (action groups suffer from this issue for sure). --- idea/src/META-INF/plugin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index a29c1cc0526..54db35bf8fc 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -28,6 +28,7 @@ + com.intellij.modules.java com.intellij.modules.java JavaScriptDebugger