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

Max Rydahl Andersen mandersen at jboss.com
Thu Jan 18 12:34:15 EST 2007


  User: mandersen
  Date: 07/01/18 12:34:15

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console 
                        HibernateConsolePerspectiveFactory.java
  Log:
  HBX-854 show console on hibernate perspective
  
  Revision  Changes    Path
  1.16      +2 -0      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePerspectiveFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HibernateConsolePerspectiveFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePerspectiveFactory.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- HibernateConsolePerspectiveFactory.java	7 Jul 2006 13:51:11 -0000	1.15
  +++ HibernateConsolePerspectiveFactory.java	18 Jan 2007 17:34:15 -0000	1.16
  @@ -40,6 +40,7 @@
   	private static final String ID_PROPERTY_SHEET_VIEW = "org.eclipse.ui.views.PropertySheet";
   	private static final String ID_DYNAMIC_QUERY_TRANSLATOR_VIEW = "org.hibernate.eclipse.console.views.DynamicSQLPreviewView";
   	private static final String ID_ENTITY_MODEL_VIEW = "org.hibernate.eclipse.graph.EntityGraphView";
  +	private static final String ID_CONSOLE_VIEW = "org.eclipse.ui.console.ConsoleView"; //TODO: could not find constant for it in eclipse 
   	
   	private static final String ID_QUERY_PARAMETERS = "org.hibernate.eclipse.console.views.QueryParametersView";
   	
  @@ -64,6 +65,7 @@
   		outputfolder.addView(ID_QUERYRESULTS_VIEW);
   		outputfolder.addView(ID_DYNAMIC_QUERY_TRANSLATOR_VIEW);
   		outputfolder.addView(ID_ENTITY_MODEL_VIEW);
  +		outputfolder.addView(ID_CONSOLE_VIEW);
   		outputfolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);
   				
   		IFolderLayout outlines = layout.createFolder("outlines", IPageLayout.RIGHT, 0.75f, editorArea);
  
  
  



More information about the jboss-cvs-commits mailing list