[Zope3-checkins] CVS: Zope3 - MANIFEST:1.7 MANIFEST.in:1.4

Jeremy Hylton jeremy@zope.com
Mon, 30 Dec 2002 00:33:16 -0500


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

Modified Files:
	MANIFEST MANIFEST.in 
Log Message:
Update for grandly renamed modules.


=== Zope3/MANIFEST 1.6 => 1.7 === (3562/3662 lines abridged)
--- Zope3/MANIFEST:1.6	Sat Dec 21 08:24:19 2002
+++ Zope3/MANIFEST	Mon Dec 30 00:33:15 2002
@@ -57,2032 +57,1630 @@
 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
-lib/python/BDBStorage/__init__.py
-lib/python/BDBStorage/_helper.c
-lib/python/BDBStorage/profout.py
-lib/python/BDBStorage/setup.py
-lib/python/BDBStorage/Doc/NEWS.txt
-lib/python/BDBStorage/Doc/README.txt
-lib/python/BDBStorage/Doc/db-4014-patch.txt
-lib/python/BDBStorage/tests/BerkeleyTestBase.py
-lib/python/BDBStorage/tests/ZODBTestBase.py
-lib/python/BDBStorage/tests/__init__.py
-lib/python/BDBStorage/tests/test_autopack.py
-lib/python/BDBStorage/tests/test_create.py
-lib/python/BDBStorage/tests/test_storage_api.py
-lib/python/BDBStorage/tests/test_virgin.py
-lib/python/BDBStorage/tests/test_whitebox.py
-lib/python/BDBStorage/tests/test_zodb_simple.py
-lib/python/BDBStorage/tests/timeiter.py
-lib/python/BDBStorage/tests/timepickles.py
-lib/python/Interface/Attribute.py
-lib/python/Interface/Document.py
-lib/python/Interface/Exceptions.py
-lib/python/Interface/IAttribute.py
-lib/python/Interface/IElement.py
-lib/python/Interface/IInterface.py
-lib/python/Interface/IMethod.py
-lib/python/Interface/Implements.py
-lib/python/Interface/Method.py
-lib/python/Interface/Verify.py
-lib/python/Interface/_Element.py
-lib/python/Interface/_Interface.py
-lib/python/Interface/_InterfaceClass.py
-lib/python/Interface/__init__.py
-lib/python/Interface/pyskel.py
-lib/python/Interface/Common/Mapping.py
-lib/python/Interface/Common/__init__.py
-lib/python/Interface/Common/tests/BaseTestMapping.py
-lib/python/Interface/Common/tests/__init__.py
-lib/python/Interface/Registry/AdapterRegistry.py
-lib/python/Interface/Registry/IAdapterRegistry.py
-lib/python/Interface/Registry/IImplementorRegistry.py
-lib/python/Interface/Registry/ITypeRegistry.py

[-=- -=- -=- 3562 lines omitted -=- -=- -=-]

+src/zope/tal/tests/output/test_metal1.html
+src/zope/tal/tests/output/test_metal2.html
+src/zope/tal/tests/output/test_metal3.html
+src/zope/testing/__init__.py
+src/zope/testing/cleanup.py
+src/zope/textindex/__init__.py
+src/zope/textindex/baseindex.py
+src/zope/textindex/cosineindex.py
+src/zope/textindex/htmlsplitter.py
+src/zope/textindex/iindex.py
+src/zope/textindex/ilexicon.py
+src/zope/textindex/inbest.py
+src/zope/textindex/ipipelineelement.py
+src/zope/textindex/ipipelineelementfactory.py
+src/zope/textindex/iqueryparser.py
+src/zope/textindex/iqueryparsetree.py
+src/zope/textindex/isplitter.py
+src/zope/textindex/lexicon.py
+src/zope/textindex/nbest.py
+src/zope/textindex/okapiindex.py
+src/zope/textindex/parsetree.py
+src/zope/textindex/pipelinefactory.py
+src/zope/textindex/queryparser.py
+src/zope/textindex/ricecode.py
+src/zope/textindex/setops.py
+src/zope/textindex/stopdict.py
+src/zope/textindex/textindexinterfaces.py
+src/zope/textindex/textindexwrapper.py
+src/zope/textindex/widcode.py
+src/zope/textindex/tests/__init__.py
+src/zope/textindex/tests/hs-tool.py
+src/zope/textindex/tests/indexhtml.py
+src/zope/textindex/tests/mailtest.py
+src/zope/textindex/tests/mhindex.py
+src/zope/textindex/tests/queryhtml.py
+src/zope/textindex/tests/test_index.py
+src/zope/textindex/tests/test_lexicon.py
+src/zope/textindex/tests/test_nbest.py
+src/zope/textindex/tests/test_pipelinefactory.py
+src/zope/textindex/tests/test_queryengine.py
+src/zope/textindex/tests/test_queryparser.py
+src/zope/textindex/tests/test_setops.py
+src/zope/textindex/tests/test_textindexwrapper.py
+src/zope/textindex/tests/wordstats.py
+src/zope/xmlpickle/__init__.py
+src/zope/xmlpickle/ppml.py
+src/zope/xmlpickle/xmlpickle.py
+src/zope/xmlpickle/xyap.py
+src/zope/xmlpickle/tests/__init__.py
+src/zope/xmlpickle/tests/test_xmlpickle.py


=== Zope3/MANIFEST.in 1.3 => 1.4 ===
--- Zope3/MANIFEST.in:1.3	Thu Dec 19 18:24:48 2002
+++ Zope3/MANIFEST.in	Mon Dec 30 00:33:15 2002
@@ -2,13 +2,13 @@
 include Makefile
 include test.py
 include log.ini
-recursive-include lib/python *.h *.c 
-recursive-include lib/python *.txt
-recursive-include lib/python *.conf *.zcml 
-recursive-include lib/python *.css *.gif *.html *.js *.png *.pt *.xml
-recursive-include lib/python *.mo *.po
+recursive-include src *.h *.c 
+recursive-include src *.txt
+recursive-include src *.conf *.zcml 
+recursive-include src *.css *.gif *.html *.js *.png *.pt *.xml
+recursive-include src *.mo *.po
 
-include lib/python/Zope/App/RDB/GadflyDA/gadfly/COPYRIGHT
-include lib/python/Zope/App/RDB/GadflyDA/gadfly/*.mar
+include src/zope/app/rdb/gadfly/COPYRIGHT
+include src/zope/app/rdb/gadfly/*.mar
 
 graft doc