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

Max Rydahl Andersen mandersen at jboss.com
Thu Aug 10 03:01:52 EDT 2006


  User: mandersen
  Date: 06/08/10 03:01:52

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console 
                        HibernateConsolePlugin.java
  Log:
  customizing properties for exporter
  
  Revision  Changes    Path
  1.27      +1 -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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- HibernateConsolePlugin.java	7 Jul 2006 13:51:11 -0000	1.26
  +++ HibernateConsolePlugin.java	10 Aug 2006 07:01:52 -0000	1.27
  @@ -171,7 +171,7 @@
   		if(t==null) {
   			log(message);
   		} else {
  -			log(new MultiStatus(HibernateConsolePlugin.ID, IStatus.ERROR , new IStatus[] { throwableToStatus(t.getCause()) }, message, t) );
  +			log(new MultiStatus(HibernateConsolePlugin.ID, IStatus.ERROR , new IStatus[] { throwableToStatus(t) }, message, null) );
   		}
   	}
   	
  
  
  



More information about the jboss-cvs-commits mailing list