jruaux      2003/03/13 01:33:46

  Modified:    integration/eclipse/org.apache.cactus.eclipse.runner
                        plugin.xml
  Log:
  Cleaned plugin dependencies
  
  Revision  Changes    Path
  1.2       +20 -29    
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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.xml        12 Mar 2003 18:04:25 -0000      1.1
  +++ plugin.xml        13 Mar 2003 09:33:46 -0000      1.2
  @@ -11,30 +11,26 @@
            <export name="*"/>
         </library>
      </runtime>
  -
      <requires>
  -      <import plugin="org.eclipse.ui"/>
  -      <import plugin="org.eclipse.core.resources"/>
  +      <import plugin="org.apache.ant"/>
  +      <import plugin="org.apache.cactus.eclipse.webapp"/>
  +      <import plugin="org.eclipse.ant.core"/>
         <import plugin="org.eclipse.core.boot"/>
  +      <import plugin="org.eclipse.core.resources"/>
  +      <import plugin="org.eclipse.core.runtime"/>
         <import plugin="org.eclipse.debug.core"/>
         <import plugin="org.eclipse.debug.ui"/>
         <import plugin="org.eclipse.jdt.core"/>
  -      <import plugin="org.eclipse.jdt.ui"/>
         <import plugin="org.eclipse.jdt.debug"/>
  -      <import plugin="org.eclipse.swt"/>
  -      <import plugin="org.eclipse.core.runtime"/>
  -      <import plugin="org.eclipse.jdt.launching"/>
  -      <import plugin="org.eclipse.jdt.debug.ui"/>
         <import plugin="org.eclipse.jdt.junit"/>
  -      <import plugin="org.junit"/>
  -      <import plugin="org.eclipse.ant.core"/>
  -      <import plugin="org.apache.ant"/>
  -      <import plugin="org.eclipse.ui.externaltools"/>
  -      <import plugin="org.apache.cactus.eclipse.webapp"/>
  -      
  +      <import plugin="org.eclipse.jdt.launching"/>
  +      <import plugin="org.eclipse.jdt.ui"/>      
  +      <import plugin="org.eclipse.swt"/>
  +      <import plugin="org.eclipse.ui"/>   
      </requires>
   
  -   <!-- Registers the Cactus launch configuration -->
  +
  +<!-- Registers the Cactus launch configuration -->
      <extension
            point="org.eclipse.debug.core.launchConfigurationTypes">
         <launchConfigurationType
  @@ -52,8 +48,7 @@
            </fileExtension>
         </launchConfigurationType>
      </extension>
  -
  -   <!-- Registers the Cactus launch shortcut (runs a launch configuration
  +<!-- Registers the Cactus launch shortcut (runs a launch configuration
       on a selected class in the workbench) -->
      <extension
            point="org.eclipse.debug.ui.launchShortcuts">
  @@ -77,8 +72,7 @@
            </perspective>
         </shortcut>
      </extension>
  -
  -   <!-- Registers the Cactus launch configuration image (it is the image that
  +<!-- Registers the Cactus launch configuration image (it is the image that
       appears in the Launch configuration dialog box) -->
      <extension
            point="org.eclipse.debug.ui.launchConfigurationTypeImages">
  @@ -88,8 +82,7 @@
               id="org.apache.cactus.eclipse.runner.launchimage">
         </launchConfigurationTypeImage>
      </extension>
  -
  -   <!-- Registers the JUnit Tab groups for the Cactus plugin (in the future
  +<!-- Registers the JUnit Tab groups for the Cactus plugin (in the future
       Cactus will have its own TabGroup) -->
      <extension
            point="org.eclipse.debug.ui.launchConfigurationTabGroups">
  @@ -99,8 +92,7 @@
               id="org.apache.cactus.eclipse.runner.launchConfigurationTabGroup.junit">
         </launchConfigurationTabGroup>
      </extension>
  -
  -   <!-- Registers the Cactus preferences page -->
  +<!-- Registers the Cactus preferences page -->
      <extension
            point="org.eclipse.ui.preferencePages">
         <page
  @@ -115,8 +107,7 @@
               id="org.apache.cactus.eclipse.runner.ui.containersPreferencePage">
         </page>
      </extension>
  -
  -   <!-- Adds a popup menu in the JDT perspective -->
  +<!-- Adds a popup menu in the JDT perspective -->
      <extension
            id="org.apache.cactus.eclipse.runner.ui.PopupMenus"
            name="Cactify"
  @@ -136,13 +127,13 @@
            </action>
         </objectContribution>
      </extension>
  -   
  -   <!-- Extra Classpath - The wrong Jar file is there on purpose. This is a trick 
to force
  +<!-- Extra Classpath - The wrong Jar file is there on purpose. This is a trick to 
force
      the AntCore classloader to use the Cactus plugin classloader instead of an 
JarClassLoader.
      -->
  -   <extension point="org.eclipse.ant.core.extraClasspathEntries">
  +   <extension
  +         point="org.eclipse.ant.core.extraClasspathEntries">
         <extraClasspathEntry
  -         library="cactussupportsrc.jar">
  +            library="cactussupportsrc.jar">
         </extraClasspathEntry>
      </extension>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to