[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/registration/fssync/configur
corrected the filename
Scott Pascoe
manager at planneditsolutions.com
Mon May 24 23:47:34 EDT 2004
Log message for revision 24951:
corrected the filename
-=-
Deleted: Zope3/trunk/src/zope/app/registration/fssync/configuration.zcml
===================================================================
--- Zope3/trunk/src/zope/app/registration/fssync/configuration.zcml 2004-05-25 02:56:09 UTC (rev 24950)
+++ Zope3/trunk/src/zope/app/registration/fssync/configuration.zcml 2004-05-25 03:47:33 UTC (rev 24951)
@@ -1,11 +0,0 @@
-<configure
- xmlns="http://namespaces.zope.org/zope"
- xmlns:fssync="http://namespaces.zope.org/fssync"
- >
-
- <fssync:adapter
- class="zope.app.registration.RegistrationManager"
- factory="zope.fssync.server.entryadapter.DirectoryAdapter"
- />
-
-</configure>
Copied: Zope3/trunk/src/zope/app/registration/fssync/configure.zcml (from rev 24949, Zope3/trunk/src/zope/app/registration/fssync/configuration.zcml)
===================================================================
--- Zope3/trunk/src/zope/app/registration/fssync/configuration.zcml 2004-05-24 21:50:35 UTC (rev 24949)
+++ Zope3/trunk/src/zope/app/registration/fssync/configure.zcml 2004-05-25 03:47:33 UTC (rev 24951)
@@ -0,0 +1,11 @@
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:fssync="http://namespaces.zope.org/fssync"
+ >
+
+ <fssync:adapter
+ class="zope.app.registration.registration.RegistrationManager"
+ factory="zope.fssync.server.entryadapter.DirectoryAdapter"
+ />
+
+</configure>
More information about the Zope3-Checkins
mailing list