Skip to content

Commit

Permalink
7358: Rename Agent Plug-in in the JVM Browser
Browse files Browse the repository at this point in the history
Reviewed-by: ghb, aptmac
  • Loading branch information
thegreystone committed Jul 26, 2021
1 parent 4b492a4 commit ef886f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions application/org.openjdk.jmc.console.agent/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
<action
factory="org.openjdk.jmc.console.agent.actions.AgentEditorOpener"
icon="icons/agent.png"
label="Agent Plugin">
label="JMC Agent">
</action>
<provider
icon="icons/agent.png"
id="org.openjdk.jmc.console.agent"
description="The JMC Agent Plugin can be used to declaratively add JFR instrumentation to a running program"
label="Agent Plugin"
description="The JMC Agent can be used to declaratively add JFR instrumentation to a running program"
label="JMC Agent"
priority="101"
doubleClickActionIndex="0">
<action
factory="org.openjdk.jmc.console.agent.actions.AgentEditorOpener"
icon="icons/agent.png"
label="Open the JMC Agent Plugin">
label="Open the JMC Agent Plug-in">
</action>
</provider>
</extension>
Expand All @@ -61,13 +61,13 @@
default="true"
id="org.openjdk.jmc.console.agent.editor.AgentEditor"
icon="icons/agent.png"
name="Agent Plugin"/>
name="JMC Agent"/>
</extension>

<extension point="org.eclipse.ui.editors">
<editor
id="org.openjdk.jmc.console.agent.tabs.raweditor.RawEditor"
name="Agent XML Editor"
name="JMC Agent XML Editor"
icon="icons/agent.png"
extensions="xml"
class="org.openjdk.jmc.console.agent.raweditor.RawEditor"
Expand All @@ -79,7 +79,7 @@
<command
id="org.openjdk.jmc.console.agent.openPresetManagerHandler"
defaultHandler="org.openjdk.jmc.console.agent.manager.OpenPresetManagerHandler"
name="Open Agent Preset Manager">
name="Open JMC Agent Preset Manager">
</command>
</extension>

Expand All @@ -91,7 +91,7 @@
<command
commandId="org.openjdk.jmc.console.agent.openPresetManagerHandler"
icon="icons/agent.png"
label="Agent Preset Manager"
label="JMC Agent Preset Manager"
style="push">
</command>
</menuContribution>
Expand Down

0 comments on commit ef886f3

Please sign in to comment.