[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - __init__.py:1.3 configure.zcml:1.5 ClassFactory.py:NONE IGenericCreatorMarker.py:NONE IZMIViewService.py:NONE

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


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv11667/lib/python/Zope/App/ZMI

Modified Files:
	__init__.py configure.zcml 
Removed Files:
	ClassFactory.py IGenericCreatorMarker.py IZMIViewService.py 
Log Message:
Finished implementing
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/AddMenuProposalAndEndOfZmiNamespace

Updated the service manager to use a menu.

Ripped out the old adder registry code.



=== Zope3/lib/python/Zope/App/ZMI/__init__.py 1.2 => 1.3 ===
 ##############################################################################
 """ Zope Management Interface """
-
-from metaConfigure import provideClass


=== Zope3/lib/python/Zope/App/ZMI/configure.zcml 1.4 => 1.5 ===
 
   <browser:resource name="arrowUp.gif" file="www/arrowUp.gif"/>
-  
-  <content class=".IGenericCreatorMarker.">
-    <require  
-        permission="Zope.ManageContent"
-        interface=".IGenericCreatorMarker." />
-  </content>
-  
-  <include package=".Views" />
 
 </zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/ZMI/ClassFactory.py ===

=== Removed File Zope3/lib/python/Zope/App/ZMI/IGenericCreatorMarker.py ===

=== Removed File Zope3/lib/python/Zope/App/ZMI/IZMIViewService.py ===