mirror of
https://github.com/e1fueg0/intellij-gitea-plugin.git
synced 2024-10-27 20:34:04 +00:00
33 lines
822 B
XML
33 lines
822 B
XML
<!--
|
|
~ Copyright © 2019 by elfuego.biz
|
|
-->
|
|
|
|
<idea-plugin>
|
|
<id>biz.elfuego.idea.issues.gitea</id>
|
|
<name>Gitea issues</name>
|
|
<version>1.5</version>
|
|
<vendor email="support@elfuego.biz" url="http://elfuego.biz">elfuego.biz</vendor>
|
|
|
|
<description><![CDATA[
|
|
Gitea issue tracker integration plugin (http://gitea.io)
|
|
]]></description>
|
|
|
|
<change-notes><![CDATA[
|
|
Added offset/limit processing.<br>
|
|
Implemented 'assigned to me' filter.<br>
|
|
]]>
|
|
</change-notes>
|
|
|
|
<idea-version since-build="173.0"/>
|
|
|
|
<depends>com.intellij.modules.lang</depends>
|
|
<depends>com.intellij.tasks</depends>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<tasks.repositoryType implementation="biz.elfuego.idea.issues.gitea.GiteaRepositoryType"/>
|
|
</extensions>
|
|
|
|
<actions>
|
|
</actions>
|
|
</idea-plugin>
|