Author: vyemialyanchyk
Date: 2009-02-19 11:57:34 -0500 (Thu, 19 Feb 2009)
New Revision: 13685
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ConsoleConfigurationMainTab.java
Log:
configurationFilename -> propertyFilename bugfix
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ConsoleConfigurationMainTab.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ConsoleConfigurationMainTab.java 2009-02-19
16:44:48 UTC (rev 13684)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ConsoleConfigurationMainTab.java 2009-02-19
16:57:34 UTC (rev 13685)
@@ -430,7 +430,7 @@
if (propertyFilename.length() > 0) {
//IResource resource =
ResourcesPlugin.getWorkspace().getRoot().findMember(propertyFilename);
//String msg =
checkForFile(HibernateConsoleMessages.ConsoleConfigurationMainTab_property_file_2,
resource);
- String msg = PathHelper.checkFile(configurationFilename,
HibernateConsoleMessages.ConsoleConfigurationMainTab_property_file_2, true);
+ String msg = PathHelper.checkFile(propertyFilename,
HibernateConsoleMessages.ConsoleConfigurationMainTab_property_file_2, true);
if(msg!=null) {
setErrorMessage(msg);
return false;
Show replies by date