[Zope-Checkins] CVS: Zope3 - products.zcml:1.1.2.1 zope.zcml:1.1.2.4

Jim Fulton jim@zope.com
Tue, 20 Nov 2001 15:02:29 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	zope.zcml 
Added Files:
      Tag: Zope-3x-branch
	products.zcml 
Log Message:
Added separate product config file

=== Added File Zope3/products.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:zmi='http://namespaces.zope.org/zmi'
   xmlns:browser='http://namespaces.zope.org/browser'
>
<!-- add include directives for products here -->
</zopeConfigure>


=== Zope3/zope.zcml 1.1.2.3 => 1.1.2.4 ===
  component="Zope.App.OFS.FolderContents" /-->
 
+<include file='products.zcml' />
+
 </zopeConfigure>