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

Max Rydahl Andersen mandersen at jboss.com
Thu Nov 16 12:30:06 EST 2006


  User: mandersen
  Date: 06/11/16 12:30:06

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards 
                        ConsoleConfigurationWizardPage.java
  Log:
  upgrade to latest hibernatetools snapshot + various ui fixes
  
  Revision  Changes    Path
  1.25      +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConsoleConfigurationWizardPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- ConsoleConfigurationWizardPage.java	15 Nov 2006 16:12:08 -0000	1.24
  +++ ConsoleConfigurationWizardPage.java	16 Nov 2006 17:30:06 -0000	1.25
  @@ -640,7 +640,7 @@
   		String propertyFilename = propertyFileText.getText();
   		String configurationFilename = configurationFileText.getText();
   		
  -		configurationFileText.setEnabled( !getConfigurationMode().equals( ConfigurationMode.JPA ) );
  +		configurationFileText.setEnabled( !configurationFileWillBeCreated && !getConfigurationMode().equals( ConfigurationMode.JPA ) );
   		confbutton.setEnabled( !getConfigurationMode().equals( ConfigurationMode.JPA ) );
   		
   		if(getConfigurationName()==null || getConfigurationName().trim().length() == 0) {
  
  
  



More information about the jboss-cvs-commits mailing list