[Zope3-checkins] CVS: zopeproducts/demo/messageboard/step1 -
configure.zcml:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Dec 13 09:45:22 EST 2003
Update of /cvs-repository/zopeproducts/demo/messageboard/step1
In directory cvs.zope.org:/tmp/cvs-serv30424/messageboard/step1
Modified Files:
configure.zcml
Log Message:
Moved the IContentContainer interface assertion to the first step.
=== zopeproducts/demo/messageboard/step1/configure.zcml 1.3 => 1.4 ===
--- zopeproducts/demo/messageboard/step1/configure.zcml:1.3 Wed Aug 20 13:37:30 2003
+++ zopeproducts/demo/messageboard/step1/configure.zcml Sat Dec 13 09:45:20 2003
@@ -6,6 +6,9 @@
<implements
interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+ <implements
+ interface="zope.app.interfaces.container.IContentContainer" />
+
<factory
id="MessageBoard"
permission="zope.ManageContent"
@@ -25,6 +28,9 @@
<implements
interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+
+ <implements
+ interface="zope.app.interfaces.container.IContentContainer" />
<factory
id="Message"
More information about the Zope3-Checkins
mailing list