[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console ...
Max Rydahl Andersen
mandersen at jboss.com
Thu Dec 14 06:52:54 EST 2006
User: mandersen
Date: 06/12/14 06:52:54
Modified: hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console
EclipseConsoleConfigurationPreferences.java
Log:
HBX-839: Support persistence unit name in eclipse
HBX-840: Support namingstrategy in eclipse
Revision Changes Path
1.11 +3 -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.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- EclipseConsoleConfigurationPreferences.java 10 Dec 2006 01:59:03 -0000 1.10
+++ EclipseConsoleConfigurationPreferences.java 14 Dec 2006 11:52:54 -0000 1.11
@@ -58,8 +58,8 @@
private IPath[] customClasspath;
- public EclipseConsoleConfigurationPreferences(String configName, ConfigurationMode cmode, String projectName, boolean useProjectClasspath, String entityResolver, IPath cfgFile, IPath propertyFilename, IPath[] mappings, IPath[] classpaths) {
- super(configName, cmode, projectName, useProjectClasspath, entityResolver);
+ public EclipseConsoleConfigurationPreferences(String configName, ConfigurationMode cmode, String projectName, boolean useProjectClasspath, String entityResolver, IPath cfgFile, IPath propertyFilename, IPath[] mappings, IPath[] classpaths, String persistenceUnitName, String namingStrategy) {
+ super(configName, cmode, projectName, useProjectClasspath, entityResolver, persistenceUnitName, namingStrategy);
this.cfgFile = cfgFile;
this.propertyFilename = propertyFilename;
this.mappings = mappings;
@@ -225,4 +225,5 @@
+
}
More information about the jboss-cvs-commits
mailing list