[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/Browser - configure.zcml:1.6

Jim Fulton jim@zope.com
Wed, 18 Dec 2002 18:37:31 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/Browser
In directory cvs.zope.org:/tmp/cvs-serv25839/lib/python/Zope/App/OFS/Services/Browser

Modified Files:
	configure.zcml 
Log Message:
Cleaned up after some other checkins.

- Fixed some zcml files that weren't fixed in a refactoring.
  This prevented Zope from starting.

- Renamed some modules that had invalid module names.
  Created some packages for these as well. Moved some tests around
  Fixed up file references to reflect changes.




=== Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml:1.5	Wed Dec 18 15:23:03 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml	Wed Dec 18 18:36:59 2002
@@ -60,7 +60,7 @@
       />
 
   <view
-      for=".ConfigurationInterfaces.IComponentConfiguration"
+      for=".ConfigurationInterfaces.INamedComponentConfiguration"
       name="ConfigurationSummary"
       template="Browser/ComponentConfigSummary.pt"
       class=".Browser.ComponentConfigURL."