[Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/PACKAGE.cfg
Fixed numerous cases of references to python files that had been
Jim Fulton
jim at zope.com
Mon Jul 17 14:27:55 EDT 2006
Log message for revision 69156:
Fixed numerous cases of references to python files that had been
converted to packages.
Removed the schema subpackage.
Changed:
U Zope3/branches/3.3/src/zope/app/PACKAGE.cfg
-=-
Modified: Zope3/branches/3.3/src/zope/app/PACKAGE.cfg
===================================================================
--- Zope3/branches/3.3/src/zope/app/PACKAGE.cfg 2006-07-17 17:50:10 UTC (rev 69155)
+++ Zope3/branches/3.3/src/zope/app/PACKAGE.cfg 2006-07-17 18:27:54 UTC (rev 69156)
@@ -37,7 +37,6 @@
component
container
content
-content_types.py
debug
dependable
error
@@ -52,18 +51,17 @@
__init__.py
# maybe we can refactor this away
interface
-layers.py
+layers
pagetemplate
preview
principalannotation
publication
publisher
rotterdam
-schema
security
-servicenames.py
+servicenames
site
-skins.py
+skins
tests
testing
locales
@@ -71,13 +69,13 @@
zopeappgenerations
zapi
-# BBB 2005/05/01 -- to be removed after 12 months
+# BBB 2006/05/01 -- to be removed after 12 months
annotation
-content_types.py
+content_types
copypastemove
-datetimeutils.py
-decorator.py
+datetimeutils
+decorator
dublincore
event
filerepresentation
@@ -86,6 +84,6 @@
rdb
size
traversing
-timezones.py
+timezones
</collection>
More information about the Zope3-Checkins
mailing list