[Zope3-checkins] CVS: Zope3/src/zope/app - PACKAGE.cfg:1.1
configure.zcml:1.91
Fred L. Drake, Jr.
fred at zope.com
Thu Apr 29 16:48:41 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv18079
Modified Files:
configure.zcml
Added Files:
PACKAGE.cfg
Log Message:
more of the metadata needed to generate a Zope X3 alpha release
=== Added File Zope3/src/zope/app/PACKAGE.cfg ===
# This is used by the Zope 3 packaging tool to support construction of
# the zope.app portion of the Zope 3 distribution. This file is used
# to specify which files and directories should be included in the
# distribution of the zope.app package itself; many of the child
# packages will be separate components that can be added by larger
# distributions.
#
# This file does *not* define any Zope 3 distribution, only the
# zope.app package itself.
#
# (Most packages won't need such elaborate packaging metadata; zope
# and zope.app are truly special cases.)
<collection>
README.txt
# These things are absolutely essential to making Zope 3 run.
# Configuration:
browser.zcml
configure.zcml
menus.zcml
meta.zcml
# Code:
annotation
applicationcontrol
_app.py
basicskin
broken
# bundle
# cache
component
container
content
# We should convert content_types.py to a package and include it via
# the dependency mechanism.
content_types.py
copypastemove
# Maybe convert to a package as well.
datetimeutils.py
# move to zope.app.location
decorator.py
dependable
dublincore
errorservice
event
exception
filerepresentation
folder
form
fssync
ftests
# maybe can combine with zope.app.publisher.http
http
i18n
__init__.py
# maybe we can refactor this away
interface
location
observable
# pagetemplate
pluggableauth
preview
process
publication
publisher
registration
rotterdam
schema
security
servicenames.py
site
size
tests
# This should go into the (new) datetimeutils package
timezones.py
traversing
utility
zapi
</collection>
=== Zope3/src/zope/app/configure.zcml 1.90 => 1.91 ===
--- Zope3/src/zope/app/configure.zcml:1.90 Sat Apr 24 19:17:52 2004
+++ Zope3/src/zope/app/configure.zcml Thu Apr 29 16:48:11 2004
@@ -93,7 +93,6 @@
<include package="zope.app.schema" file="fieldforms.zcml" />
<!-- Misc. Service Manager objects -->
- <include package="zope.app.bundle" />
<include package="zope.app.module" />
<include package="zope.app.schemacontent" />
More information about the Zope3-Checkins
mailing list