[Checkins] SVN: Zope/trunk/src/ Move ZCML registration from OFS to PythonScripts

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 06:43:53 EDT 2010


Log message for revision 114495:
  Move ZCML registration from OFS to PythonScripts
  

Changed:
  U   Zope/trunk/src/OFS/deprecated.zcml
  A   Zope/trunk/src/Products/PythonScripts/configure.zcml

-=-
Modified: Zope/trunk/src/OFS/deprecated.zcml
===================================================================
--- Zope/trunk/src/OFS/deprecated.zcml	2010-07-10 10:42:23 UTC (rev 114494)
+++ Zope/trunk/src/OFS/deprecated.zcml	2010-07-10 10:43:53 UTC (rev 114495)
@@ -11,9 +11,6 @@
       class="OFS.Cache.CacheManager"/>
 
   <five:deprecatedManageAddDelete
-      class="Products.PythonScripts.PythonScript.PythonScript"/>
-
-  <five:deprecatedManageAddDelete
       class="Products.Sessions.BrowserIdManager.BrowserIdManager"/>
   <five:deprecatedManageAddDelete
       class="Products.Sessions.SessionDataManager.SessionDataManager"/>

Added: Zope/trunk/src/Products/PythonScripts/configure.zcml
===================================================================
--- Zope/trunk/src/Products/PythonScripts/configure.zcml	                        (rev 0)
+++ Zope/trunk/src/Products/PythonScripts/configure.zcml	2010-07-10 10:43:53 UTC (rev 114495)
@@ -0,0 +1,7 @@
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:five="http://namespaces.zope.org/five">
+
+  <five:deprecatedManageAddDelete
+      class="Products.PythonScripts.PythonScript.PythonScript"/>
+
+</configure>


Property changes on: Zope/trunk/src/Products/PythonScripts/configure.zcml
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the checkins mailing list