[Zope3-checkins] CVS: Zope3/src/zope/app/copypastemove -
	configure.zcml:1.2
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 18:01:48 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/copypastemove
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/copypastemove
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/copypastemove/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/copypastemove/configure.zcml:1.1	Wed Mar  3 06:03:11 2004
+++ Zope3/src/zope/app/copypastemove/configure.zcml	Sat Mar 13 18:00:47 2004
@@ -21,7 +21,7 @@
   <adapter
       factory="zope.app.copypastemove.PrincipalClipboard"
       provides="zope.app.copypastemove.interfaces.IPrincipalClipboard"
-      for="zope.app.interfaces.annotation.IAnnotations"
+      for="zope.app.annotation.interfaces.IAnnotations"
       />
 
 </configure>
    
    
More information about the Zope3-Checkins
mailing list