Update of /cvsroot/webmacro/webmacro/src/org/webmacro
In directory sc8-pr-cvs1:/tmp/cvs-serv5550
Modified Files:
Broker.java
Log Message:
Bug fix - was not loading "ContextTools" section of settings, was erroneously reading "Tools" section.
Index: Broker.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/Broker.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Broker.java 16 Jul 2003 06:44:59 -0000 1.37
--- Broker.java 16 Jul 2003 10:50:40 -0000 1.38
***************
*** 320,324 ****
// load tools
! loadTools("Tools");
loadTools("WebContextTools");
--- 320,324 ----
// load tools
! loadTools("ContextTools");
loadTools("WebContextTools");
|