diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-01-26 17:17:58 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-01-26 17:17:58 +0000 |
| commit | e7f0f3ade6bd178703b2f87454a94d2c7f3b62f8 (patch) | |
| tree | 7b9ac0cc25271cda1fd8566a1c9fd39ac496cb98 /java/management/eclipse-plugin/plugin.xml | |
| parent | f03eb1c7d39e9d5f526e965b6e75c03388055179 (diff) | |
| download | qpid-python-e7f0f3ade6bd178703b2f87454a94d2c7f3b62f8.tar.gz | |
QPID-1014 : Patch from Senaka Fernando to correct the perspective name
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/plugin.xml')
| -rw-r--r-- | java/management/eclipse-plugin/plugin.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/management/eclipse-plugin/plugin.xml b/java/management/eclipse-plugin/plugin.xml index 5774859b47..b972595262 100644 --- a/java/management/eclipse-plugin/plugin.xml +++ b/java/management/eclipse-plugin/plugin.xml @@ -32,7 +32,8 @@ <extension point="org.eclipse.ui.perspectives"> <perspective - name="qpid.management.perspective" + name="Qpid Management" + icon="icons/mbean_view.png" class="org.apache.qpid.management.ui.Perspective" id="org.apache.qpid.management.ui.perspective"> </perspective> |
