[Checkins] SVN: Zope/trunk/ Moved Products.ExternalMethod to its own distribution

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 05:36:10 EDT 2010


Log message for revision 114487:
  Moved Products.ExternalMethod to its own distribution
  

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

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2010-07-10 09:33:09 UTC (rev 114486)
+++ Zope/trunk/buildout.cfg	2010-07-10 09:36:10 UTC (rev 114487)
@@ -49,6 +49,7 @@
     Missing
     MultiMapping
     Persistence
+    Products.ExternalMethod
     Products.ZCTextIndex
     Record
     RestrictedPython

Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2010-07-10 09:33:09 UTC (rev 114486)
+++ Zope/trunk/doc/CHANGES.rst	2010-07-10 09:36:10 UTC (rev 114487)
@@ -22,7 +22,8 @@
 Restructuring
 +++++++++++++
 
-- Factored out the `Products.MIMETools` package into its own distribution.
+- Factored out the `Products.MIMETools` and `Products.ExternalMethod` packages
+  into their own distributions.
 
 - 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 09:33:09 UTC (rev 114486)
+++ Zope/trunk/setup.py	2010-07-10 09:36:10 UTC (rev 114487)
@@ -47,6 +47,7 @@
       'Missing',
       'MultiMapping',
       'Persistence',
+      'Products.ExternalMethod',
       'Products.MIMETools',
       'Products.ZCTextIndex',
       'Record',

Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg	2010-07-10 09:33:09 UTC (rev 114486)
+++ Zope/trunk/versions.cfg	2010-07-10 09:36:10 UTC (rev 114487)
@@ -15,6 +15,7 @@
 MultiMapping = 2.13.0
 nt-svcutils = 2.13.0
 Persistence = 2.13.2
+Products.ExternalMethod = 2.13.0
 Products.MIMETools = 2.13.0
 Products.ZCTextIndex = 2.13.0
 Record = 2.13.0



More information about the checkins mailing list