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

Shane Hathaway shane at zope.com
Wed Mar 17 10:55:53 EST 2004


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

Modified Files:
	apeconf.xml 
Log Message:
Fixed the SQL configuration


=== Products/Ape/lib/apelib/zope2/apeconf.xml 1.8 => 1.9 ===
--- Products/Ape/lib/apelib/zope2/apeconf.xml:1.8	Tue Mar 16 22:57:14 2004
+++ Products/Ape/lib/apelib/zope2/apeconf.xml	Wed Mar 17 10:55:52 2004
@@ -68,7 +68,7 @@
  </variation>
  <variation name="sql">
   <gateway name="security"
-    factory="apelib.sql.structure.SQLSecurityAttributes" />
+    factory="apelib.sql.security.SQLSecurityAttributes" />
  </variation>
 
  <serializer name="remainder" order="z"
@@ -95,7 +95,7 @@
  </variation>
  <variation name="sql">
   <gateway name="properties"
-    factory="apelib.sql.structure.SQLProperties" />
+    factory="apelib.sql.properties.SQLProperties" />
  </variation>
 </mapper>
 
@@ -140,7 +140,7 @@
     factory="apelib.fs.structure.FSFileData('binary')" />
  </variation>
  <variation name="sql">
-  <gateway nane="data"
+  <gateway name="data"
     factory="apelib.sql.structure.SQLObjectData" />
  </variation>
  <use-for generic="file" />
@@ -212,7 +212,7 @@
   <gateway name="data" factory="apelib.fs.security.FSUserList" />
  </variation>
  <variation name="sql">
-  <gateway name="data" factory="apelib.sql.structure.SQLUserList" />
+  <gateway name="data" factory="apelib.sql.security.SQLUserList" />
  </variation>
 </mapper>
 




More information about the Zope-CVS mailing list