[Zope-Checkins] SVN: Zope/branches/Zope-2_9-branch/ Merge r40094
from trunk:
Philipp von Weitershausen
philikon at philikon.de
Mon Nov 14 12:13:43 EST 2005
Log message for revision 40095:
Merge r40094 from trunk:
Forgot that zope.testbrowser is actually required by zope.app. So stitch
it back it in. Good news is that has become easier in the mean time; no
top-level modules involved (anymore); just mechanise and ClientCookie.
Changed:
_U Zope/branches/Zope-2_9-branch/lib/python/
_U Zope/branches/Zope-2_9-branch/lib/python/zope/
U Zope/branches/Zope-2_9-branch/releases/Zope2.map
-=-
Property changes on: Zope/branches/Zope-2_9-branch/lib/python
___________________________________________________________________
Name: svn:externals
- ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3.1
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ZODB
ZopeUndo svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ZopeUndo
zdaemon -r 39732 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
pytz -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/pytz
zodbcode -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zodbcode
+ ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3.1
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ZODB
ZopeUndo svn://svn.zope.org/repos/main/ZODB/tags/3.6.0b3/src/ZopeUndo
zdaemon -r 39732 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon
pytz -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/pytz
zodbcode -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zodbcode
ClientCookie -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/ClientCookie
mechanize -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/mechanize
Property changes on: Zope/branches/Zope-2_9-branch/lib/python/zope
___________________________________________________________________
Name: svn:externals
- app -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/app
cachedescriptors -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/cachedescriptors
component -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/component
configuration -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/configuration
documenttemplate -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/documenttemplate
event -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/event
exceptions -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/exceptions
hookable -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/hookable
i18n -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/i18n
i18nmessageid -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/i18nmessageid
interface -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/interface
modulealias -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/modulealias
pagetemplate -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/pagetemplate
proxy -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/proxy
publisher -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/publisher
schema -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/schema
security -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/security
server -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/server
structuredtext -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/structuredtext
tal -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/tal
tales -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/tales
testing -r 39830 svn://svn.zope.org/repos/main/zope.testing/trunk/src/zope/testing
thread -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/thread
deprecation -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/deprecation
dottedname -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/dottedname
formlib -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/formlib
index -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/index
+ app -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/app
cachedescriptors -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/cachedescriptors
component -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/component
configuration -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/configuration
documenttemplate -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/documenttemplate
event -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/event
exceptions -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/exceptions
hookable -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/hookable
i18n -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/i18n
i18nmessageid -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/i18nmessageid
interface -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/interface
modulealias -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/modulealias
pagetemplate -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/pagetemplate
proxy -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/proxy
publisher -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/publisher
schema -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/schema
security -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/security
server -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/server
structuredtext -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/structuredtext
tal -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/tal
tales -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/tales
testing -r 39830 svn://svn.zope.org/repos/main/zope.testing/trunk/src/zope/testing
thread -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/thread
deprecation -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/deprecation
dottedname -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/dottedname
formlib -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/formlib
index -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/index
testbrowser -r 40034 svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/testbrowser
Modified: Zope/branches/Zope-2_9-branch/releases/Zope2.map
===================================================================
--- Zope/branches/Zope-2_9-branch/releases/Zope2.map 2005-11-14 17:09:57 UTC (rev 40094)
+++ Zope/branches/Zope-2_9-branch/releases/Zope2.map 2005-11-14 17:13:42 UTC (rev 40095)
@@ -67,6 +67,8 @@
webdav ../lib/python/webdav
zExceptions ../lib/python/zExceptions
zLOG ../lib/python/zLOG
+mechanize ../lib/python/mechanize
+ClientCookie ../lib/python/ClientCookie
# These packages are the release collections based on the Zope 2
# project; they define what goes into the Zope 2 and related
More information about the Zope-Checkins
mailing list