[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/ Someone needs to load that zcml

Hanno Schlichting hannosch at hannosch.eu
Thu Jan 14 16:44:52 EST 2010


Log message for revision 108134:
  Someone needs to load that zcml
  

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/configure.zcml
  U   Products.GenericSetup/trunk/Products/GenericSetup/meta.zcml

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/configure.zcml
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/configure.zcml	2010-01-14 21:44:26 UTC (rev 108133)
+++ Products.GenericSetup/trunk/Products/GenericSetup/configure.zcml	2010-01-14 21:44:51 UTC (rev 108134)
@@ -3,6 +3,8 @@
     xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
     i18n_domain="genericsetup">
 
+  <include package="five.formlib" />
+
   <include package=".browser"/>
 
   <include package=".MailHost"/>

Modified: Products.GenericSetup/trunk/Products/GenericSetup/meta.zcml
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/meta.zcml	2010-01-14 21:44:26 UTC (rev 108133)
+++ Products.GenericSetup/trunk/Products/GenericSetup/meta.zcml	2010-01-14 21:44:51 UTC (rev 108134)
@@ -2,6 +2,8 @@
     xmlns="http://namespaces.zope.org/zope"
     xmlns:meta="http://namespaces.zope.org/meta">
 
+  <include package="five.formlib" file="meta.zcml" />
+
   <meta:directives namespace="http://namespaces.zope.org/genericsetup">
 
     <meta:directive



More information about the checkins mailing list