Update of /var/cvs/src/org/mmbase/util
In directory james.mmbase.org:/tmp/cvs-serv4953
Modified Files:
ResourceLoader.java
Log Message:
MMB-1598. Decided that mmbase-resources is not such a decriptive name
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util
See also: http://www.mmbase.org/jira/browse/MMB-1598
Index: ResourceLoader.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/ResourceLoader.java,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- ResourceLoader.java 11 Jul 2008 17:33:09 -0000 1.55
+++ ResourceLoader.java 11 Jul 2008 19:19:25 -0000 1.56
@@ -97,7 +97,7 @@
* <p>For property-files, the java-unicode-escaping is undone on loading, and
applied on saving, so there is no need to think of that.</p>
* @author Michiel Meeuwissen
* @since MMBase-1.8
- * @version $Id: ResourceLoader.java,v 1.55 2008/07/11 17:33:09 michiel Exp $
+ * @version $Id: ResourceLoader.java,v 1.56 2008/07/11 19:19:25 michiel Exp $
*/
public class ResourceLoader extends ClassLoader {
@@ -1296,7 +1296,7 @@
ApplicationContextFileURLStreamHandler() {
super(true);
try {
- FILES =
ApplicationContextReader.getProperties("mmbase-resources");
+ FILES =
ApplicationContextReader.getProperties("mmbase-config");
} catch (javax.naming.NamingException ne) {
log.error(ne);
FILES = new HashMap<String, String>();
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs