mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
Tests of a plugin may depends on code from optional dependencies of that plugin so we need to enable such depedencies when running tests.
6 lines
136 B
XML
6 lines
136 B
XML
<idea-plugin>
|
|
<id>com.intellij.example</id>
|
|
<name>MyPlugin</name>
|
|
<depends optional="true">my.dependency</depends>
|
|
</idea-plugin>
|