[Checkins] SVN: z3c.batching/trunk/ register batch.Batch as named factory

Godefroid Chapelle gotcha at bubblenet.be
Fri Aug 20 04:09:21 EDT 2010


Log message for revision 115820:
  register batch.Batch as named factory

Changed:
  U   z3c.batching/trunk/CHANGES.txt
  A   z3c.batching/trunk/src/z3c/batching/configure.zcml

-=-
Modified: z3c.batching/trunk/CHANGES.txt
===================================================================
--- z3c.batching/trunk/CHANGES.txt	2010-08-20 07:58:15 UTC (rev 115819)
+++ z3c.batching/trunk/CHANGES.txt	2010-08-20 08:09:21 UTC (rev 115820)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-1.1.1 (unreleased)
+1.2.0 (unreleased)
 ------------------
 
-- ...
+- Register `batch.Batch` as named (``"z3c.batching.batch"``) factory.
 
 1.1.0 (2008-11-12)
 ------------------

Added: z3c.batching/trunk/src/z3c/batching/configure.zcml
===================================================================
--- z3c.batching/trunk/src/z3c/batching/configure.zcml	                        (rev 0)
+++ z3c.batching/trunk/src/z3c/batching/configure.zcml	2010-08-20 08:09:21 UTC (rev 115820)
@@ -0,0 +1,11 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    i18n_domain="z3c.batching">
+
+  <utility 
+     component=".batch.Batch"
+     provides="zope.component.interfaces.IFactory"
+     name="z3c.batching.batch"
+     />
+
+</configure>



More information about the checkins mailing list