[Zope3-checkins] CVS: Zope3/src/zope/app - configure.zcml:1.75
attributeannotations.py:NONE
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:39 EST 2004
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app
Modified Files:
configure.zcml
Removed Files:
attributeannotations.py
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/configure.zcml 1.74 => 1.75 ===
--- Zope3/src/zope/app/configure.zcml:1.74 Sat Mar 13 17:02:02 2004
+++ Zope3/src/zope/app/configure.zcml Sat Mar 13 18:00:38 2004
@@ -13,16 +13,9 @@
<include package="zope.app.security" />
<include package="zope.app.event" />
<include package="zope.app.mail" />
-
- <adapter
- factory="zope.app.attributeannotations.AttributeAnnotations"
- provides="zope.app.interfaces.annotation.IAnnotations"
- for="zope.app.interfaces.annotation.IAttributeAnnotatable" />
-
- <adapter
- factory="zope.app.dependable.Dependable"
- provides="zope.app.dependable.interfaces.IDependable"
- for="zope.app.interfaces.annotation.IAnnotatable" />
+ <include package="zope.app.annotation" />
+ <include package="zope.app.dependable" />
+
<!-- Usages and Menus -->
<include package=".browser" file="usages.zcml" />
=== Removed File Zope3/src/zope/app/attributeannotations.py ===
More information about the Zope3-Checkins
mailing list