Skip to content

Commit 57c8543

Browse files
committed
mtr theme
1 parent 2e8365d commit 57c8543

File tree

16 files changed

+84
-84
lines changed

16 files changed

+84
-84
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
windup-eclipse-plugin
22
=====================
33

4-
Migration Toolkit for Applications (MTA) Eclipse Plugin
4+
Migration Toolkit for Runtimes (MTR) Eclipse Plugin
55

66
## Summary
77

88
[Windup](https://github.com/windup/windup) is a command-line Application Migration and Modernization assessment tool.
99

10-
Provides Eclipse integration with the Migration Toolkit for Applications (MTA) project.
10+
Provides Eclipse integration with the Migration Toolkit for Runtimes (MTR) project.
1111

1212
## Installing
1313

features/org.jboss.tools.windup.feature/feature.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# Contributors:
99
# Red Hat JBoss Middleware - Initial implementation.
1010
##############################################################################
11-
featureName=Migration Toolkit for Applications (MTA)
11+
featureName=Migration Toolkit for Runtimes (MTR)
1212
providerName=Red Hat JBoss Middleware
13-
description=Application migration and modernization assessment using MTA.
13+
description=Application migration and modernization assessment using MTR.
1414
descriptionURL=http://windup.jboss.org/
1515

1616
copyright=Copyright (c) 2020 Red Hat, Inc. and others.\n\
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
startingWindup=Starting MTA
2-
generate_windup_reports=Generating MTA Reports
3-
generate_windup_graph_for=Initializing MTA using {0}. This may take a moment...
1+
startingWindup=Starting MTR
2+
generate_windup_reports=Generating MTR Reports
3+
generate_windup_graph_for=Initializing MTR using {0}. This may take a moment...
44
error_generating_report_for=Error generating report for {0}
55
removing_old_report=Removing old reports.
66
waiting_for_furnace=Waiting for Furnace.
7-
get_windup_graph_context_factory=Get MTA Graph Context Factory
7+
get_windup_graph_context_factory=Get MTR Graph Context Factory
88
writingUserIgnoreFile=Writing user ignore file

plugins/org.jboss.tools.windup.runtime/src/org/jboss/tools/windup/runtime/WindupRmiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public void onProcessComplete(int exitValue) {
152152
executor.setStreamHandler(new PumpStreamHandler(new LogOutputStream() {
153153
@Override
154154
protected void processLine(String line, int logLevel) {
155-
logInfo("Message from MTA executor: " + line); //$NON-NLS-1$
155+
logInfo("Message from MTR executor: " + line); //$NON-NLS-1$
156156
monitor.worked(1);
157157
}
158158
}));

plugins/org.jboss.tools.windup.runtime/src/org/jboss/tools/windup/runtime/WindupRuntimePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private static File getDefaultWindupHome() {
116116
public static Help findWindupHelpCache() {
117117
Help result = new Help();
118118
File windupHome = WindupRuntimePlugin.computeWindupHome().toFile();
119-
WindupRuntimePlugin.logInfo("Retrieving help.xml options from MTA_HOME: " + windupHome.toString());
119+
WindupRuntimePlugin.logInfo("Retrieving help.xml options from MTR_HOME: " + windupHome.toString());
120120
File cacheFile = new File(windupHome, HELP_CACHE);
121121
try {
122122
URL url = cacheFile.toURI().toURL();

plugins/org.jboss.tools.windup.ui/intro/windupContent.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<introContent>
3-
<extensionContent id="org.jboss.tools.windup.ui" name="MTA Getting Started"
3+
<extensionContent id="org.jboss.tools.windup.ui" name="MTR Getting Started"
44
style="overview.css" path="overview/@">
55
<group id="content-group" style-id="content-group">
6-
<link label="Migration Toolkit for Applications"
6+
<link label="Migration Toolkit for Runtimes (MTR)"
77
url="http://org.eclipse.ui.intro/runAction?pluginId=org.jboss.tools.windup.ui&amp;class=org.jboss.tools.windup.ui.internal.intro.ShowGettingStartedAction&amp;id=org.jboss.tools.windup.ui.action.gettingStarted"
88
id="windup-getting-started" style-id="content-link">
9-
<text>Get started with MTA Eclipse tools</text>
9+
<text>Get started with MTR Eclipse tools</text>
1010
</link>
1111
</group>
1212
</extensionContent>

plugins/org.jboss.tools.windup.ui/plugin.properties

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
plugin.name=MTA UI
1+
plugin.name=MTR UI
22
plugin.vendor=Red Hat JBoss Middleware
33

4-
category.MTA.name=MTA
4+
category.MTR.name=MTR
55
view.windup_report.name=Report
66

77
view.issueDetails=Issue Details
88

99
serverStateDecoratorLabel=Server State Decorator
1010

11-
menu.windup.name=MTA
12-
command.show_in_windup_report_viewer.name=Show in MTA Report View
13-
command.generate_windup_report.name=Generate MTA Report
14-
command.export_windup_report.name=Export MTA Report
11+
menu.windup.name=MTR
12+
command.show_in_windup_report_viewer.name=Show in MTR Report View
13+
command.generate_windup_report.name=Generate MTR Report
14+
command.export_windup_report.name=Export MTR Report
1515

16-
export.windup_reports.name=MTA Reports
17-
export.windup_reports.description=Export the MTA Report for one or more selected projects.
16+
export.windup_reports.name=MTR Reports
17+
export.windup_reports.description=Export the MTR Report for one or more selected projects.
1818

19-
keywords.windup_report.labels=MTA report reports
19+
keywords.windup_report.labels=MTR report reports
2020

2121
# Launch
22-
windupLaunch.run=Run MTA
22+
windupLaunch.run=Run MTR
2323

2424
# Launch
25-
windupLaunch.configType.name=MTA
25+
windupLaunch.configType.name=MTR
2626

2727
#rule wizards
2828
_UI_CREATE_NEW_XML_RULESET=Create a new XML Ruleset
2929
_UI_CREATE_NEW_JAVA_RULESET=Create a new Java Ruleset
30-
_UI_WIZARD_WINDUP_CATEGORY=MTA
30+
_UI_WIZARD_WINDUP_CATEGORY=MTR
3131

3232
#ruleset editor
3333
context.rulesetEditor.editingText.description = Ruleset Editor Context

plugins/org.jboss.tools.windup.ui/plugin.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<extension
55
point="org.eclipse.ui.views">
66
<category
7-
name="%category.MTA.name"
7+
name="%category.MTR.name"
88
id="org.jboss.tools.windup.ui.view.category.windup">
99
</category>
1010
<view
@@ -457,7 +457,7 @@
457457
<command
458458
defaultHandler="org.jboss.tools.windup.ui.internal.editor.CreateRunConfigurationHandler"
459459
id="org.jboss.tools.windup.ui.createRunConfiguration"
460-
name="Create MTA Run Configuration">
460+
name="Create MTR Run Configuration">
461461
</command>
462462
<command
463463
defaultHandler="org.jboss.tools.windup.ui.WindupExtensionFactory:org.jboss.tools.windup.ui.internal.explorer.IssueExplorerHandlers$GroupByProjectHierarchy"
@@ -596,7 +596,7 @@
596596
icon="icons/windup.png"
597597
id="org.jboss.tools.windup.ui.explorer.WindupExplorerContentProvider"
598598
labelProvider="org.jboss.tools.windup.ui.WindupExtensionFactory:org.jboss.tools.windup.ui.internal.explorer.IssueExplorerLabelProvider"
599-
name="MTA Explorer Content Provider"
599+
name="MTR Explorer Content Provider"
600600
priority="highest">
601601
<triggerPoints>
602602
<adapt
@@ -729,7 +729,7 @@
729729
</extension>
730730
<extension point="org.eclipse.ui.actionSets">
731731
<actionSet id="org.jboss.tools.windup.ui.actionSet.workbench"
732-
label="MTA Getting Started" visible="true">
732+
label="MTR Getting Started" visible="true">
733733
<action
734734
class="org.jboss.tools.windup.ui.internal.intro.ShowGettingStartedAction"
735735
icon="icons/windup.png"
@@ -754,7 +754,7 @@
754754
fixed="false"
755755
icon="icons/windup.png"
756756
id="org.jboss.tools.windup.ui.perspective"
757-
name="MTA">
757+
name="MTR">
758758
</perspective>
759759
</extension>
760760
<extension
@@ -768,7 +768,7 @@
768768
<page
769769
class="org.jboss.tools.windup.ui.WindupExtensionFactory:org.jboss.tools.windup.ui.preferences.WindupPreferencePage"
770770
id="org.jboss.tools.windup.ui.preferences.WindupPreferencePage"
771-
name="MTA">
771+
name="MTR">
772772
</page>
773773
</extension>
774774
<extension
@@ -865,7 +865,7 @@
865865
hasPages="true"
866866
icon="icons/rules/repository-middle.gif"
867867
id="org.jboss.tools.windup.ui.xml.ruleset.wizard"
868-
name="MTA XML Ruleset"
868+
name="MTR XML Ruleset"
869869
preferredPerspectives="org.jboss.tools.windup.ui.perspective">
870870
<description>
871871
%_UI_CREATE_NEW_XML_RULESET
@@ -902,7 +902,7 @@
902902
base-type="org.eclipse.core.runtime.xml"
903903
file-extensions="xml"
904904
id="org.jboss.tools.windup.ui.rulesetContentType"
905-
name="MTA Ruleset"
905+
name="MTR Ruleset"
906906
priority="high">
907907
<describer
908908
class="org.eclipse.core.runtime.content.XMLRootElementContentDescriber2"

plugins/org.jboss.tools.windup.ui/schema/xsd/windup-jboss-ruleset.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
<xs:annotation>
544544
<xs:documentation>
545545
<![CDATA[
546-
<p>A reference to a category as defined in <code>MTA_HOME/rules/migration-core/core.windup.categories.xml</code>.</p>
546+
<p>A reference to a category as defined in <code>MTR_HOME/rules/migration-core/core.windup.categories.xml</code>.</p>
547547
<p>The default categories are:</p>
548548
<ul>
549549
<li>mandatory</li>
@@ -651,7 +651,7 @@
651651
<xs:annotation>
652652
<xs:documentation>
653653
<![CDATA[
654-
<p>A reference to a category as defined in <code>MTA_HOME/rules/migration-core/core.windup.categories.xml</code>.</p>
654+
<p>A reference to a category as defined in <code>MTR_HOME/rules/migration-core/core.windup.categories.xml</code>.</p>
655655
<p>The default categories are:</p>
656656
<ul>
657657
<li>mandatory</li>

plugins/org.jboss.tools.windup.ui/src/org/jboss/tools/windup/ui/internal/explorer/IssueExplorer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public void serverShutdown(IStatus status) {
353353
CButton preferenceButton = new CButton(buttonBar, SWT.NONE);
354354
preferenceButton.setHotImage(WindupUIPlugin.getDefault().getImageRegistry().get(WindupUIPlugin.IMG_CONFIG_HOT));
355355
preferenceButton.setColdImage(WindupUIPlugin.getDefault().getImageRegistry().get(WindupUIPlugin.IMG_CONFIG_COLD));
356-
preferenceButton.setToolTipText("Configure MTA"); //$NON-NLS-1$
356+
preferenceButton.setToolTipText("Configure MTR"); //$NON-NLS-1$
357357
preferenceButton.addSelectionListener(new SelectionAdapter() {
358358
@Override
359359
public void widgetSelected(SelectionEvent e) {

0 commit comments

Comments
 (0)