Skip to content

Commit fd45438

Browse files
committed
update plugin.xml, remove obsolete info
1 parent 9a493fa commit fd45438

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

META-INF/plugin.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<idea-plugin version="2">
1+
<idea-plugin>
22
<id>com.millennialmedia.intellibot@lte2000</id>
33
<name>IntelliBot #patched</name>
44
<version>0.10.143.398</version>
5-
<vendor email="[email protected]" url="http://www.millennialmedia.com">Millennial Media</vendor>
5+
<vendor url="https://plugins.jetbrains.com/plugin/17424-intellibot-patched">Millennial Media</vendor>
66

77
<depends>com.intellij.modules.lang</depends>
88
<depends optional="true">com.intellij.modules.python</depends>
@@ -16,20 +16,18 @@
1616
<description><![CDATA[
1717
<h1>IntelliBot, Robot Framework Support</h1>
1818
<p>The IntelliBot plugin for IntelliJ/Pycharm adds smart editing features to support the <a href="http://robotframework.org/">Robot Framework</a>.</p>
19-
<p>Make sure to <a href="https://github.com/millennialmedia/intellibot/wiki/Python-Interpreter">setup your IDE correctly</a> to gain Python support.</p>
20-
<p>Find us in <a href="https://github.com/millennialmedia/intellibot">Github</a>.</p>
19+
<p>Find more details at <a href="https://plugins.jetbrains.com/plugin/17424-intellibot-patched">Marketplace</a> or <a href="https://github.com/lte2000/intellibot">Github</a>.</p>
20+
<br>
21+
<p>Make sure to <a href="https://github.com/mtrubs/intellibot/wiki/Python-Interpreter">setup your IDE correctly</a> to gain Python support.</p>
22+
<p>Forked from <a href="https://github.com/mtrubs/intellibot">Intellibot</a>:</p>
2123
<ul>
22-
<li><a href="https://github.com/millennialmedia/intellibot/wiki/Features">Feature Set</a></li>
23-
<li><a href="https://github.com/millennialmedia/intellibot/wiki">Wiki</a></li>
24-
<li><a href="https://github.com/millennialmedia/intellibot/issues">Issue tracker</a></li>
25-
<li><a href="https://github.com/millennialmedia/intellibot/wiki/Change-Notes">Complete Change Notes</a>
24+
<li><a href="https://github.com/mtrubs/intellibot/wiki/Features">Feature Set</a></li>
25+
<li><a href="https://github.com/mtrubs/intellibot/wiki">Wiki</a></li>
2626
</ul>
2727
]]></description>
2828

2929
<change-notes><![CDATA[
30-
This is a temp patched IntelliBot (as the original plugin is not updated by the originator).<br>
31-
Find it in <a href="https://github.com/lte2000/intellibot">Github</a>.<br>
32-
See <a href="https://github.com/lte2000/intellibot#readme">what is fixed/enhanced/new added</a>.
30+
based on IntelliBot, see <a href="https://github.com/lte2000/intellibot#readme">What is fixed, enhanced and new added</a>.<br>
3331
]]>
3432
</change-notes>
3533

0 commit comments

Comments
 (0)