[Zope-Checkins] SVN: Zope/trunk/ Factored out Products.StandardCacheManagers

Hanno Schlichting hannosch at hannosch.eu
Sun Jul 11 14:23:00 EDT 2010


Log message for revision 114617:
  Factored out Products.StandardCacheManagers
  

Changed:
  U   Zope/trunk/buildout.cfg
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py
  U   Zope/trunk/sources.cfg
  D   Zope/trunk/src/Products/StandardCacheManagers/

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2010-07-11 18:21:44 UTC (rev 114616)
+++ Zope/trunk/buildout.cfg	2010-07-11 18:23:00 UTC (rev 114617)
@@ -52,6 +52,7 @@
     Products.BTreeFolder2
     Products.ExternalMethod
     Products.PythonScripts
+    Products.StandardCacheManagers
     Products.ZCTextIndex
     Record
     RestrictedPython

Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2010-07-11 18:21:44 UTC (rev 114616)
+++ Zope/trunk/doc/CHANGES.rst	2010-07-11 18:23:00 UTC (rev 114617)
@@ -37,9 +37,10 @@
   database manager ZMI.
 
 - Factored out the `Products.BTreeFolder2`, `Products.ExternalMethod`,
-  `Products.MIMETools`, `Products.OFSP` and `Products.PythonScripts` packages
-  into their own distributions. They will no longer be included by default in
-  Zope 2.14 but live on as independent add-ons.
+  `Products.MIMETools`, `Products.OFSP`, `Products.PythonScripts` and
+  `Products.StandardCacheManagers` packages into their own distributions. They
+  will no longer be included by default in Zope 2.14 but live on as independent
+  add-ons.
 
 - Factored out the `Products.ZSQLMethods` into its own distribution. The
   distribution also includes the `Shared.DC.ZRDB` code. The Zope2 distribution

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2010-07-11 18:21:44 UTC (rev 114616)
+++ Zope/trunk/setup.py	2010-07-11 18:23:00 UTC (rev 114617)
@@ -104,6 +104,7 @@
       'Products.MIMETools',
       'Products.OFSP',
       'Products.PythonScripts',
+      'Products.StandardCacheManagers',
     ],
 
     include_package_data=True,

Modified: Zope/trunk/sources.cfg
===================================================================
--- Zope/trunk/sources.cfg	2010-07-11 18:21:44 UTC (rev 114616)
+++ Zope/trunk/sources.cfg	2010-07-11 18:23:00 UTC (rev 114617)
@@ -14,6 +14,7 @@
 Products.MIMETools = svn ^/Products.MIMETools/trunk
 Products.OFSP = svn ^/Products.OFSP/trunk
 Products.PythonScripts = svn ^/Products.PythonScripts/trunk
+Products.StandardCacheManagers = svn ^/Products.StandardCacheManagers/trunk
 Products.ZCTextIndex = svn ^/Products.ZCTextIndex/trunk
 Record = svn ^/Record/trunk
 tempstorage = svn ^/tempstorage/trunk



More information about the Zope-Checkins mailing list