You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2008/12/02 00:38:28 UTC

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

Author: mcconne
Date: Mon Dec  1 15:38:28 2008
New Revision: 722289

URL: http://svn.apache.org/viewvc?rev=722289&view=rev
Log:
GERONIMODEVTOOLS-536 Fix the Run on Server scenario for dynamic web projects that require opening of a web browser -- Thanks to Delos Dai for this patch !!

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

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml?rev=722289&r1=722288&r2=722289&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.core/plugin.xml Mon Dec  1 15:38:28 2008
@@ -39,10 +39,18 @@
             class="org.apache.geronimo.st.core.GeronimoSourcePathComputerDelegate"/>
     </extension>
       
+      
+    <!-- 
+     |                                                                                           
+     | This extension point provides a way for a server to support the "Run on Server" scenario. 
+     | The id specifies a unique identifier for this extension point, and the class specifies the 
+     | fully qualified name of the Java class that extends LaunchableAdapterDelegate. 
+     |                                                                                           
+     --> 
     <extension point="org.eclipse.wst.server.core.launchableAdapters">
         <launchableAdapter
             class="org.apache.geronimo.st.core.GeronimoLaunchableAdapterDelegate"
-            id="org.eclipse.jst.server.generic.web"/>
+            id="org.eclipse.jst.server.geronimo.web"/>
     </extension>