[Checkins] SVN: grok/trunk/s remove tests that now have moved to grokcore.rest and grokcore.xmlrpc. This gets rid of the zope.app.http dependency

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Jan 18 08:36:19 EST 2011


Log message for revision 119643:
  remove tests that now have moved to grokcore.rest and grokcore.xmlrpc. This gets rid of the zope.app.http dependency

Changed:
  U   grok/trunk/setup.py
  U   grok/trunk/src/grok/configure.zcml
  D   grok/trunk/src/grok/ftests/rest/
  D   grok/trunk/src/grok/ftests/xmlrpc/

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2011-01-18 13:33:00 UTC (rev 119642)
+++ grok/trunk/setup.py	2011-01-18 13:36:18 UTC (rev 119643)
@@ -64,7 +64,6 @@
         'zc.catalog',
         'zope.annotation',
         'zope.app.appsetup',
-        'zope.app.http',
         'zope.app.publication',
         'zope.browserpage',
         'zope.catalog',

Modified: grok/trunk/src/grok/configure.zcml
===================================================================
--- grok/trunk/src/grok/configure.zcml	2011-01-18 13:33:00 UTC (rev 119642)
+++ grok/trunk/src/grok/configure.zcml	2011-01-18 13:36:18 UTC (rev 119643)
@@ -15,7 +15,6 @@
   <include package="grok" file="meta.zcml" />
 
   <include package="zope.app.appsetup" />
-  <include package="zope.app.http" />
   <include package="zope.app.publication" />
   <include package="zope.annotation" />
   <include package="zope.browserpage" />



More information about the checkins mailing list