mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
Build scripts set proper values for bundled plugins and plugins for publishing. Still, it's possible to break the logic if explicit since-build value is not match \d+.\d+ pattern or if until-build is omitted. So it's better to get rid of it at all.
11 lines
387 B
XML
11 lines
387 B
XML
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<name>Python ReStructureText Integration</name>
|
|
<id>org.jetbrains.plugins.python-rest</id>
|
|
<vendor>JetBrains</vendor>
|
|
<depends>com.intellij.modules.python</depends>
|
|
<depends>org.jetbrains.plugins.rest</depends>
|
|
|
|
<xi:include href="/META-INF/python-rest-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
|
|
</idea-plugin>
|