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

Max Rydahl Andersen mandersen at jboss.com
Mon Oct 23 10:46:58 EDT 2006


  User: mandersen
  Date: 06/10/23 10:46:58

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console 
                        EclipseConsoleConfigurationPreferences.java
  Log:
  dont swallow
  
  Revision  Changes    Path
  1.8       +1 -2      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/EclipseConsoleConfigurationPreferences.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EclipseConsoleConfigurationPreferences.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/EclipseConsoleConfigurationPreferences.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- EclipseConsoleConfigurationPreferences.java	23 Oct 2006 13:22:55 -0000	1.7
  +++ EclipseConsoleConfigurationPreferences.java	23 Oct 2006 14:46:58 -0000	1.8
  @@ -109,8 +109,7 @@
   					additonal = JavaRuntime.computeDefaultRuntimeClassPath(project);
   				}
   				catch (CoreException e) {
  -					// TODO Auto-generated catch block
  -					e.printStackTrace();
  +					throw new HibernateConsoleRuntimeException("Could not compute default classpath from project " + project );
   				}
   				
   			}
  
  
  



More information about the jboss-cvs-commits mailing list