[Zope3-checkins] CVS: Zope3 - MANIFEST:1.4

Jeremy Hylton jeremy@zope.com
Thu, 19 Dec 2002 18:25:23 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv19474

Modified Files:
	MANIFEST 
Log Message:
Latest MANIFEST reflects changes to MANIFEST.in

Add a bunch of docs, reflect recent removal of some logging code.


=== Zope3/MANIFEST 1.3 => 1.4 ===
--- Zope3/MANIFEST:1.3	Thu Dec 19 18:15:32 2002
+++ Zope3/MANIFEST	Thu Dec 19 18:25:23 2002
@@ -1,9 +1,8 @@
+MANIFEST
 Makefile
 README.txt
 log.ini
-sample_principals.zcml
 setup.py
-site.zcml
 test.py
 doc/CHANGES.txt
 doc/CREDITS.txt
@@ -14,6 +13,50 @@
 doc/LOGGING.txt
 doc/ROADMAP.txt
 doc/UNITTEST.txt
+doc/zcml/attribute_conventions.stx
+doc/zcml/meta.stx
+doc/zcml/namespaces.zope.org/application-control/registerView.stx
+doc/zcml/namespaces.zope.org/browser/defaultView.stx
+doc/zcml/namespaces.zope.org/browser/page.stx
+doc/zcml/namespaces.zope.org/browser/resource.stx
+doc/zcml/namespaces.zope.org/browser/skin.stx
+doc/zcml/namespaces.zope.org/browser/view.stx
+doc/zcml/namespaces.zope.org/event/subscribe.stx
+doc/zcml/namespaces.zope.org/formulator/registerField.stx
+doc/zcml/namespaces.zope.org/formulator/registerValidator.stx
+doc/zcml/namespaces.zope.org/server-control/registerShutdownHook.stx
+doc/zcml/namespaces.zope.org/service/factoryFromClass.stx
+doc/zcml/namespaces.zope.org/startup/addServer.stx
+doc/zcml/namespaces.zope.org/startup/defineSite.stx
+doc/zcml/namespaces.zope.org/startup/registerRequestFactory.stx
+doc/zcml/namespaces.zope.org/startup/registerServerType.stx
+doc/zcml/namespaces.zope.org/startup/useFileStorage.stx
+doc/zcml/namespaces.zope.org/startup/useLog.stx
+doc/zcml/namespaces.zope.org/startup/useMappingStorage.stx
+doc/zcml/namespaces.zope.org/vfs/view.stx
+doc/zcml/namespaces.zope.org/xmlrpc/view.stx
+doc/zcml/namespaces.zope.org/zope/adapter.stx
+doc/zcml/namespaces.zope.org/zope/allow.stx
+doc/zcml/namespaces.zope.org/zope/content.stx
+doc/zcml/namespaces.zope.org/zope/defaultPrincipal.stx
+doc/zcml/namespaces.zope.org/zope/defaultView.stx
+doc/zcml/namespaces.zope.org/zope/factory.stx
+doc/zcml/namespaces.zope.org/zope/grant.stx
+doc/zcml/namespaces.zope.org/zope/hook.stx
+doc/zcml/namespaces.zope.org/zope/hookable.stx
+doc/zcml/namespaces.zope.org/zope/implements.stx
+doc/zcml/namespaces.zope.org/zope/include.stx
+doc/zcml/namespaces.zope.org/zope/permission.stx
+doc/zcml/namespaces.zope.org/zope/principal.stx
+doc/zcml/namespaces.zope.org/zope/require.stx
+doc/zcml/namespaces.zope.org/zope/resource.stx
+doc/zcml/namespaces.zope.org/zope/role.stx
+doc/zcml/namespaces.zope.org/zope/securityPolicy.stx
+doc/zcml/namespaces.zope.org/zope/service.stx
+doc/zcml/namespaces.zope.org/zope/serviceType.stx
+doc/zcml/namespaces.zope.org/zope/skin.stx
+doc/zcml/namespaces.zope.org/zope/utility.stx
+doc/zcml/namespaces.zope.org/zope/view.stx
 lib/python/BDBStorage/BDBFullStorage.py
 lib/python/BDBStorage/BDBMinimalStorage.py
 lib/python/BDBStorage/BerkeleyBase.py
@@ -1483,7 +1526,6 @@
 lib/python/Zope/Event/ISubscribable.py
 lib/python/Zope/Event/ISubscriber.py
 lib/python/Zope/Event/ISubscriptionAware.py
-lib/python/Zope/Event/Logger.py
 lib/python/Zope/Event/ObjectEvent.py
 lib/python/Zope/Event/Subscribable.py
 lib/python/Zope/Event/__init__.py
@@ -1492,7 +1534,6 @@
 lib/python/Zope/Event/tests/subscriber.py
 lib/python/Zope/Event/tests/testEventChannel.py
 lib/python/Zope/Event/tests/testEventService.py
-lib/python/Zope/Event/tests/testLogger.py
 lib/python/Zope/Event/tests/testObjectEvent.py
 lib/python/Zope/Exceptions/ExceptionFormatter.py
 lib/python/Zope/Exceptions/ITracebackSupplement.py
@@ -2025,13 +2066,6 @@
 lib/python/Zope/XMLPickle/xyap.py
 lib/python/Zope/XMLPickle/tests/__init__.py
 lib/python/Zope/XMLPickle/tests/testXMLPickle.py
-lib/python/Zope/ZLogger/FileLogger.py
-lib/python/Zope/ZLogger/ZLogger.py
-lib/python/Zope/ZLogger/__init__.py
-lib/python/Zope/ZLogger/stupidFileLogger.py
-lib/python/Zope/ZLogger/syslog.py
-lib/python/Zope/ZLogger/syslogLogger.py
-lib/python/Zope/ZLogger/test_logger.py
 lib/python/Zope/ZTUtils/Iterator.py
 lib/python/Zope/ZTUtils/__init__.py
 lib/python/datetime/__init__.py
@@ -2040,4 +2074,8 @@
 lib/python/logging/__init__.py
 lib/python/logging/config.py
 lib/python/logging/handlers.py
-utilities/makezcmldocs.zcml
+lib/python/zLOG/FormatException.py
+lib/python/zLOG/MinimalLogger.py
+lib/python/zLOG/__init__.py
+lib/python/zLOG/tests/__init__.py
+lib/python/zLOG/tests/testzLog.py