From: <bri...@us...> - 2003-07-30 04:51:20
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs1:/tmp/cvs-serv23890 Modified Files: WebMacro.defaults Log Message: Refactor ContextTool to be a special case of ContextAutoLoader Index: WebMacro.defaults =================================================================== RCS file: /cvsroot/webmacro/webmacro/WebMacro.defaults,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** WebMacro.defaults 30 Jul 2003 02:28:13 -0000 1.41 --- WebMacro.defaults 30 Jul 2003 04:51:17 -0000 1.42 *************** *** 216,219 **** --- 216,221 ---- parse.TemplateExtensions: .wm, .wmt, .tml, .tmpl, .wmm + ContextAutoLoaders.ContextTools: org.webmacro.broker.DefaultContextAutoLoader + ContextAutoLoaders.WebContextTools: org.webmacro.broker.DefaultContextAutoLoader # The following are tools which are added to your WebContext. You can |