You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sh...@apache.org on 2007/09/14 20:18:36 UTC

svn commit: r575769 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml

Author: shivahr
Date: Fri Sep 14 11:18:35 2007
New Revision: 575769

URL: http://svn.apache.org/viewvc?rev=575769&view=rev
Log:
GERONIMODEVTOOLS-107: Applying the additional patch to have "geronimo-ra.xml" get opened in "Geronimo Deployment Plan Editor" instead of WTP's default "XML Editor".

Modified:
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml?rev=575769&r1=575768&r2=575769&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.ui/plugin.xml Fri Sep 14 11:18:35 2007
@@ -130,7 +130,7 @@
     <extension point="org.eclipse.ui.editors">
         <editor class="org.apache.geronimo.st.ui.editors.SharedDeploymentPlanEditor"
             default="true" 
-            filenames="geronimo-web.xml,geronimo-application.xml,openejb-jar.xml,geronimo-connector.xml"
+            filenames="geronimo-web.xml,geronimo-application.xml,openejb-jar.xml,geronimo-ra.xml"
             icon="icons/obj16/littleG.gif"
             id="org.apache.geronimo.ui.editors.WebEditor" 
             name="%deploymentPlanEditorName">