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:38 UTC

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

Author: sppatel
Date: Fri Jan 19 11:39:36 2007
New Revision: 497918

URL: http://svn.apache.org/viewvc?view=rev&rev=497918
Log:
 r6139@sppatel (orig r497917):  sppatel | 2007-01-19 14:39:07 -0500
 bind 1.2 runtime to the 1.1 form content loader

Modified:
    geronimo/devtools/eclipse-plugin/trunk/   (props changed)
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.ui/plugin.xml

Propchange: geronimo/devtools/eclipse-plugin/trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Fri Jan 19 11:39:36 2007
@@ -1,2 +1,2 @@
-13f79535-47bb-0310-9956-ffa450edef68:/geronimo/devtools/eclipse-plugin/branches/1.2.1:497912
+13f79535-47bb-0310-9956-ffa450edef68:/geronimo/devtools/eclipse-plugin/branches/1.2.1:497917
 47d51c14-9805-4038-8224-40f2b3020a56:/local/G1526-eclipse:3238

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.ui/plugin.xml?view=diff&rev=497918&r1=497917&r2=497918
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.ui/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.ui/plugin.xml Fri Jan 19 11:39:36 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"/>