[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans ...

Robert Stryker rawblem at gmail.com
Thu Jan 25 15:08:10 EST 2007


  User: rawb    
  Date: 07/01/25 15:08:10

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui.mbeans  plugin.xml
  Log:
  Swapped dependency direction. MBeans now depends on ui, instead of the other way around. 
  
  Also fixed (temp) a bug in new mbean wizard due to upstream eclipse code (smite them, lord, please)
  
  Revision  Changes    Path
  1.5       +11 -0     jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/plugin.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- plugin.xml	22 Jan 2007 20:19:50 -0000	1.4
  +++ plugin.xml	25 Jan 2007 20:08:10 -0000	1.5
  @@ -58,4 +58,15 @@
               project="false"/>
      </extension>
   
  +
  +      <extension
  +            point="org.jboss.ide.eclipse.as.ui.mbeans.ServiceXMLQuickFixProvider">
  +         <QuickFixProvider class="org.jboss.ide.eclipse.as.ui.mbeans.editors.proposals.internal.ConvertNodeToXPathDialogProvider"/>
  +      </extension>
  +      <extension
  +            point="org.jboss.ide.eclipse.as.ui.mbeans.ServiceXMLOutlineMenuProvider">
  +         <MenuProvider class="org.jboss.ide.eclipse.as.ui.mbeans.editors.proposals.internal.ConvertNodeToXPathDialogOutlineMenuItemProvider"/>
  +      </extension>
  +
  +
   </plugin>
  
  
  



More information about the jboss-cvs-commits mailing list