[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/registration - configure.zcml:1.2

Jim Fulton jim@zope.com
Mon, 28 Jul 2003 18:21:22 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/services/registration
In directory cvs.zope.org:/tmp/cvs-serv30021/src/zope/app/browser/services/registration

Modified Files:
	configure.zcml 
Log Message:
Removed no-longer-supported trailing dots from dotted names.


=== Zope3/src/zope/app/browser/services/registration/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/services/registration/configure.zcml:1.1	Sat Jun 21 17:22:02 2003
+++ Zope3/src/zope/app/browser/services/registration/configure.zcml	Mon Jul 28 18:20:48 2003
@@ -20,7 +20,7 @@
 <editform
     name="index.html"
     schema=
-    "zope.app.interfaces.services.registration.INamedComponentRegistration."
+    "zope.app.interfaces.services.registration.INamedComponentRegistration"
     menu="zmi_views"
     label="Edit Registration"
     permission="zope.ManageServices"