From 0e21c22166f5160a2a64fad714d69d81897ef7d3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Aug 2008 17:32:54 +0000 Subject: - Add ```` directive. This directive currently allows only one attribute: ``reload_templates``. If e.g.:: is in your application's ZCML, you will not need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected and displayed. --- repoze/bfg/meta.zcml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'repoze/bfg/meta.zcml') diff --git a/repoze/bfg/meta.zcml b/repoze/bfg/meta.zcml index 72e963ae6..91b4f40e8 100644 --- a/repoze/bfg/meta.zcml +++ b/repoze/bfg/meta.zcml @@ -10,6 +10,12 @@ handler=".zcml.view" /> + + -- cgit v1.2.3