[Zope3-checkins] CVS: Zope3/src/zope/app/schema - configure.zcml:1.8

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


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

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/schema/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/schema/configure.zcml:1.7	Thu Mar 11 07:38:15 2004
+++ Zope3/src/zope/app/schema/configure.zcml	Sat Mar 13 18:01:05 2004
@@ -10,7 +10,7 @@
         interface="zope.app.utility.interfaces.ILocalUtility" />
 
     <implements
-        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+        interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
 
     <require
         permission="zope.ManageServices"




More information about the Zope3-Checkins mailing list