[Zope3-checkins] CVS: Zope3/src/zope/app/schema - meta.zcml:1.1.2.2
Fred L. Drake, Jr.
fred@zope.com
Wed, 14 May 2003 13:45:20 -0400
Update of /cvs-repository/Zope3/src/zope/app/schema
In directory cvs.zope.org:/tmp/cvs-serv1049
Modified Files:
Tag: schema-vocabulary-branch
meta.zcml
Log Message:
The vocabulary directive should be in the zope namespace rather than the
browser namespace.
=== Zope3/src/zope/app/schema/meta.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/schema/meta.zcml:1.1.2.1 Thu May 8 10:46:00 2003
+++ Zope3/src/zope/app/schema/meta.zcml Wed May 14 13:45:19 2003
@@ -1,5 +1,5 @@
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
-<directives namespace="http://namespaces.zope.org/browser">
+<directives namespace="http://namespaces.zope.org/zope">
<directive name="vocabulary" handler=".vocabulary.register">
<!-- example: