-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Plugin to version "182.4505.22-1.6.0"
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>swingexplorer-plugin-v2</id> | ||
<name>SwingExplorer Integration v2</name> | ||
<version>2016.1-1.6.0-1.0.1</version> | ||
<version>182.4505.22-1.6.0</version> | ||
<vendor email="[email protected]">Werner Glanzer</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -16,6 +16,10 @@ | |
</p> | ||
]]></description> | ||
<change-notes><![CDATA[ | ||
<p>182.4505.22-1.6.0</p> | ||
<ul> | ||
<li>Removed deprecated API-Calls to work properly with future versions of IntelliJ IDEA</li> | ||
</ul> | ||
<p>2016.1-1.6.0-1.0.1</p> | ||
<ul> | ||
<li>Fix: Invalid path to libs</li> | ||
|
@@ -26,11 +30,13 @@ | |
</ul> | ||
]]></change-notes> | ||
|
||
<idea-version since-build="145"/> | ||
<idea-version since-build="182.4505.22"/> | ||
|
||
<extensions defaultExtensionNs="com.intellij"> | ||
<executor implementation="org.swingexplorer.intellij.Executor"/> | ||
<programRunner implementation="org.swingexplorer.intellij.Runner"/> | ||
</extensions> | ||
|
||
<depends>com.intellij.modules.platform</depends> | ||
|
||
</idea-plugin> |