[Zope3-checkins] CVS: Zope3/src/zope/app/presentation -
	pagefolder.zcml:1.3 zpt.zcml:1.2
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 18:01:31 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/presentation
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/presentation
Modified Files:
	pagefolder.zcml zpt.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/presentation/pagefolder.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/presentation/pagefolder.zcml:1.2	Sat Mar 13 10:21:26 2004
+++ Zope3/src/zope/app/presentation/pagefolder.zcml	Sat Mar 13 18:00:59 2004
@@ -22,7 +22,7 @@
       attributes="getRegistrationManager applyDefaults" 
       />
   <implements
-      interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+      interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
 </content>
 
 <adapter
=== Zope3/src/zope/app/presentation/zpt.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/presentation/zpt.zcml:1.1	Thu Mar 11 05:18:36 2004
+++ Zope3/src/zope/app/presentation/zpt.zcml	Sat Mar 13 18:00:59 2004
@@ -21,7 +21,7 @@
       set_schema=".zpt.IZPTTemplate"
       />
   <implements
-      interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+      interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
       />
 </content>
 
    
    
More information about the Zope3-Checkins
mailing list