[Zope3-checkins] SVN: Zope3/trunk/ Add DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where to find them.

Brian Sutherland jinty at web.de
Fri Nov 4 04:06:32 EST 2005


Log message for revision 39880:
  Add DEPENDENCIES.cfg for zope.testbrowser and tell zpkgtools where to find them.
  
  Note that this setup probably does not work with current zpkgtools trunk, but
  looks like it will be resolved soon.
  

Changed:
  U   Zope3/trunk/releases/Zope.map
  A   Zope3/trunk/src/zope/testbrowser/DEPENDENCIES.cfg

-=-
Modified: Zope3/trunk/releases/Zope.map
===================================================================
--- Zope3/trunk/releases/Zope.map	2005-11-04 02:00:34 UTC (rev 39879)
+++ Zope3/trunk/releases/Zope.map	2005-11-04 09:06:32 UTC (rev 39880)
@@ -9,6 +9,13 @@
 # distributions; this tells where to find all of them.
 zope.*         ../src/zope/
 
+# Dependencies of testbrowser
+ClientCookie    ../src/ClientCookie
+mechanize       ../src/mechanize
+pullparser      ../pullparser.py
+ClientForm      ../ClientForm.py # XXX not supported by zpkg yet, but it
+                                 # appears that philiKON is on the case - jinty
+
 # Related components for use with Zope 3:
 buddydemo      ../src/buddydemo
 z3checkins     ../src/z3checkins

Added: Zope3/trunk/src/zope/testbrowser/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/src/zope/testbrowser/DEPENDENCIES.cfg	2005-11-04 02:00:34 UTC (rev 39879)
+++ Zope3/trunk/src/zope/testbrowser/DEPENDENCIES.cfg	2005-11-04 09:06:32 UTC (rev 39880)
@@ -0,0 +1,4 @@
+ClientCookie
+ClientForm
+pullparser
+mechanize



More information about the Zope3-Checkins mailing list