[Checkins] SVN: z3c.contents/trunk/ Use z3c.batching egg since we have a release

Roger Ineichen roger at projekt01.ch
Thu Feb 28 20:56:50 EST 2008


Log message for revision 84362:
  Use z3c.batching egg since we have a release

Changed:
  U   z3c.contents/trunk/buildout.cfg
  _U  z3c.contents/trunk/externals/
  U   z3c.contents/trunk/setup.py

-=-
Modified: z3c.contents/trunk/buildout.cfg
===================================================================
--- z3c.contents/trunk/buildout.cfg	2008-02-28 16:59:28 UTC (rev 84361)
+++ z3c.contents/trunk/buildout.cfg	2008-02-29 01:56:48 UTC (rev 84362)
@@ -1,6 +1,5 @@
 [buildout]
 develop = .
-          externals/z3c.batching
           externals/z3c.table
 parts = test checker coverage
 


Property changes on: z3c.contents/trunk/externals
___________________________________________________________________
Name: svn:externals
   - z3c.batching       svn://svn.zope.org/repos/main/z3c.batching/trunk
z3c.table          svn://svn.zope.org/repos/main/z3c.table/trunk

   + z3c.table          svn://svn.zope.org/repos/main/z3c.table/trunk


Modified: z3c.contents/trunk/setup.py
===================================================================
--- z3c.contents/trunk/setup.py	2008-02-28 16:59:28 UTC (rev 84361)
+++ z3c.contents/trunk/setup.py	2008-02-29 01:56:48 UTC (rev 84362)
@@ -60,6 +60,7 @@
         ),
     install_requires = [
         'setuptools',
+        'z3c.batching',
         'z3c.form',
         'z3c.formui',
         'z3c.pagelet',



More information about the Checkins mailing list