[Zope3-checkins] CVS: Zope3/src/zope/app/cache - configure.zcml:1.7
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Tue Mar  9 07:39:17 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/cache
In directory cvs.zope.org:/tmp/cvs-serv9698/src/zope/app/cache
Modified Files:
	configure.zcml 
Log Message:
Removed permission attribute from factory directives, since all factories are
public now.
=== Zope3/src/zope/app/cache/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/cache/configure.zcml:1.6	Mon Mar  1 05:57:35 2004
+++ Zope3/src/zope/app/cache/configure.zcml	Tue Mar  9 07:38:46 2004
@@ -14,7 +14,6 @@
   <content class=".ram.RAMCache">
     <factory
         id="zope.caching.RAMCache"
-        permission="zope.Public"
         />
 
     <implements
    
    
More information about the Zope3-Checkins
mailing list