Change notes not visible Follow
Hi all,
How do I make my change notes visible??? I've got the following plugin configuration, but the change notes don't show up!
<!DOCTYPE idea-plugin PUBLIC "Plugin/DTD" "http://plugins.intellij.net/plugin.dtd">
<idea-plugin url="http://dontmindthelanguage.wordpress.com/category/programming/java/intellij-json-formatter-plugin/">
<name>JSON Formatter</name>
<project-components>
<component>
<implementation-class>net.javaisp.intellij.plugin.jsonformatter.JsonFormatterProjectComponent
</implementation-class>
</component>
</project-components>
<description>
<![CDATA[
A simple formatter for JSON, based on <a href="http://jsontools.berlios.de">JSON Tools</a> and <a href="http://fifesoft.com/rsyntaxtextarea">RSyntaxTextArea</a>.
]]>
</description>
<version>0.2.1</version>
<vendor email="epragt@xebia.com" logo="http://www.xebia.com/docroot/xebia/images/WfC_01-logo.gif"
url="http://blog.xebia.com">Erik Pragt
</vendor>
<idea-version since-build="8000"/>
<change-notes>
<![CDATA[
<h3>Version 0.2.1</h3>
<ul>
<li>Fixed release notes
</ul>
<h3>Version 0.2</h3>
<ul>
<li>Added simple JSON validation, thanks to Bruno Ranschaert
</ul>
<h3>Version 0.1</h3>
<ul>
<li>Initial version
</ul>]]>
</change-notes>
</idea-plugin>
Please sign in to leave a comment.
No one has suggestions on this?
i meet the same problem,you must remove this in build.grandle:
and then your <change-notes> will useful