[Zope3-checkins] CVS: Zope3/src/zope/app/pythonpage - configure.zcml:1.5

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 9 07:39:15 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/pythonpage
In directory cvs.zope.org:/tmp/cvs-serv9698/src/zope/app/pythonpage

Modified Files:
	configure.zcml 
Log Message:


Removed permission attribute from factory directives, since all factories are
public now.




=== Zope3/src/zope/app/pythonpage/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/pythonpage/configure.zcml:1.4	Tue Mar  2 13:16:15 2004
+++ Zope3/src/zope/app/pythonpage/configure.zcml	Tue Mar  9 07:38:44 2004
@@ -9,27 +9,22 @@
       /> 
   
   <content class=".PythonPage">
-  
-    <factory
+      <factory
         id="zope.app.pythonpage.PythonPage"
-        permission="zope.ManageContent"
         title="Python Page"
         description="A simple, content-based Python Page"
-        />
-  
+        />  
     <require
         permission="zope.View"
         interface=".IPythonPage"
         />
-  
     <require
         permission="zope.ManageContent"
         set_attributes="source contentType"
         />
-  
     <implements
-        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
-  
+        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" 
+        />
   </content>
 
 




More information about the Zope3-Checkins mailing list