[Checkins] SVN:	zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml	Register the bare minimum. Don't use z3c.autoinclude
    Jan-Jaap Driessen 
    jdriessen at thehealthagency.com
       
    Fri Nov 26 11:13:52 EST 2010
    
    
  
Log message for revision 118607:
  Register the bare minimum. Don't use z3c.autoinclude
Changed:
  U   zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml
-=-
Modified: zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml	2010-11-26 16:13:11 UTC (rev 118606)
+++ zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml	2010-11-26 16:13:52 UTC (rev 118607)
@@ -3,10 +3,8 @@
   xmlns:grok="http://namespaces.zope.org/grok"
   xmlns:zf="http://namespaces.zope.org/zf">
 
-  <include package="z3c.autoinclude" file="meta.zcml" />
+  <include package="zope.component" file="meta.zcml" />
 
-  <includeDependencies package="." />
-
   <include package="zope.fanstatic" file="meta.zcml" />
 
   <zf:setupZopeFanstatic />
    
    
More information about the checkins
mailing list