[Zope-Checkins] SVN: Zope/trunk/ Factor out OFSP
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 10 13:53:10 EDT 2010
Log message for revision 114537:
Factor out OFSP
Changed:
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/setup.py
D Zope/trunk/src/Products/OFSP/
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-07-10 17:50:59 UTC (rev 114536)
+++ Zope/trunk/doc/CHANGES.rst 2010-07-10 17:53:10 UTC (rev 114537)
@@ -33,10 +33,10 @@
- Avoid using the ``Products.PythonScripts.standard`` module inside the
database manager ZMI.
-- Factored out the `Products.MIMETools`, `Products.ExternalMethod` 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.
+- Factored out the `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.
- 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-10 17:50:59 UTC (rev 114536)
+++ Zope/trunk/setup.py 2010-07-10 17:53:10 UTC (rev 114537)
@@ -100,6 +100,7 @@
# BBB optional dependencies to be removed in Zope 2.14
'Products.ExternalMethod',
'Products.MIMETools',
+ 'Products.OFSP',
'Products.PythonScripts',
],
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-07-10 17:50:59 UTC (rev 114536)
+++ Zope/trunk/versions.cfg 2010-07-10 17:53:10 UTC (rev 114537)
@@ -17,6 +17,7 @@
Persistence = 2.13.2
Products.ExternalMethod = 2.13.0
Products.MIMETools = 2.13.0
+Products.OFSP = 2.13.0
Products.PythonScripts = 2.13.0
Products.ZCTextIndex = 2.13.0
Record = 2.13.0
More information about the Zope-Checkins
mailing list