Skip to content

Commit

Permalink
Merge pull request #542 from HaxeFoundation/Idea16.3.2Compatibility
Browse files Browse the repository at this point in the history
Idea16.3.2 compatibility
  • Loading branch information
EricBishton authored Jan 13, 2017
2 parents fc86508 + 5d459fd commit 8a0f836
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ env:
- IDEA_VERSION=15.0.6 ANT_TARGET=compile_test
- IDEA_VERSION=2016.1.4 ANT_TARGET=compile_test
- IDEA_VERSION=2016.2.5 ANT_TARGET=test
- IDEA_VERSION=2016.3.1 ANT_TARGET=test
- IDEA_VERSION=2016.3.2 ANT_TARGET=test
notifications:
email: false
4 changes: 2 additions & 2 deletions idea_v16.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
idea.version=16

# Human-readable versions of IDEA that this build is compatible with.
plugin.compatibility.description=IDEA 2016.1 through 2016.3.1
plugin.compatibility.description=IDEA 2016.1 through 2016.3.2

# ###################################################
# IDEA build IDs that are compatible with this plugin.
Expand All @@ -19,7 +19,7 @@ plugin.installable.since=145.0
#
# IDEA builds after this one will not install this plugin.
#
plugin.installable.until=163.9999
plugin.installable.until=163.99999

# ###################################################
# Where to find Idea16-specific code.
Expand Down
9 changes: 8 additions & 1 deletion src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,19 @@
<depends optional="true" config-file="flex-debugger-support.xml">com.intellij.flex</depends>
<depends optional="true" config-file="debugger-support.xml">com.intellij.modules.ultimate</depends>

<version>0.10.1 for @plugin.compatibility.description@</version>
<version>0.10.1.1 for @plugin.compatibility.description@</version>
<change-notes>
<![CDATA[
<p>This jar is compatible with @plugin.compatibility.description@</p>
<p>It was built using IDEA build @idea.sdk.version@</p>
<p>Documentation: http://github.com/HaxeFoundation/intellij-haxe/README.md.</p>
<p>Support: http://github.com/HaxeFoundation/intellij-haxe/issues.</p>
<p/>
<p>0.10.1.1: (community release)</p)
<ul>
<li>Update compatibility for 2016.3.2</li>
<li>Update documentation to refer to HaxeFoundation instead of TiVo.</li>
</ul>
<p>0.10.1: (community release)</p>
<ul>
<li>Use Java's file library for detecting symlinks instead of IDEA's.</li>
Expand Down

0 comments on commit 8a0f836

Please sign in to comment.