[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/File - configure.zcml:1.9.6.2

Naveen P pnaveen@zeomega.com
Tue, 15 Oct 2002 10:48:27 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/File
In directory cvs.zope.org:/tmp/cvs-serv16138/FileSystemSync-branch/lib/python/Zope/App/OFS/Content/File

Modified Files:
      Tag: FileSystemSync-branch
	configure.zcml 
Log Message:
FSSync adapter configuration is added for ZPTPage and File types


=== Zope3/lib/python/Zope/App/OFS/Content/File/configure.zcml 1.9.6.1 => 1.9.6.2 ===
--- Zope3/lib/python/Zope/App/OFS/Content/File/configure.zcml:1.9.6.1	Fri Oct 11 02:28:06 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/File/configure.zcml	Tue Oct 15 10:47:57 2002
@@ -1,4 +1,6 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
+<zopeConfigure xmlns='http://namespaces.zope.org/zope'
+ xmlns:FSSync='http://namespaces.zope.org/FSSync'
+>
 
 <content class=".File.">
 
@@ -62,6 +64,10 @@
   <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
 
 </content>
+
+<FSSync:adapter
+	 class_=".File."
+	 factory=".FSSync.ObjectFileAdapter" />
 
 <include package=".Views" />