[Zope3-checkins] CVS: Zope3 - MANIFEST:1.10 MANIFEST.in:1.7
Guido van Rossum
guido@python.org
Tue, 31 Dec 2002 15:19:01 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv2741
Modified Files:
MANIFEST MANIFEST.in
Log Message:
Updated MANIFEST.in:
Not all toplevel zcml files should be distributed;
get rid of *.png (we have no such files);
updated MANIFEST as a result.
=== Zope3/MANIFEST 1.9 => 1.10 ===
--- Zope3/MANIFEST:1.9 Tue Dec 31 15:04:03 2002
+++ Zope3/MANIFEST Tue Dec 31 15:19:00 2002
@@ -2,16 +2,13 @@
Makefile
README.txt
log.ini
-principals.zcml
principals.zcml.in
-products.zcml
products.zcml.in
sample_principals.zcml
setup.py
site.zcml
test.py
z3.py
-zserver.zcml
zserver.zcml.in
doc/CHANGES.txt
doc/CREDITS.txt
@@ -25,10 +22,20 @@
doc/zcml/attribute_conventions.stx
doc/zcml/meta.stx
doc/zcml/namespaces.zope.org/application-control/registerView.stx
+doc/zcml/namespaces.zope.org/browser/addform.stx
+doc/zcml/namespaces.zope.org/browser/addview.stx
doc/zcml/namespaces.zope.org/browser/defaultView.stx
+doc/zcml/namespaces.zope.org/browser/editform.stx
+doc/zcml/namespaces.zope.org/browser/i18n-resource.stx
+doc/zcml/namespaces.zope.org/browser/icon.stx
+doc/zcml/namespaces.zope.org/browser/menu.stx
+doc/zcml/namespaces.zope.org/browser/menuItem.stx
+doc/zcml/namespaces.zope.org/browser/menuItems.stx
doc/zcml/namespaces.zope.org/browser/page.stx
+doc/zcml/namespaces.zope.org/browser/pages.stx
doc/zcml/namespaces.zope.org/browser/resource.stx
doc/zcml/namespaces.zope.org/browser/skin.stx
+doc/zcml/namespaces.zope.org/browser/subeditform.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
=== Zope3/MANIFEST.in 1.6 => 1.7 ===
--- Zope3/MANIFEST.in:1.6 Tue Dec 31 15:04:03 2002
+++ Zope3/MANIFEST.in Tue Dec 31 15:19:00 2002
@@ -3,15 +3,16 @@
include test.py
include log.ini
include z3.py
-include *.zcml *.zcml.in
+include site.zcml sample_principals.zcml
+include *.zcml.in
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 *.css *.gif *.html *.js *.pt *.xml
recursive-include src *.mo *.po
include src/zope/app/rdb/gadfly/COPYRIGHT
include src/zope/app/rdb/gadfly/*.mar
-graft doc
\ No newline at end of file
+graft doc