[Zope-CVS] CVS: Products/Ape/lib/apelib/zope2 - apeconf.xml:1.3.2.2

Shane Hathaway shane at zope.com
Sat Dec 13 23:24:48 EST 2003


Update of /cvs-repository/Products/Ape/lib/apelib/zope2
In directory cvs.zope.org:/tmp/cvs-serv28325/zope2

Modified Files:
      Tag: ape-0_8-branch
	apeconf.xml 
Log Message:
Continued refactoring to fit new names.


=== Products/Ape/lib/apelib/zope2/apeconf.xml 1.3.2.1 => 1.3.2.2 ===
--- Products/Ape/lib/apelib/zope2/apeconf.xml:1.3.2.1	Sat Dec 13 12:08:07 2003
+++ Products/Ape/lib/apelib/zope2/apeconf.xml	Sat Dec 13 23:24:47 2003
@@ -174,13 +174,13 @@
  <serializer name="properties" use="optional_properties" />
  <serializer name="items" use="folder_items" />
  <gateway name="items" use="dir_items" />
- <use-for generic="folderish_object" />
+ <use-for generic="folder_object" />
 </mapper>
 
 <mapper name="anyfile" class="any" extends="base_p" parent="root">
  <serializer name="properties" use="optional_properties" />
  <gateway name="remainder" use="binary_data" />
- <use-for generic="fileish_object" />
+ <use-for generic="file_object" />
 </mapper>
 
 <mapper name="OFS.Application.Application" extends="base_p" parent="root">




More information about the Zope-CVS mailing list