You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/06/21 08:47:18 UTC

svn commit: r956452 - in /geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins: org.apache.geronimo.st.ui/ org.apache.geronimo.st.v11.core/ org.apache.geronimo.st.v11.ui/ org.apache.geronimo.st.v20.core/ org.apache.geronimo.st.v21.core/ org.apache.g...

Author: delos
Date: Mon Jun 21 03:35:22 2010
New Revision: 956452

URL: http://svn.apache.org/viewvc?rev=956452&view=rev
Log:
GERONIMODEVTOOLS-644 create launchConfiguration for v11.core and v21.core

Added:
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/src/main/
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/src/main/java/
      - copied from r955877, geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/src/mainjava/
Removed:
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/src/mainjava/
Modified:
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.ui/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.core/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.ui/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.core/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/.classpath

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.ui/plugin.xml?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.ui/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.ui/plugin.xml Mon Jun 21 03:35:22 2010
@@ -86,22 +86,6 @@
             class="org.apache.geronimo.st.ui.internal.GeronimoServerWizardFragment"/ -->
     </extension>
 
-    <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
-        <launchConfigurationTypeImage
-            id="org.apache.geronimo.st.ui.launchConfigurationTypeImage"
-            configTypeID="org.apache.geronimo.st.core.launchConfigurationType"
-            icon="icons/obj16/littleG.gif">
-        </launchConfigurationTypeImage>
-    </extension>
-    
-    <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
-        <launchConfigurationTabGroup
-            id="org.apache.geronimo.st.ui.launchConfigurationTabGroup"
-            type="org.apache.geronimo.st.core.launchConfigurationType"
-            class="org.apache.geronimo.st.ui.internal.GeronimoLaunchConfigurationTabGroup">
-        </launchConfigurationTabGroup>
-    </extension>
-
     <extension point="org.apache.geronimo.st.ui.actionURLs">
         <server_prefix>org.apache.geronimo.</server_prefix>
         <action_URL class="org.apache.geronimo.st.ui.actions.LaunchGeronimoSupportAction"

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.core/plugin.xml?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.core/plugin.xml Mon Jun 21 03:35:22 2010
@@ -101,7 +101,7 @@
     
      <extension point="org.eclipse.debug.core.launchConfigurationTypes">
         <launchConfigurationType
-            id="org.apache.geronimo.st.core.launchConfigurationType"
+            id="org.apache.geronimo.st.v11.core.launchConfigurationType"
             name="%geronimoLaunchConfigurationType"
             delegate="org.apache.geronimo.st.v11.core.GeronimoLaunchConfigurationDelegate"
             modes="run, debug, profile"

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v11.ui/plugin.xml Mon Jun 21 03:35:22 2010
@@ -126,7 +126,21 @@
         </section>
     </extension>
     
+    <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
+        <launchConfigurationTypeImage
+            id="org.apache.geronimo.st.v11.ui.launchConfigurationTypeImage"
+            configTypeID="org.apache.geronimo.st.v11.core.launchConfigurationType"
+            icon="icons/obj16/littleG.gif">
+        </launchConfigurationTypeImage>
+    </extension>
     
+    <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
+        <launchConfigurationTabGroup
+            id="org.apache.geronimo.st.v11.ui.launchConfigurationTabGroup"
+            type="org.apache.geronimo.st.v11.core.launchConfigurationType"
+            class="org.apache.geronimo.st.ui.internal.GeronimoLaunchConfigurationTabGroup">
+        </launchConfigurationTabGroup>
+    </extension>
     
 
 </plugin>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml Mon Jun 21 03:35:22 2010
@@ -33,7 +33,8 @@
             <moduleType types="jst.utility" versions="1.0"/>
 	        <moduleType types="jst.appclient" versions="1.2, 1.3, 1.4, 5.0"/>
         </runtimeType>
-    </extension>
+    </extension>    
+    
     
     <extension point="org.eclipse.wst.server.core.serverTypes">
         <serverType id="org.apache.geronimo.server.20"
@@ -43,7 +44,7 @@
             initialState="stopped" supportsRemoteHosts="true"
             startTimeout="240000" stopTimeout="30000" startBeforePublish="true"
             runtimeTypeId="org.apache.geronimo.runtime.20"
-            launchConfigId="org.apache.geronimo.st.v20.core.launchConfigurationType"
+            launchConfigId="org.apache.geronimo.st.v21.core.launchConfigurationType"
             behaviourClass="org.apache.geronimo.st.v21.core.GeronimoServerBehaviour"
             hasConfiguration="false" launchModes="run,debug,profile">
         </serverType>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml Mon Jun 21 03:35:22 2010
@@ -146,7 +146,7 @@
     
    <extension point="org.eclipse.debug.core.launchConfigurationTypes">
         <launchConfigurationType
-            id="org.apache.geronimo.st.core.launchConfigurationType"
+            id="org.apache.geronimo.st.v21.core.launchConfigurationType"
             name="%geronimoLaunchConfigurationType"
             delegate="org.apache.geronimo.st.v21.core.GeronimoLaunchConfigurationDelegate"
             modes="run, debug, profile"

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.ui/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.ui/plugin.xml?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.ui/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v21.ui/plugin.xml Mon Jun 21 03:35:22 2010
@@ -142,5 +142,20 @@
         </section>
     </extension>
     
+     <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
+        <launchConfigurationTypeImage
+            id="org.apache.geronimo.st.v21.ui.launchConfigurationTypeImage"
+            configTypeID="org.apache.geronimo.st.v21.core.launchConfigurationType"
+            icon="icons/obj16/littleG.gif">
+        </launchConfigurationTypeImage>
+    </extension>
+    
+    <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
+        <launchConfigurationTabGroup
+            id="org.apache.geronimo.st.v21.ui.launchConfigurationTabGroup"
+            type="org.apache.geronimo.st.v21.core.launchConfigurationType"
+            class="org.apache.geronimo.st.ui.internal.GeronimoLaunchConfigurationTabGroup">
+        </launchConfigurationTabGroup>
+    </extension>
    
 </plugin>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.core/plugin.xml?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.core/plugin.xml Mon Jun 21 03:35:22 2010
@@ -43,7 +43,7 @@
             initialState="stopped" supportsRemoteHosts="true"
             startTimeout="240000" stopTimeout="30000" startBeforePublish="true"
             runtimeTypeId="org.apache.geronimo.runtime.22"
-            launchConfigId="org.apache.geronimo.st.v22.core.launchConfigurationType"
+            launchConfigId="org.apache.geronimo.st.v21.core.launchConfigurationType"
             behaviourClass="org.apache.geronimo.st.v22.core.GeronimoServerBehaviour"
             hasConfiguration="false" launchModes="run,debug,profile">
         </serverType>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/.classpath
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/.classpath?rev=956452&r1=956451&r2=956452&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/.classpath (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.st.v22.ui/.classpath Mon Jun 21 03:35:22 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/mainjava"/>
+	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="target/classes"/>