Update of /var/cvs/src/org/mmbase/framework
In directory james.mmbase.org:/tmp/cvs-serv15687

Modified Files:
        ComponentRepository.java 
Log Message:
this makes the components appear alphabeticly in the admin pages


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework


Index: ComponentRepository.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/ComponentRepository.java,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- ComponentRepository.java    8 Sep 2008 19:50:47 -0000       1.43
+++ ComponentRepository.java    9 Oct 2008 13:00:28 -0000       1.44
@@ -25,7 +25,7 @@
  * Components can be configured by placing their configuration in 
'config/components/'.
  *
  * @author Michiel Meeuwissen
- * @version $Id: ComponentRepository.java,v 1.43 2008/09/08 19:50:47 michiel 
Exp $
+ * @version $Id: ComponentRepository.java,v 1.44 2008/10/09 13:00:28 michiel 
Exp $
  * @since MMBase-1.9
  */
 public class ComponentRepository {
@@ -64,7 +64,7 @@
 
     }
 
-    private final Map<String, Component> rep = new HashMap<String, 
Component>();
+    private final Map<String, Component> rep = new TreeMap<String, 
Component>();
     private final List<Component> failed     = new ArrayList<Component>();
 
     private ComponentRepository() { }
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to