[Zope-Checkins] SVN: Zope/trunk/ We made more progress on the zope.app front

Hanno Schlichting hannosch at hannosch.eu
Thu Dec 17 20:40:42 EST 2009


Log message for revision 106735:
  We made more progress on the zope.app front
  

Changed:
  U   Zope/trunk/ZOPE_APP_DEPENDENCIES.rst
  U   Zope/trunk/buildout.cfg

-=-
Modified: Zope/trunk/ZOPE_APP_DEPENDENCIES.rst
===================================================================
--- Zope/trunk/ZOPE_APP_DEPENDENCIES.rst	2009-12-18 01:39:52 UTC (rev 106734)
+++ Zope/trunk/ZOPE_APP_DEPENDENCIES.rst	2009-12-18 01:40:41 UTC (rev 106735)
@@ -17,7 +17,7 @@
 
 - [_] zope.app.form
       o Products.Five.form.* (should be factored out into a separate
-        package, maybe ``five.forms``)
+        package, maybe ``five.formlib``)
 
 - [X] zope.app.pagetemplate 
       * Products.PageTemplates.Expressions
@@ -98,12 +98,12 @@
       * zope.testbrowser
       * zope.app.*
 
-- [_] zope.app.testing 
+- [X] zope.app.testing 
       * zope.viewlet
       * zope.copypastemve
       * zope.error
       * zope.dublincore
-      o zope.formlib
+      * zope.formlib
       * zope.traversing
       * zope.testbrowser
       * zope.site

Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2009-12-18 01:39:52 UTC (rev 106734)
+++ Zope/trunk/buildout.cfg	2009-12-18 01:40:41 UTC (rev 106735)
@@ -80,7 +80,6 @@
     zope.tales
     zope.traversing [test]
     zope.viewlet
-    zope.app.form
 
 defaults = ['--module', '!^(zope[.]app)[.]']
 



More information about the Zope-Checkins mailing list