[Zope-CVS] SVN: PluginRegistry/trunk/configure.zcml Wire up export / import adapters for PAS, registry, and plugins.

Tres Seaver tseaver at palladion.com
Wed Nov 16 15:10:45 EST 2005


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>
+



More information about the Zope-CVS mailing list