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 2002/10/16 15:45:25 UTC

cvs commit: jakarta-cactus/Eclipse-Plugin plugin.properties plugin.xml

jruaux      2002/10/16 06:45:25

  Added:       Eclipse-Plugin plugin.properties plugin.xml
  Log:
  
  
  Revision  Changes    Path
  1.1                  jakarta-cactus/Eclipse-Plugin/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  pluginName=Cactus
  providerName=Jakarta Cactus
  
  View.label= Cactus
  Launch.label= Cactus
  PreferencePage.label= Cactus
  
  CactusShortcut.label=Cactus Test
  Launch.label=Cactus
  
  
  1.1                  jakarta-cactus/Eclipse-Plugin/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <plugin
     id="org.apache.cactus.eclipseplugin"
     name="%pluginName"
     version="0.1"
     provider-name="%providerName"
     class="org.apache.cactus.eclipseplugin.CactusPlugin">
  
     <runtime>
     </runtime>
     <requires>
        <import plugin="org.eclipse.ui"/>
        <import plugin="org.eclipse.core.resources"/>
        <import plugin="org.eclipse.core.boot"/>
        <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.junit"/>
     </requires>
  
     <extension
           point="org.eclipse.debug.ui.launchShortcuts">
        <shortcut
              label="%CactusShortcut.label"
              icon="icons/calaunch.gif"
              modes="run, debug"
              class="org.apache.cactus.eclipseplugin.launcher.CactusLaunchShortcut"
              id="org.apache.cactus.eclipseplugin.cactusShortcut">
           <perspective
                 id="org.eclipse.jdt.ui.JavaPerspective">
           </perspective>
           <perspective
                 id="org.eclipse.jdt.ui.JavaHierarchyPerspective">
           </perspective>
           <perspective
                 id="org.eclipse.jdt.ui.JavaBrowsingPerspective">
           </perspective>
           <perspective
                 id="org.eclipse.debug.ui.DebugPerspective">
           </perspective>
        </shortcut>
     </extension>
  
  </plugin>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: cvs commit: jakarta-cactus/Eclipse-Plugin plugin.properties plugin.xml

Posted by Vincent Massol <vm...@octo.com>.
Julien,

What do you think about using the "org.apache.cactus.eclipse" package
instead of "org.apache.cactus.eclipseplugin" one ?

Thanks
-Vincent

> -----Original Message-----
> From: jruaux@apache.org [mailto:jruaux@apache.org]
> Sent: 16 October 2002 14:45
> To: jakarta-cactus-cvs@apache.org
> Subject: cvs commit: jakarta-cactus/Eclipse-Plugin plugin.properties
> plugin.xml
> 
> jruaux      2002/10/16 06:45:25
> 
>   Added:       Eclipse-Plugin plugin.properties plugin.xml
>   Log:
> 
> 
>   Revision  Changes    Path
>   1.1                  jakarta-cactus/Eclipse-Plugin/plugin.properties
> 
>   Index: plugin.properties
>   ===================================================================
>   pluginName=Cactus
>   providerName=Jakarta Cactus
> 
>   View.label= Cactus
>   Launch.label= Cactus
>   PreferencePage.label= Cactus
> 
>   CactusShortcut.label=Cactus Test
>   Launch.label=Cactus
> 
> 
>   1.1                  jakarta-cactus/Eclipse-Plugin/plugin.xml
> 
>   Index: plugin.xml
>   ===================================================================
>   <?xml version="1.0" encoding="UTF-8"?>
>   <plugin
>      id="org.apache.cactus.eclipseplugin"
>      name="%pluginName"
>      version="0.1"
>      provider-name="%providerName"
>      class="org.apache.cactus.eclipseplugin.CactusPlugin">
> 
>      <runtime>
>      </runtime>
>      <requires>
>         <import plugin="org.eclipse.ui"/>
>         <import plugin="org.eclipse.core.resources"/>
>         <import plugin="org.eclipse.core.boot"/>
>         <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.junit"/>
>      </requires>
> 
>      <extension
>            point="org.eclipse.debug.ui.launchShortcuts">
>         <shortcut
>               label="%CactusShortcut.label"
>               icon="icons/calaunch.gif"
>               modes="run, debug"
> 
> class="org.apache.cactus.eclipseplugin.launcher.CactusLaunchShortcut"
>               id="org.apache.cactus.eclipseplugin.cactusShortcut">
>            <perspective
>                  id="org.eclipse.jdt.ui.JavaPerspective">
>            </perspective>
>            <perspective
>                  id="org.eclipse.jdt.ui.JavaHierarchyPerspective">
>            </perspective>
>            <perspective
>                  id="org.eclipse.jdt.ui.JavaBrowsingPerspective">
>            </perspective>
>            <perspective
>                  id="org.eclipse.debug.ui.DebugPerspective">
>            </perspective>
>         </shortcut>
>      </extension>
> 
>   </plugin>
> 
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>