[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ With the split of
fssync, the factory name changed; corrected it
Scott Pascoe
manager at planneditsolutions.com
Mon May 24 23:50:11 EDT 2004
Log message for revision 24952:
With the split of fssync, the factory name changed; corrected it
-=-
Modified: Zope3/trunk/src/zope/app/site/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/site/configure.zcml 2004-05-25 03:47:33 UTC (rev 24951)
+++ Zope3/trunk/src/zope/app/site/configure.zcml 2004-05-25 03:50:11 UTC (rev 24952)
@@ -75,7 +75,7 @@
<fssync:adapter
class=".service.ServiceRegistration"
- factory="zope.app.registration.registration.ComponentRegistrationAdapter"
+ factory="zope.app.registration.fssync.adapter.ComponentRegistrationAdapter"
/>
<adapter
Modified: Zope3/trunk/src/zope/app/utility/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/utility/configure.zcml 2004-05-25 03:47:33 UTC (rev 24951)
+++ Zope3/trunk/src/zope/app/utility/configure.zcml 2004-05-25 03:50:11 UTC (rev 24952)
@@ -27,7 +27,7 @@
<fssync:adapter
class=".UtilityRegistration"
- factory="zope.app.registration.registration.ComponentRegistrationAdapter" />
+ factory="zope.app.registration.fssync.adapter.ComponentRegistrationAdapter" />
<vocabulary
name="Utility Component Interfaces"
More information about the Zope3-Checkins
mailing list