[Checkins] SVN: grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl added include directive for the user app package

Luciano Ramalho luciano at ramalho.org
Sun Aug 12 13:20:15 EDT 2007


Log message for revision 78778:
  added include directive for the user app package
  

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

-=-
Modified: grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	2007-08-12 13:14:50 UTC (rev 78777)
+++ grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	2007-08-12 17:20:15 UTC (rev 78778)
@@ -5,6 +5,7 @@
    >
 
   <include package="grok" />
+  <include package="${package}" />
 
   <!-- Typical functional testing security setup -->
   <securityPolicy



More information about the Checkins mailing list