[Checkins] SVN: zope.app.component/trunk/src/zope/app/component/configure.zcml Put ZCML back that accidentally vanished during refactoring but isn't tested

Christian Theune ct at gocept.com
Fri Jan 30 09:50:36 EST 2009


Log message for revision 95568:
  Put ZCML back that accidentally vanished during refactoring but isn't tested
  locally. This was found due to a dependency of the tests from zope.app.catalog.
  
  

Changed:
  U   zope.app.component/trunk/src/zope/app/component/configure.zcml

-=-
Modified: zope.app.component/trunk/src/zope/app/component/configure.zcml
===================================================================
--- zope.app.component/trunk/src/zope/app/component/configure.zcml	2009-01-30 14:14:54 UTC (rev 95567)
+++ zope.app.component/trunk/src/zope/app/component/configure.zcml	2009-01-30 14:50:35 UTC (rev 95568)
@@ -1,3 +1,22 @@
 <configure xmlns="http://namespaces.zope.org/zope">
+
   <include package="zope.site" />
+
+  <!-- the 'Interfaces' vocabulary below requires a registred IInterface --> 	 
+  <interface 	 
+      interface="zope.interface.interfaces.IInterface" 	 
+      /> 	 
+  	 
+  <!-- Vocabularies --> 	 
+  <utility 	 
+      component=".vocabulary.InterfacesVocabulary" 	 
+      name="Interfaces" 	 
+      /> 	 
+  	 
+  <utility 	 
+      component=".vocabulary.UtilityComponentInterfacesVocabulary" 	 
+      provides="zope.schema.interfaces.IVocabularyFactory" 	 
+      name="Utility Component Interfaces" 	 
+      />
+
 </configure>



More information about the Checkins mailing list