You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by jr...@apache.org on 2003/04/29 12:43:40 UTC

cvs commit: jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner plugin.xml plugin.properties

jruaux      2003/04/29 03:43:40

  Modified:    integration/eclipse/org.apache.cactus.eclipse.runner
                        plugin.xml plugin.properties
  Log:
  Registered the new Jetty launch configuration
  
  Revision  Changes    Path
  1.5       +24 -0     jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/plugin.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.xml	15 Mar 2003 20:57:56 -0000	1.4
  +++ plugin.xml	29 Apr 2003 10:43:39 -0000	1.5
  @@ -49,6 +49,20 @@
                  extension="class">
            </fileExtension>
         </launchConfigurationType>
  +      <launchConfigurationType
  +            name="%Launch.jetty.label"
  +            delegate="org.apache.cactus.eclipse.runner.launcher.JettyCactusLaunchConfiguration"
  +            modes="run, debug"
  +            id="org.apache.cactus.eclipse.runner.launchconfig.jetty">
  +         <fileExtension
  +               default="false"
  +               extension="java">
  +         </fileExtension>
  +         <fileExtension
  +               default="false"
  +               extension="class">
  +         </fileExtension>
  +      </launchConfigurationType>
      </extension>
   <!-- Registers the Cactus launch shortcut (runs a launch configuration
       on a selected class in the workbench) -->
  @@ -83,6 +97,11 @@
               configTypeID="org.apache.cactus.eclipse.runner.launchconfig"
               id="org.apache.cactus.eclipse.runner.launchimage">
         </launchConfigurationTypeImage>
  +      <launchConfigurationTypeImage
  +            icon="icons/calaunch.gif"
  +            configTypeID="org.apache.cactus.eclipse.runner.launchconfig.jetty"
  +            id="org.apache.cactus.eclipse.runner.launchimage.jetty">
  +      </launchConfigurationTypeImage>
      </extension>
   <!-- Registers the JUnit Tab groups for the Cactus plugin (in the future
       Cactus will have its own TabGroup) -->
  @@ -90,6 +109,11 @@
            point="org.eclipse.debug.ui.launchConfigurationTabGroups">
         <launchConfigurationTabGroup
               type="org.apache.cactus.eclipse.runner.launchconfig"
  +            class="org.eclipse.jdt.internal.junit.launcher.JUnitTabGroup"
  +            id="org.apache.cactus.eclipse.runner.launchConfigurationTabGroup.junit">
  +      </launchConfigurationTabGroup>
  +      <launchConfigurationTabGroup
  +            type="org.apache.cactus.eclipse.runner.launchconfig.jetty"
               class="org.eclipse.jdt.internal.junit.launcher.JUnitTabGroup"
               id="org.apache.cactus.eclipse.runner.launchConfigurationTabGroup.junit">
         </launchConfigurationTabGroup>
  
  
  
  1.3       +1 -0      jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/eclipse/org.apache.cactus.eclipse.runner/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	15 Mar 2003 20:58:33 -0000	1.2
  +++ plugin.properties	29 Apr 2003 10:43:39 -0000	1.3
  @@ -5,6 +5,7 @@
   
   # Label that appears in the 'Run...' page
   Launch.label = Cactus
  +Launch.jetty.label = Cactus with Jetty
   
   # Label for the Cactus preference tab
   PreferencePage.label = Cactus
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org