Skip to content

Commit b481d6a

Browse files
committed
Add optional JCEF module dependency
issue: #6440
1 parent af1585c commit b481d6a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<idea-plugin>
2+
</idea-plugin>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
1010
on how to target different products -->
1111
<depends>com.intellij.modules.platform</depends>
12+
<depends optional="true" config-file="empty.xml">com.intellij.modules.jcef</depends>
1213
<depends optional="true" config-file="actions/lang.xml">com.intellij.modules.lang</depends>
1314
<depends optional="true" config-file="actions/jupyter.xml">intellij.jupyter</depends>
1415
<depends optional="true" config-file="docs/javaScript-doc.xml">JavaScript</depends>

0 commit comments

Comments
 (0)