You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/01/26 18:17:59 UTC

svn commit: r737756 - /qpid/trunk/qpid/java/management/eclipse-plugin/plugin.xml

Author: ritchiem
Date: Mon Jan 26 17:17:58 2009
New Revision: 737756

URL: http://svn.apache.org/viewvc?rev=737756&view=rev
Log:
QPID-1014 : Patch from Senaka Fernando to correct the perspective name

Modified:
    qpid/trunk/qpid/java/management/eclipse-plugin/plugin.xml

Modified: qpid/trunk/qpid/java/management/eclipse-plugin/plugin.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/eclipse-plugin/plugin.xml?rev=737756&r1=737755&r2=737756&view=diff
==============================================================================
--- qpid/trunk/qpid/java/management/eclipse-plugin/plugin.xml (original)
+++ qpid/trunk/qpid/java/management/eclipse-plugin/plugin.xml Mon Jan 26 17:17:58 2009
@@ -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>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org