[z3-checkins] r33686 - z3/sqlos/trunk/src/sqlos

jinty at codespeak.net jinty at codespeak.net
Tue Oct 24 21:05:07 CEST 2006


Author: jinty
Date: Tue Oct 24 21:05:04 2006
New Revision: 33686

Modified:
   z3/sqlos/trunk/src/sqlos/configure.zcml
   z3/sqlos/trunk/src/sqlos/ftesting.zcml
Log:
content -> class

Modified: z3/sqlos/trunk/src/sqlos/configure.zcml
==============================================================================
--- z3/sqlos/trunk/src/sqlos/configure.zcml	(original)
+++ z3/sqlos/trunk/src/sqlos/configure.zcml	Tue Oct 24 21:05:04 2006
@@ -5,7 +5,7 @@
 
   <!-- ISQLObjectContainer Views -->
 
-  <content class=".container.SQLObjectContainer">
+  <class class=".container.SQLObjectContainer">
 
     <implements interface="zope.app.container.interfaces.IContentContainer" />
 
@@ -29,7 +29,7 @@
         attributes="select"
         />
 
-  </content>
+  </class>
 
   <adapter
       provides="zope.app.container.interfaces.INameChooser"

Modified: z3/sqlos/trunk/src/sqlos/ftesting.zcml
==============================================================================
--- z3/sqlos/trunk/src/sqlos/ftesting.zcml	(original)
+++ z3/sqlos/trunk/src/sqlos/ftesting.zcml	Tue Oct 24 21:05:04 2006
@@ -67,7 +67,7 @@
       description="A Sample Person"
       />
 
-  <content class=".testing.sampleperson.SamplePerson">
+  <class class=".testing.sampleperson.SamplePerson">
     <!-- The followinf factory directive is actually uneccessary and
          probably a bad idea as sqlos:factory with register the factory.
          It is included here as a decoy to be sure that sqlos still functions
@@ -87,7 +87,7 @@
         permission="zope.View"
         interface="sqlos.interfaces.ISQLObject"
         />
-  </content>
+  </class>
 
   <browser:addform
       schema="sqlos.testing.sampleperson.IPerson"
@@ -133,7 +133,7 @@
     <browser:page name="action.html" attribute="action"/>
   </browser:view>
 
-  <content class="sqlos.testing.sampleperson.MultiContainer">
+  <class class="sqlos.testing.sampleperson.MultiContainer">
     <factory
         id="sqlos.testing.sampleperson.MultiContainer"
         title="SQLObject Multi Container (Dogs and people)"
@@ -151,7 +151,7 @@
         permission="zope.View"
         attributes="select"
         />
-  </content>
+  </class>
 
   <browser:addMenuItem
       class="sqlos.testing.sampleperson.MultiContainer"


More information about the z3-checkins mailing list