-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for v1.3 - Fix Guava issue on IntelliJ IDEA 14.0
- Loading branch information
Showing
7 changed files
with
63 additions
and
64 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,10 +1,10 @@ | ||
<idea-plugin version="2" url="https://github.com/wimsymons/intellij-ppimport"> | ||
<id>be.wimsymons.intellij.polopolyimport</id> | ||
<name>Polopoly Importer</name> | ||
<version>1.2</version> | ||
<vendor email="[email protected]">Wim Symons</vendor> | ||
<id>be.wimsymons.intellij.polopolyimport</id> | ||
<name>Polopoly Importer</name> | ||
<version>1.3</version> | ||
<vendor email="[email protected]">Wim Symons</vendor> | ||
|
||
<description><![CDATA[ | ||
<description><![CDATA[ | ||
<p> | ||
Plugin to import content XML into the Atex Polopoly CMS. | ||
</p> | ||
|
@@ -13,8 +13,11 @@ This version keeps state on application-level, not on project level. | |
</p> | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<change-notes><![CDATA[ | ||
<dl> | ||
<dt>1.3</dt> | ||
<dd>Fixed issue with Guava deprecating Closeables.closeQuietly in Guava 15</dd> | ||
<dt>1.2</dt> | ||
<dd>Fixed ArrayIndexOutOfBoundsException: 0 when there are no replacements.</dd> | ||
|
@@ -53,21 +56,21 @@ This version keeps state on application-level, not on project level. | |
</dl> | ||
]]></change-notes> | ||
|
||
<idea-version since-build="107.105"/> | ||
|
||
<application-components> | ||
<component> | ||
<implementation-class>be.wimsymons.intellij.polopolyimport.PPImportPlugin</implementation-class> | ||
</component> | ||
</application-components> | ||
|
||
<actions> | ||
<group id="PolopolyImportPluginGroup" popup="true" text="Polopoly Import" description="Import content"> | ||
<add-to-group group-id="ProjectViewPopupMenu" anchor="last"/> | ||
<add-to-group group-id="StructureViewPopupMenu" anchor="last"/> | ||
<add-to-group group-id="EditorPopupMenu" anchor="last"/> | ||
<add-to-group group-id="ChangesViewPopupMenu" anchor="last"/> | ||
</group> | ||
</actions> | ||
<idea-version since-build="107.105" /> | ||
|
||
<application-components> | ||
<component> | ||
<implementation-class>be.wimsymons.intellij.polopolyimport.PPImportPlugin</implementation-class> | ||
</component> | ||
</application-components> | ||
|
||
<actions> | ||
<group id="PolopolyImportPluginGroup" popup="true" text="Polopoly Import" description="Import content"> | ||
<add-to-group group-id="ProjectViewPopupMenu" anchor="last" /> | ||
<add-to-group group-id="StructureViewPopupMenu" anchor="last" /> | ||
<add-to-group group-id="EditorPopupMenu" anchor="last" /> | ||
<add-to-group group-id="ChangesViewPopupMenu" anchor="last" /> | ||
</group> | ||
</actions> | ||
|
||
</idea-plugin> |
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
Binary file not shown.
Binary file not shown.
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
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
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