[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser - configure.zcml:1.11
Jim Fulton
jim@zope.com
Wed, 18 Dec 2002 18:37:33 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv25839/lib/python/Zope/App/OFS/Services/ConnectionService/Views/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/ConnectionService/Views/Browser/configure.zcml 1.10 => 1.11 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml:1.10 Thu Dec 12 10:28:17 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml Wed Dec 18 18:37:01 2002
@@ -16,7 +16,7 @@
for=".ConnectionService.ILocalConnectionService."
name="index.html"
template="Views/Browser/Connections.pt"
- class="Zope.App.OFS.Services.Browser.NameConfigurableView."
+ class="Zope.App.OFS.Services.Browser.NameComponentConfigurableView."
permission="Zope.ManageServices" />
<browser:menuItem