[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - configure.zcml:1.5

Jim Fulton jim@zope.com
Sun, 23 Jun 2002 13:32:45 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv19566

Modified Files:
	configure.zcml 
Log Message:
Took out the comment which seemed to upset the xml parser.



=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/configure.zcml 1.4 => 1.5 ===
                  title="Menu of objects to be added to content containers"
                  />
-
-   <!--
-   
-   Actually using this Adding would add an item to *all* container menus:
-       folders, service managers, role services, and so on: undesirable.
-       
-
-       Most content objects will want to use OFS.Folder.IFolderAdding
-       as their primary create menu interface.  ServiceManagers and
-       other containers will have their own Addings to use.
-
-
-       Jim -- No, this has nothing to do with menus.
-             
-              This adding is only configured for content containers,
-              which doesn't include services or service managers.
-   -->
    
    <browser:view
        for="Zope.App.OFS.Container.IContentContainer."