[Zope3-checkins] CVS: Zope3/src/zope/app/site - configure.zcml:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:42 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/site
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/site

Modified Files:
	configure.zcml 
Log Message:


Created annotation package in zope.app.



Moved annotation interfaces to zope.app.annotation.interfaces.



Moved attributeannotations to zope.app.annotation.attribute.


=== Zope3/src/zope/app/site/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/site/configure.zcml:1.3	Sat Mar 13 15:24:34 2004
+++ Zope3/src/zope/app/site/configure.zcml	Sat Mar 13 18:01:11 2004
@@ -45,7 +45,7 @@
         interface=".interfaces.ISiteManager
                    zope.app.container.interfaces.IWriteContainer" />
     <implements
-        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+        interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
     </content>
 
   <content class=".service.ServiceRegistration">
@@ -79,7 +79,7 @@
         permission="zope.ManageServices"
         interface="zope.app.site.interfaces.IComponentManager" />
     <implements
-        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+        interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
 
     </content>
 
@@ -94,7 +94,7 @@
         attributes="getRegistrationManager resolve" 
         />
     <implements
-        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+        interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
 
     </content>
 




More information about the Zope3-Checkins mailing list