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

Max Rydahl Andersen mandersen at jboss.com
Mon Jan 15 03:17:11 EST 2007


  User: mandersen
  Date: 07/01/15 03:17:10

  Modified:    hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console 
                        ConsoleConfiguration.java
  Log:
  removed stupid ant dependency
  HBX-850
  
  Revision  Changes    Path
  1.16      +1 -2      jbosside/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConsoleConfiguration.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- ConsoleConfiguration.java	14 Dec 2006 11:52:52 -0000	1.15
  +++ ConsoleConfiguration.java	15 Jan 2007 08:17:10 -0000	1.16
  @@ -56,7 +56,6 @@
   import org.hibernate.console.execution.ExecutionContext.Command;
   import org.hibernate.console.preferences.ConsoleConfigurationPreferences;
   import org.hibernate.console.preferences.ConsoleConfigurationPreferences.ConfigurationMode;
  -import org.hibernate.tool.ant.JPAConfigurationTask;
   import org.hibernate.util.ConfigHelper;
   import org.hibernate.util.ReflectHelper;
   import org.hibernate.util.StringHelper;
  @@ -121,7 +120,7 @@
   				overrides.put( "hibernate.ejb.naming_strategy", prefs.getNamingStrategy() );
   			}
   			
  -			Class clazz = ReflectHelper.classForName("org.hibernate.ejb.Ejb3Configuration", JPAConfigurationTask.class);
  +			Class clazz = ReflectHelper.classForName("org.hibernate.ejb.Ejb3Configuration", ConsoleConfiguration.class);
   			Object ejb3cfg = clazz.newInstance();
   			
   			if(StringHelper.isNotEmpty(entityResolver)) {
  
  
  



More information about the jboss-cvs-commits mailing list