[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser - configure.zcml:1.7
Viktorija Zaksiene
ryzaja@codeworks.lt
Mon, 9 Dec 2002 10:54:57 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv29037/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser
Modified Files:
configure.zcml
Log Message:
Added missing trailing dots to configure.zcml (too bad unit tests do not catch such errors)
=== Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml:1.6 Mon Dec 9 10:26:42 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml Mon Dec 9 10:54:57 2002
@@ -7,11 +7,11 @@
<!-- ConnectionService -->
<browser:defaultView
- for=".IConnectionManager"
+ for=".IConnectionManager."
name="index.html" />
<browser:view
- for=".IConnectionManager"
+ for=".IConnectionManager."
name="index.html"
template="Views/Browser/Connections.pt"
class=".Views.Browser.Connections."