[Zope3-checkins] CVS: Zope3/src/zope/app/browser -
configure.zcml:1.23
Martijn Faassen
m.faassen at vet.uu.nl
Fri Aug 22 17:23:33 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv29295/src/zope/app/browser
Modified Files:
configure.zcml
Log Message:
Correct it so it fits the schema. include is part of the zope namespace,
not part of the browser namespace.
=== Zope3/src/zope/app/browser/configure.zcml 1.22 => 1.23 ===
--- Zope3/src/zope/app/browser/configure.zcml:1.22 Fri Aug 15 20:42:34 2003
+++ Zope3/src/zope/app/browser/configure.zcml Fri Aug 22 16:23:32 2003
@@ -1,6 +1,8 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:browser="http://namespaces.zope.org/browser">
- <defaultView name="index.html" />
+ <browser:defaultView name="index.html" />
<include file="menus.zcml" />
<include package=".applicationcontrol" />
More information about the Zope3-Checkins
mailing list