[Checkins] SVN: grokproject/trunk/ * Fix ftesting.zcml to not include grok package : it precludes overrides of anything included by grok.

Godefroid Chapelle gotcha at bubblenet.be
Thu Aug 21 09:28:30 EDT 2008


Log message for revision 90063:
  * Fix ftesting.zcml to not include grok package : it precludes overrides of anything included by grok.
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-08-21 13:17:13 UTC (rev 90062)
+++ grokproject/trunk/CHANGES.txt	2008-08-21 13:28:30 UTC (rev 90063)
@@ -4,7 +4,8 @@
 0.9 (unreleased)
 ----------------
 
-* ...
+* Fix ftesting.zcml to not include grok package : it precludes overrides of
+  anything included by grok.
 
 0.8 (2008-07-14)
 ----------------

Modified: grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	2008-08-21 13:17:13 UTC (rev 90062)
+++ grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	2008-08-21 13:28:30 UTC (rev 90063)
@@ -4,7 +4,6 @@
    package="${package}"
    >
 
-  <include package="grok" />
   <include package="${package}" />
 
   <!-- Typical functional testing security setup -->



More information about the Checkins mailing list