[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS - ofs.zcml:1.1.2.5
Jim Fulton
jim@zope.com
Tue, 5 Mar 2002 21:12:26 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS
In directory cvs.zope.org:/tmp/cvs-serv4035
Modified Files:
Tag: Zope-3x-branch
ofs.zcml
Log Message:
Stephan suggested that we ought to organize the sub-packages by
(content) component type.
I've started this by creating two new packages:
- Services will hold service components.
ServiceManager and RoleService will move there.
- Content will hold ordinary content components, File, Folder, Image
and ZPTPage will move there.
=== Zope3/lib/python/Zope/App/OFS/ofs.zcml 1.1.2.4 => 1.1.2.5 ===
>
+<include package="Zope.App.OFS.Services" file="services.zcml" />
+<include package="Zope.App.OFS.Content" file="content.zcml" />
+
+
<include package="Zope.App.OFS.Folder" file="folder.zcml" />
<include package="Zope.App.OFS.ServiceManager" file="service-manager.zcml" />
<include package="Zope.App.OFS.RoleService" file="role-service.zcml" />