[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/configure.zcml
Remove presentation service declarations.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Sep 17 12:16:02 EDT 2004
Log message for revision 27582:
Remove presentation service declarations.
Changed:
U Zope3/trunk/src/zope/app/component/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/component/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/component/configure.zcml 2004-09-17 16:15:59 UTC (rev 27581)
+++ Zope3/trunk/src/zope/app/component/configure.zcml 2004-09-17 16:16:02 UTC (rev 27582)
@@ -18,15 +18,6 @@
permission="zope.Public"
factory="zope.component.adapter.GlobalAdapterService" />
- <serviceType
- id="Presentation"
- interface="zope.component.interfaces.IPresentationService" />
-
- <service
- serviceType="Presentation"
- permission="zope.Public"
- factory="zope.component.presentation.GlobalPresentationService" />
-
<vocabulary
name="Interfaces"
factory="zope.app.utility.vocabulary.UtilityVocabulary"
More information about the Zope3-Checkins
mailing list