-
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.
Analysis indicator percentage, name change to MTA, and multiple target
- Loading branch information
Showing
4 changed files
with
38 additions
and
8 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<idea-plugin> | ||
<id>org.jboss.tools.intellij.mtr</id> | ||
<name>Migration Toolkit for Runtimes (MTR) by Red Hat</name> | ||
<name>Migration Toolkit for Applications (MTA) by Red Hat</name> | ||
<vendor email="[email protected]" url="http://www.redhat.com">Red-Hat</vendor> | ||
|
||
<description><![CDATA[ | ||
<h2>Overview</h2> | ||
<p>The Migration Toolkit for Runtimes (MTR) plugin for IntelliJ Platform-based IDEs.</p> | ||
<p>The Migration Toolkit for Applications (MTA) plugin for IntelliJ Platform-based IDEs.</p> | ||
<p>Provides tooling to accelerate application migration by marking migration issues in the source code, provides guidance to fix the issues, and offers automatic code replacement when possible.</p> | ||
<p>Read more about MTR <a href="https://developers.redhat.com/products/mtr/download">here</a>.</p> | ||
]]></description> | ||
|
@@ -19,7 +19,7 @@ | |
<depends>com.intellij.modules.platform</depends> | ||
|
||
<extensions defaultExtensionNs="com.intellij"> | ||
<toolWindow id="Migration Toolkit for Runtimes" | ||
<toolWindow id="Migration Toolkit for Applications" | ||
anchor="left" | ||
icon="/META-INF/web/webroot/migration_toolkit_tool_window_icon.png" | ||
factoryClass="org.jboss.tools.intellij.windup.explorer.WindupExplorerFactory"/> | ||
|