From: <dr...@us...> - 2002-10-22 15:23:20
|
Update of /cvsroot/webmacro/webmacro In directory usw-pr-cvs1:/tmp/cvs-serv5949 Modified Files: WebMacro.defaults Log Message: adding and configuring in the new #count directive. still need to write javadocs for it. Index: WebMacro.defaults =================================================================== RCS file: /cvsroot/webmacro/webmacro/WebMacro.defaults,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** WebMacro.defaults 17 Jun 2002 03:07:46 -0000 1.31 --- WebMacro.defaults 22 Oct 2002 15:23:16 -0000 1.32 *************** *** 210,213 **** --- 210,214 ---- Directives.type: org.webmacro.directive.TypeDirective Directives.default: org.webmacro.directive.DefaultDirective + Directives.count: org.webmacro.directive.CountDirective |