SVN: PluginRegistry/trunk/configure.zcml Wire up export / import adapters for PAS, registry, and plugins.

Tres Seaver <[email protected]> Wed, 16 Nov 2005 15:10:45 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Log message for revision 40171:
  Wire up export / import adapters for PAS, registry, and plugins.

Changed:
  A   PluginRegistry/trunk/configure.zcml

-=-
Added: PluginRegistry/trunk/configure.zcml
===================================================================
--- PluginRegistry/trunk/configure.zcml	2005-11-16 20:10:08 UTC (rev 40170)
+++ PluginRegistry/trunk/configure.zcml	2005-11-16 20:10:44 UTC (rev 40171)
@@ -0,0 +1,12 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    >
+
+  <adapter
+      factory=".exportimport.PluginRegistryFileExportImportAdapter"
+      provides="Products.GenericSetup.interfaces.IFilesystemExporter"
+      for=".interfaces.IPluginRegistry"
+      />
+
+</configure>
+

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS