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

Max Rydahl Andersen mandersen at jboss.com
Thu Feb 22 15:29:29 EST 2007


  User: mandersen
  Date: 07/02/22 15:29:29

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console 
                        HibernateConsolePlugin.java
  Log:
  ignore common exception
  
  Revision  Changes    Path
  1.32      +2 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePlugin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HibernateConsolePlugin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsolePlugin.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- HibernateConsolePlugin.java	20 Feb 2007 13:21:50 -0000	1.31
  +++ HibernateConsolePlugin.java	22 Feb 2007 20:29:29 -0000	1.32
  @@ -124,7 +124,8 @@
   					return configuration.getType().getIdentifier().equals(ICodeGenerationLaunchConstants.CONSOLE_CONFIGURATION_LAUNCH_TYPE_ID);
   				}
   				catch (CoreException e) {
  -					HibernateConsolePlugin.getDefault().log( e );
  +					//HibernateConsolePlugin.getDefault().log( e );
  +					// ignore since it occurs on delete
   				}
   				return false;
   			}
  
  
  



More information about the jboss-cvs-commits mailing list