[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/ZPTPage - configure.zcml:1.8.2.2
Jim Fulton
jim@zope.com
Fri, 4 Oct 2002 13:30:41 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage
In directory cvs.zope.org:/tmp/cvs-serv10951/lib/python/Zope/App/OFS/Content/ZPTPage
Modified Files:
Tag: ZopeDublinCore-branch
configure.zcml
Log Message:
Commiting branch prior to merge
=== Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/configure.zcml 1.8.2.1 => 1.8.2.2 ===
--- Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/configure.zcml:1.8.2.1 Thu Oct 3 18:16:51 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/configure.zcml Fri Oct 4 13:30:11 2002
@@ -4,20 +4,24 @@
>
<content class=".ZPTPage.">
+
<factory
id="ZPTPage"
permission="Zope.ManageContent"
title="ZPT Page"
description="A simple, content-based Page Template" />
+
<require permission="Zope.View"
attributes="content_type __call__" />
+
<require permission="Zope.ManageContent"
interface=".ZPTPage.IZPTPage" />
+
<require permission="Zope.View"
interface=".ZPTPage.IRenderZPTPage" />
<implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
- <implements interface="Zope.App.DublinCore.IZopeDublinCoreAnnotatable." />
+
</content>