[Zope3-checkins] CVS: Zope3/src/zope/app/content - configure.zcml:1.9
Stephan Richter
srichter@cbu.edu
Thu, 16 Jan 2003 08:01:11 -0500
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv18737/src/zope/app/content
Modified Files:
configure.zcml
Log Message:
Oy, I forgot to remove this ZCML after palying with VFS this Christmas.
I finally noticed it, since it bit me really hard.
=== Zope3/src/zope/app/content/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/content/configure.zcml:1.8 Mon Jan 6 10:46:26 2003
+++ Zope3/src/zope/app/content/configure.zcml Thu Jan 16 08:00:40 2003
@@ -122,16 +122,6 @@
title="ZPT Page"
description="A simple, content-based Page Template" />
- <factory
- id=".pt"
- permission="zope.ManageContent"
- title="ZPT Page" />
-
- <factory
- id=".zpt"
- permission="zope.ManageContent"
- title="ZPT Page" />
-
<require
permission="zope.View"
attributes="__call__ macros" />