[Checkins] SVN: grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml added zope.securitypolicy and zope.annotation

Christian Klinger cklinger at novareto.de
Mon Nov 8 08:47:17 EST 2010


Log message for revision 118289:
  added zope.securitypolicy and zope.annotation 

Changed:
  U   grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml

-=-
Modified: grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml
===================================================================
--- grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml	2010-11-08 13:12:42 UTC (rev 118288)
+++ grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml	2010-11-08 13:47:16 UTC (rev 118289)
@@ -5,7 +5,9 @@
    i18n_domain="grokcore.rest"
    package="grokcore.rest">
 
-   <include package="grokcore.view" file="ftesting.zcml"/>
+   <include package="zope.securitypolicy" />
+   <include package="zope.annotation" />
+   <include package="grokcore.view" file="ftesting.zcml" />
    <include package="grokcore.rest" />
    <include package="grokcore.view" file="publication_security.zcml" />
    <grok:grok package=".ftests" />



More information about the checkins mailing list