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

Max Rydahl Andersen mandersen at jboss.com
Tue Feb 20 08:21:51 EST 2007


  User: mandersen
  Date: 07/02/20 08:21:51

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties 
                        HibernatePropertyPage.java
  Log:
  HBX-889  sort console configuration lists in ui
  HBX-637  Provide ability to import/export console configs
  HBX-863 Hibernate Code Generation toolbar group is appearing in all Eclipse perspectives.
  
  Revision  Changes    Path
  1.8       +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HibernatePropertyPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/properties/HibernatePropertyPage.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- HibernatePropertyPage.java	22 Dec 2006 15:36:18 -0000	1.7
  +++ HibernatePropertyPage.java	20 Feb 2007 13:21:51 -0000	1.8
  @@ -182,7 +182,7 @@
   		selectedConfiguration.setLayoutData(gd);
   
   		// Populate owner text field
  -		ConsoleConfiguration[] configurations = KnownConfigurations.getInstance().getConfigurations();
  +		ConsoleConfiguration[] configurations = KnownConfigurations.getInstance().getConfigurationsSortedByName();
   		for (int i = 0; i < configurations.length; i++) {
   			ConsoleConfiguration configuration = configurations[i];
   			selectedConfiguration.add(configuration.getName() );
  
  
  



More information about the jboss-cvs-commits mailing list