Skip to content

Commit

Permalink
Merge pull request #1921 from dlsniper/remove-doubts
Browse files Browse the repository at this point in the history
Clarify supported builds
  • Loading branch information
ignatov committed Oct 15, 2015
2 parents 880c886 + 7e1bd9f commit 74aa60e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
<description><![CDATA[
<h2>Support for Go programming language.</h2>
<p>Alpha pre-release of the 1.0.0 version.</p>
<p>Doesn't contain all the functionality of the 0.9.x branch but has a completely reworked internals.
It's faster than 0.9.x, refactoring works to some degree and has native support for gopath packages.</p>
<h3>Compatibility</h3>
<p>Plugin can be installed on IntelliJ platform 141.1532 or greater. It corresponds to IntelliJ IDEA 14.1.4, WebStorm 10.0.4,
PhpStorm 9.0, RubyMine 7.1.3 and PyCharm 4.5.2</p>
<p>Plugin can be installed on IntelliJ platform 141.1532 or greater and less than 141.9999.
It corresponds to IntelliJ IDEA 14.1.4, WebStorm 10.0.4, PhpStorm 9.0, RubyMine 7.1.3 and PyCharm 4.5.2</p>
]]></description>

<change-notes>
Expand Down Expand Up @@ -68,7 +66,7 @@

<!-- project -->
<project.converterProvider implementation="com.goide.project.migration.GoProjectModelConverterProvider"/>

<applicationService serviceImplementation="com.goide.project.GoApplicationLibrariesService"/>
<projectService serviceImplementation="com.goide.project.GoProjectLibrariesService"/>
<moduleService serviceImplementation="com.goide.project.GoModuleLibrariesService"/>
Expand Down

0 comments on commit 74aa60e

Please sign in to comment.