[CMF-checkins] SVN: CMF/trunk/CMFTopic/configure.zcml Use *correct* wiring for topics / criteria.

Tres Seaver tseaver at palladion.com
Sun Nov 20 22:29:06 EST 2005


Log message for revision 40290:
  Use *correct* wiring for topics / criteria.

Changed:
  U   CMF/trunk/CMFTopic/configure.zcml

-=-
Modified: CMF/trunk/CMFTopic/configure.zcml
===================================================================
--- CMF/trunk/CMFTopic/configure.zcml	2005-11-21 03:28:41 UTC (rev 40289)
+++ CMF/trunk/CMFTopic/configure.zcml	2005-11-21 03:29:06 UTC (rev 40290)
@@ -3,13 +3,13 @@
     >
 
   <adapter
-      factory=".exportimport.FolderishExporterImporter"
+      factory=".exportimport.TopicExportImport"
       provides="Products.GenericSetup.interfaces.IFilesystemExporter"
       for="Products.CMFTopic.Topic.ITopic"
       />
 
   <adapter
-      factory=".exportimport.FolderishExporterImporter"
+      factory=".exportimport.TopicExportImport"
       provides="Products.GenericSetup.interfaces.IFilesystemImporter"
       for="Products.CMFTopic.Topic.ITopic"
       />



More information about the CMF-checkins mailing list