[Zope3-checkins] CVS: Products3/NewsSite/NewsItem - configure.zcml:1.8
Ulrich Eck
ueck@net-labs.de
Thu, 27 Mar 2003 10:12:08 -0500
Update of /cvs-repository/Products3/NewsSite/NewsItem
In directory cvs.zope.org:/tmp/cvs-serv26326/NewsItem
Modified Files:
configure.zcml
Log Message:
added IProcessInstanceContainerAdaptable to NewsItem
=== Products3/NewsSite/NewsItem/configure.zcml 1.7 => 1.8 ===
--- Products3/NewsSite/NewsItem/configure.zcml:1.7 Thu Mar 27 10:00:31 2003
+++ Products3/NewsSite/NewsItem/configure.zcml Thu Mar 27 10:12:05 2003
@@ -8,6 +8,9 @@
<implements
interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
/>
+ <implements
+ interface="zope.app.interfaces.workflow.IProcessInstanceContainerAdaptable"
+ />
<factory
id="zopeproducts.NewsSite.NewsItem"
permission="zopeproducts.NewsSite.CreateNewsItems"