[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console ...

Max Rydahl Andersen mandersen at jboss.com
Thu Sep 21 18:58:37 EDT 2006


  User: mandersen
  Date: 06/09/21 18:58:37

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console 
                        plugin.xml
  Log:
  HBX-763 open hql and criteria editor should always be active
  HBX-762 Show run button and console combo inside the query/criteria editor
  
  Revision  Changes    Path
  1.57      +1 -3      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -b -r1.56 -r1.57
  --- plugin.xml	15 Sep 2006 12:49:18 -0000	1.56
  +++ plugin.xml	21 Sep 2006 22:58:37 -0000	1.57
  @@ -187,13 +187,11 @@
             </menu>
             <action
                   allowLabelUpdate="true"
  -                class="org.hibernate.eclipse.console.actions.ExecuteHQLAction"                
                   icon="icons/images/execute.gif"
  -                id="org.hibernate.eclipse.console.actions.ExecuteHQLAction"
  +                id="org.hibernate.eclipse.console.actions.ExecuteQueryAction"
                   definitionId="org.hibernate.eclipse.console.actions.ExecuteHQLActionCommand"
                   label="Run Query"
                   retarget="true"
  -                style="pulldown"
                   toolbarPath="hqlGroup"
                   tooltip="Run HQL Query from current editor">
            </action>         		  
  
  
  



More information about the jboss-cvs-commits mailing list