You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2007/01/19 20:39:08 UTC

svn commit: r497917 - /geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml

Author: sppatel
Date: Fri Jan 19 11:39:07 2007
New Revision: 497917

URL: http://svn.apache.org/viewvc?view=rev&rev=497917
Log:
bind 1.2 runtime to the 1.1 form content loader

Modified:
    geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml

Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml?view=diff&rev=497917&r1=497916&r2=497917
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/1.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml Fri Jan 19 11:39:07 2007
@@ -32,6 +32,10 @@
     	<loader class="org.apache.geronimo.st.v11.ui.editors.GeronimoFormContentLoader" version="1.1"/>
     </extension>
     
+    <extension point="org.apache.geronimo.st.ui.loader">
+    	<loader class="org.apache.geronimo.st.v11.ui.editors.GeronimoFormContentLoader" version="1.2"/>
+    </extension>
+    
     <extension point="org.eclipse.wst.common.project.facet.ui.wizardPages">
   		<wizard-pages action="geronimo.plan.install">
     		<page class="org.apache.geronimo.st.v11.ui.wizards.FacetInstallPage"/>