Skip to content

Commit

Permalink
Update plugin information, names and tooltips
Browse files Browse the repository at this point in the history
Updated plugin name in plugin.xml and pom.xml to 'DynamicSpotter Eclipse
UI' and added vendor 'SAP AG'.
Fixed some outdated descriptions and tooltips for commands.

Change-Id: If4ec64d5a3c7eb1a1d0888b5e84e0bcc7746bc3a
Signed-off-by: Denis Knoepfle <[email protected]>
  • Loading branch information
DenisKnoepfle authored and Alexander Wert committed Aug 5, 2014
1 parent 7e1d29c commit f0931c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion org.spotter.eclipse.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spotter Management
Bundle-Name: DynamicSpotter Eclipse UI
Bundle-SymbolicName: org.spotter.eclipse.ui;singleton:=true
Bundle-Version: 0.0.1.qualifier
Bundle-Vendor: SAP AG
Bundle-Activator: org.spotter.eclipse.ui.Activator
Require-Bundle: org.eclipse.ui;bundle-version="3.105.0",
org.eclipse.core.runtime;bundle-version="3.9.0",
Expand Down
8 changes: 4 additions & 4 deletions org.spotter.eclipse.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@
</command>
<command
defaultHandler="org.spotter.eclipse.ui.handlers.DeleteHandler"
description="Delete the selected project(s)"
description="Delete the selected elements"
id="org.spotter.eclipse.ui.commands.delete"
name="Delete">
</command>
<command
defaultHandler="org.spotter.eclipse.ui.handlers.DuplicateHandler"
description="Duplicate the selected project"
description="Duplicate the selected element"
id="org.spotter.eclipse.ui.commands.duplicate"
name="Duplicate">
</command>
Expand Down Expand Up @@ -335,14 +335,14 @@
icon="icons/delete_16x16.png"
label="Delete"
style="push"
tooltip="Delete the selected project(s)">
tooltip="Delete the selected elements">
</command>
<command
commandId="org.spotter.eclipse.ui.commands.duplicate"
icon="icons/copy_16x16.png"
label="Duplicate"
style="push"
tooltip="Duplicate the selected project">
tooltip="Duplicate the selected element">
</command>
<separator
name="org.spotter.eclipse.ui.navigator.separator3"
Expand Down
2 changes: 1 addition & 1 deletion org.spotter.eclipse.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>org.spotter.eclipse.ui</artifactId>
<name>Spotter Eclipse UI</name>
<name>DynamicSpotter Eclipse UI</name>

<packaging>eclipse-plugin</packaging>

Expand Down

0 comments on commit f0931c4

Please sign in to comment.