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

Shane Hathaway shane at zope.com
Tue Mar 16 22:57:15 EST 2004


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

Modified Files:
	apeconf.xml 
Log Message:
Added compatibility with former mapper names.

I wonder if this pattern can replace __module_aliases__.


=== Products/Ape/lib/apelib/zope2/apeconf.xml 1.7 => 1.8 ===
--- Products/Ape/lib/apelib/zope2/apeconf.xml:1.7	Sat Mar 13 17:22:54 2004
+++ Products/Ape/lib/apelib/zope2/apeconf.xml	Tue Mar 16 22:57:14 2004
@@ -260,4 +260,8 @@
  <use-for class="App.ApplicationManager.ApplicationManager" />
 </mapper>
 
+<!-- Compatibility with former mapper names -->
+<mapper name="OFS.Folder.Folder" extends="folder" register-class="false" />
+<mapper name="OFS.Image.File" extends="file" register-class="false" />
+
 </configuration>




More information about the Zope-CVS mailing list