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 16:29:39 UTC

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

jruaux      2002/10/16 07:29:39

  Modified:    Eclipse-Plugin plugin.xml
  Log:
  "org.apache.cactus.eclipse" package instead of "org.apache.cactus.eclipseplugin"
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-cactus/Eclipse-Plugin/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/plugin.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.xml	16 Oct 2002 13:45:25 -0000	1.1
  +++ plugin.xml	16 Oct 2002 14:29:39 -0000	1.2
  @@ -1,10 +1,10 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <plugin
  -   id="org.apache.cactus.eclipseplugin"
  +   id="org.apache.cactus.eclipse"
      name="%pluginName"
      version="0.1"
      provider-name="%providerName"
  -   class="org.apache.cactus.eclipseplugin.CactusPlugin">
  +   class="org.apache.cactus.eclipse.CactusPlugin">
   
      <runtime>
      </runtime>
  @@ -30,8 +30,8 @@
               label="%CactusShortcut.label"
               icon="icons/calaunch.gif"
               modes="run, debug"
  -            class="org.apache.cactus.eclipseplugin.launcher.CactusLaunchShortcut"
  -            id="org.apache.cactus.eclipseplugin.cactusShortcut">
  +            class="org.apache.cactus.eclipse.launcher.CactusLaunchShortcut"
  +            id="org.apache.cactus.eclipse.cactusShortcut">
            <perspective
                  id="org.eclipse.jdt.ui.JavaPerspective">
            </perspective>
  
  
  

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