Author: shivahr
Date: Fri Sep 14 11:08:26 2007
New Revision: 575767
URL: http://svn.apache.org/viewvc?rev=575767&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/branches/2.0.0/plugins/org.apache.geronimo.st.ui/plugin.xml
Modified: geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.st.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.st.ui/plugin.xml?rev=575767&r1=575766&r2=575767&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.st.ui/plugin.xml
(original)
+++ geronimo/devtools/eclipse-plugin/branches/2.0.0/plugins/org.apache.geronimo.st.ui/plugin.xml
Fri Sep 14 11:08:26 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">
|