[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/schema ...

Marshall Culpepper mculpepper at jboss.com
Sat Feb 17 13:08:20 EST 2007


  User: mculpepper
  Date: 07/02/17 13:08:20

  Modified:    core/plugins/org.jboss.ide.eclipse.packages.ui/schema 
                        nodePopupMenus.exsd
  Log:
  the "class" of a nodeContribution must now implement INodeActionDelegate (this allows for fine-grained control of when a contribution is enabled or not). By default, extending AbstractNodeActionDelegate will always return true. (enablesForNodeType is still checked in conjunction with this interface)
  
  Revision  Changes    Path
  1.2       +1 -1      jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/schema/nodePopupMenus.exsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: nodePopupMenus.exsd
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/schema/nodePopupMenus.exsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- nodePopupMenus.exsd	17 Feb 2007 17:31:38 -0000	1.1
  +++ nodePopupMenus.exsd	17 Feb 2007 18:08:20 -0000	1.2
  @@ -72,7 +72,7 @@
                     
                  </documentation>
                  <appInfo>
  -                  <meta.attribute kind="java" basedOn="org.eclipse.ui.IViewActionDelegate"/>
  +                  <meta.attribute kind="java" basedOn="org.jboss.ide.eclipse.packages.ui.actions.INodeActionDelegate"/>
                  </appInfo>
               </annotation>
            </attribute>
  
  
  



More information about the jboss-cvs-commits mailing list