[Checkins] SVN: Zope/trunk/ Status update on zope.app removal work

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 15 15:45:37 EST 2009


Log message for revision 106576:
  Status update on zope.app removal work
  

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-15 20:36:48 UTC (rev 106575)
+++ Zope/trunk/ZOPE_APP_DEPENDENCIES.rst	2009-12-15 20:45:36 UTC (rev 106576)
@@ -24,7 +24,7 @@
       * Products.Five.browser.pagetemplatefile
       * Products.Five.browser.metaconfigure
 
-- [x] zope.app.publication
+- [X] zope.app.publication
       o ZPublisher.BaseRequest (imports ``EndRequestEvent``)
       o Products.Five.component (imports ``BeforeTraverseEvent``;
         ZCML registers subscribers for ``IBeforeTraverseEvent``
@@ -81,13 +81,13 @@
       o zope.container
       o zope.app.testing
 
-- [_] zope.app.exception 
+- [X] zope.app.exception 
       o zope.app.publication
 
-- [_] zope.app.http 
+- [X] zope.app.http 
       o zope.app.publication
 
-- [_] zope.app.interface 
+- [X] zope.app.interface 
       o zope.app.component
 
 - [_] zope.app.localpermission 

Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2009-12-15 20:36:48 UTC (rev 106575)
+++ Zope/trunk/buildout.cfg	2009-12-15 20:45:36 UTC (rev 106576)
@@ -79,14 +79,9 @@
     zope.tal
     zope.tales
     zope.testbrowser
-    zope.traversing
+    zope.traversing [test]
     zope.viewlet
     zope.app.form
-# Fetch undeclared ftests dependencies
-    zope.app.principalannotation
-    zope.app.securitypolicy
-    zope.app.zptpage
-    zope.app.zcmlfiles
 
 defaults = ['--module', '!^(zope[.]app)[.]']
 



More information about the checkins mailing list