[jbosstools-commits] JBoss Tools SVN: r3020 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 9 13:43:58 EDT 2007


Author: max.andersen at jboss.com
Date: 2007-08-09 13:43:57 -0400 (Thu, 09 Aug 2007)
New Revision: 3020

Modified:
   trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePerspectiveFactory.java
Log:
fixed lost entityview

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePerspectiveFactory.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePerspectiveFactory.java	2007-08-09 17:28:13 UTC (rev 3019)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePerspectiveFactory.java	2007-08-09 17:43:57 UTC (rev 3020)
@@ -39,7 +39,7 @@
 	private static final String ID_QUERYRESULTS_VIEW = "org.hibernate.eclipse.console.views.QueryPageTabView";
 	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_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,7 +64,7 @@
 		outputfolder.addView("org.eclipse.pde.runtime.LogView");
 		outputfolder.addView(ID_QUERYRESULTS_VIEW);
 		outputfolder.addView(ID_DYNAMIC_QUERY_TRANSLATOR_VIEW);
-		outputfolder.addView(ID_ENTITY_MODEL_VIEW);
+		//outputfolder.addView(ID_ENTITY_MODEL_VIEW);
 		outputfolder.addView(ID_CONSOLE_VIEW);
 		outputfolder.addPlaceholder(IProgressConstants.PROGRESS_VIEW_ID);
 				




More information about the jbosstools-commits mailing list