You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2008/12/29 01:32:15 UTC

svn commit: r729816 - /webservices/commons/trunk/modules/tcpmon/resources/eclipse/plugin.xml

Author: veithen
Date: Sun Dec 28 16:32:15 2008
New Revision: 729816

URL: http://svn.apache.org/viewvc?rev=729816&view=rev
Log:
WSCOMMONS-137: Fixed incorrect classname in plugin.xml.

Modified:
    webservices/commons/trunk/modules/tcpmon/resources/eclipse/plugin.xml

Modified: webservices/commons/trunk/modules/tcpmon/resources/eclipse/plugin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/tcpmon/resources/eclipse/plugin.xml?rev=729816&r1=729815&r2=729816&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/resources/eclipse/plugin.xml (original)
+++ webservices/commons/trunk/modules/tcpmon/resources/eclipse/plugin.xml Sun Dec 28 16:32:15 2008
@@ -12,7 +12,7 @@
             name="TCP Monitor"
             icon="icons/monitor.gif"
             category="tcpmonitor"
-            class="tcpmonitor.views.MainView"
+            class="org.apache.ws.commons.tcpmon.eclipse.ui.MainView"
             id="tcpmonitor.views.MainView">
       </view>
    </extension>