[Zope3-checkins] CVS: Zope3/src/zope/app/renderer -
configure.zcml:1.8
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 9 07:39:16 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/renderer
In directory cvs.zope.org:/tmp/cvs-serv9698/src/zope/app/renderer
Modified Files:
configure.zcml
Log Message:
Removed permission attribute from factory directives, since all factories are
public now.
=== Zope3/src/zope/app/renderer/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/renderer/configure.zcml:1.7 Tue Mar 2 09:24:45 2004
+++ Zope3/src/zope/app/renderer/configure.zcml Tue Mar 9 07:38:44 2004
@@ -25,8 +25,7 @@
component=".plaintext.PlainTextSourceFactory"
id="zope.source.plaintext"
title="Plain Text"
- description="Plain Text Source"
- permission="zope.Public"/>
+ description="Plain Text Source" />
<browser:view
name=""
@@ -40,8 +39,7 @@
component=".stx.StructuredTextSourceFactory"
id="zope.source.stx"
title="Structured Text (STX)"
- description="Structured Text (STX) Source"
- permission="zope.Public" />
+ description="Structured Text (STX) Source" />
<browser:view
name=""
@@ -55,8 +53,7 @@
component=".rest.ReStructuredTextSourceFactory"
id="zope.source.rest"
title="ReStructured Text (ReST)"
- description="ReStructured Text (ReST) Source"
- permission="zope.Public" />
+ description="ReStructured Text (ReST) Source" />
<browser:view
name=""
More information about the Zope3-Checkins
mailing list