[Zodb-checkins] CVS: ZODB3 - MANIFEST:1.19
Jeremy Hylton
jeremy at zope.com
Mon Jan 5 16:46:50 EST 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv16181
Modified Files:
MANIFEST
Log Message:
Add ZEO and Misc sections.
=== ZODB3/MANIFEST 1.18 => 1.19 ===
--- ZODB3/MANIFEST:1.18 Thu Dec 4 10:55:12 2003
+++ ZODB3/MANIFEST Mon Jan 5 16:46:49 2004
@@ -111,12 +111,12 @@
Doc/zodb/zeo.html
Doc/zodb/zodb.css
Doc/zodb/zodb.html
-Persistence/PersistentList.py
-Persistence/PersistentMapping.py
Persistence/__init__.py
+Persistence/mapping.py
Persistence/tests/__init__.py
Persistence/tests/testPersistent.py
Persistence/tests/test_ExtensionClass.py
+Persistence/tests/test_mapping.py
ThreadedAsync/LoopCallback.py
ThreadedAsync/__init__.py
Tools/README.txt
@@ -152,6 +152,25 @@
ZConfig/schema.py
ZConfig/substitution.py
ZConfig/url.py
+ZConfig/components/__init__.py
+ZConfig/components/basic/__init__.py
+ZConfig/components/basic/component.xml
+ZConfig/components/basic/mapping.py
+ZConfig/components/basic/mapping.xml
+ZConfig/components/basic/tests/__init__.py
+ZConfig/components/basic/tests/test_mapping.py
+ZConfig/components/logger/__init__.py
+ZConfig/components/logger/abstract.xml
+ZConfig/components/logger/component.xml
+ZConfig/components/logger/datatypes.py
+ZConfig/components/logger/factory.py
+ZConfig/components/logger/handlers.py
+ZConfig/components/logger/handlers.xml
+ZConfig/components/logger/logger.py
+ZConfig/components/logger/logger.xml
+ZConfig/components/logger/loghandler.py
+ZConfig/components/logger/tests/__init__.py
+ZConfig/components/logger/tests/test_logger.py
ZConfig/doc/Makefile
ZConfig/doc/README.txt
ZConfig/doc/schema.dtd
@@ -191,25 +210,23 @@
ZConfig/tests/library/widget/__init__.py
ZConfig/tests/library/widget/component.xml
ZConfig/tests/library/widget/extra.xml
-ZEO/ClientCache.py
ZEO/ClientStorage.py
ZEO/ClientStub.py
ZEO/CommitLog.py
ZEO/DebugServer.py
ZEO/Exceptions.py
-ZEO/ICache.py
ZEO/README.txt
ZEO/ServerStub.py
ZEO/StorageServer.py
ZEO/TransactionBuffer.py
ZEO/__init__.py
+ZEO/cache.py
ZEO/component.xml
ZEO/mkzeoinst.py
ZEO/monitor.py
ZEO/runzeo.py
ZEO/schema.xml
ZEO/simul.py
-ZEO/start.py
ZEO/stats.py
ZEO/util.py
ZEO/version.txt
@@ -234,12 +251,12 @@
ZEO/tests/speed.py
ZEO/tests/stress.py
ZEO/tests/testAuth.py
-ZEO/tests/testClientCache.py
ZEO/tests/testConnection.py
ZEO/tests/testMonitor.py
ZEO/tests/testTransactionBuffer.py
ZEO/tests/testZEO.py
ZEO/tests/testZEOOptions.py
+ZEO/tests/test_cache.py
ZEO/tests/zeoserver.py
ZEO/zrpc/__init__.py
ZEO/zrpc/_hmac.py
@@ -258,7 +275,6 @@
ZODB/DB.py
ZODB/DemoStorage.py
ZODB/ExportImport.py
-ZODB/FileStorage.py
ZODB/MappingStorage.py
ZODB/Mount.py
ZODB/POSException.py
@@ -288,6 +304,11 @@
ZODB/transact.py
ZODB/utils.py
ZODB/winlock.c
+ZODB/FileStorage/FileStorage.py
+ZODB/FileStorage/__init__.py
+ZODB/FileStorage/format.py
+ZODB/FileStorage/fsdump.py
+ZODB/FileStorage/fspack.py
ZODB/tests/BasicStorage.py
ZODB/tests/ConflictResolution.py
ZODB/tests/Corruption.py
@@ -343,17 +364,15 @@
persistent/tests/test_pickle.py
zLOG/BaseLogger.py
zLOG/EventLogger.py
-zLOG/LogHandlers.py
zLOG/__init__.py
zLOG/component.xml
zLOG/datatypes.py
-zLOG/factory.py
zLOG/tests/__init__.py
zLOG/tests/testzLog.py
zLOG/tests/testzLogConfig.py
-zdaemon/Daemon.py
zdaemon/__init__.py
zdaemon/component.xml
+zdaemon/logger.py
zdaemon/sample.conf
zdaemon/schema.xml
zdaemon/zdctl.py
@@ -363,6 +382,5 @@
zdaemon/tests/donothing.sh
zdaemon/tests/nokill.py
zdaemon/tests/parent.py
-zdaemon/tests/testDaemon.py
zdaemon/tests/testzdoptions.py
zdaemon/tests/testzdrun.py
More information about the Zodb-checkins
mailing list