Author: dgeraskov
Date: 2011-10-14 10:20:09 -0400 (Fri, 14 Oct 2011)
New Revision: 35660
Modified:
branches/dead/hibernatetools-multiversion2/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java
Log:
Set hibernate version to some not existing value to force it initialization in case of
ConsoleConfiguration has not the value set (backward compatibility)
Modified:
branches/dead/hibernatetools-multiversion2/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java
===================================================================
---
branches/dead/hibernatetools-multiversion2/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java 2011-10-14
14:08:39 UTC (rev 35659)
+++
branches/dead/hibernatetools-multiversion2/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java 2011-10-14
14:20:09 UTC (rev 35660)
@@ -64,7 +64,7 @@
private SessionFactory sessionFactory;
//****************************** EXTENSION **********************
- private String hibernateVersion;
+ private String hibernateVersion = "==<None>=="; //set to some unused
value //$NON-NLS-1$
private HibernateExtension extension;
Show replies by date