[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser - configure.zcml:1.5
Jim Fulton
jim@zope.com
Wed, 18 Dec 2002 18:37:36 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser
In directory cvs.zope.org:/tmp/cvs-serv25839/lib/python/Zope/App/OFS/Services/ServiceManager/Browser
Modified Files:
configure.zcml
Log Message:
Cleaned up after some other checkins.
- Fixed some zcml files that weren't fixed in a refactoring.
This prevented Zope from starting.
- Renamed some modules that had invalid module names.
Created some packages for these as well. Moved some tests around
Fixed up file references to reflect changes.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/configure.zcml 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/configure.zcml:1.4 Thu Dec 12 10:28:18 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/configure.zcml Wed Dec 18 18:37:02 2002
@@ -11,7 +11,7 @@
for=".IServiceManager."
name="index.html"
template="Browser/Services.pt"
- class="Zope.App.OFS.Services.Browser.NameConfigurableView."
+ class="Zope.App.OFS.Services.Browser.NameComponentConfigurableView."
permission="Zope.ManageServices"
/>