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

Max Rydahl Andersen mandersen at jboss.com
Mon Nov 27 10:30:22 EST 2006


  User: mandersen
  Date: 06/11/27 10:30:22

  Modified:    hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console 
                        ConsoleConfiguration.java
  Log:
  Reverse engineering is now using the underlying configuration more consistently - allow 100% persistence.xml based configuration.
  
  Revision  Changes    Path
  1.13      +1 -1      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ConsoleConfiguration.java	15 Nov 2006 16:12:07 -0000	1.12
  +++ ConsoleConfiguration.java	27 Nov 2006 15:30:22 -0000	1.13
  @@ -166,7 +166,7 @@
   						localCfg = buildConfiguration( properties, includeMappings );
   					} else {
   						// TODO: this is actually only for jdbc reveng...
  -						localCfg = configureStandardConfiguration( includeMappings, localCfg, properties );						
  +						//localCfg = configureStandardConfiguration( includeMappings, localCfg, properties );						
   					}
   
   					// here both setProperties and configxml have had their chance to tell which databasedriver is needed. 
  
  
  



More information about the jboss-cvs-commits mailing list