[Zope3-checkins]
SVN: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/configure.zcml
corrected the prefix namespace
Tarek Ziadé
tziade at nuxeo.com
Wed Oct 26 12:54:35 EDT 2005
Log message for revision 39641:
corrected the prefix namespace
Changed:
U Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/configure.zcml
-=-
Modified: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/configure.zcml
===================================================================
--- Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/configure.zcml 2005-10-26 16:51:16 UTC (rev 39640)
+++ Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/configure.zcml 2005-10-26 16:54:34 UTC (rev 39641)
@@ -1,6 +1,6 @@
<configure
xmlns="http://namespaces.zope.org/zope"
- xmlns:apidoc="http://namespaces.zope.org/xmlrpcintrospection"
+ xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
i18n_domain="zope">
<xmlrpc:view
More information about the Zope3-Checkins
mailing list