Log message for revision 78659:
  Remove no longer correct BBB remark from tools that are no longer utilities

Changed:
  U   CMF/branches/2.1/CMFCore/interfaces/_tools.py

-=-
Modified: CMF/branches/2.1/CMFCore/interfaces/_tools.py
===================================================================
--- CMF/branches/2.1/CMFCore/interfaces/_tools.py       2007-08-07 09:33:47 UTC 
(rev 78658)
+++ CMF/branches/2.1/CMFCore/interfaces/_tools.py       2007-08-07 09:33:59 UTC 
(rev 78659)
@@ -35,9 +35,6 @@
     id = Attribute('id',
             """ The ID of the tool.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(IActionsTool)'.
-
             o Must be set to "portal_actions"
             """,
             )
@@ -642,9 +639,6 @@
     id = Attribute('id',
             """ The tool's ID.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(IMembershipTool)'.
-
             o Must be set to 'portal_membership'.
             """)
 
@@ -905,9 +899,6 @@
     id = Attribute('id',
             """ The tool's ID.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(IMetadataTool)'.
-
             o Must be set to 'portal_metadata'.
             """)
 
@@ -1073,9 +1064,6 @@
     id = Attribute('id',
             """ The ID of the tool.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(IRegistrationTool)'.
-
             o Must be set to "portal_registration"
             """,
             )
@@ -1230,9 +1218,6 @@
     id = Attribute('id',
             """ The ID of the tool.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(ISkinsTool)'.
-
             o Must be set to "portal_skind"
             """,
             )
@@ -1440,9 +1425,6 @@
     id = Attribute('id',
             """ The ID of the tool.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(ITypesTool)'.
-
             o Must be set to "portal_types"
             """,
             )
@@ -1551,9 +1533,6 @@
     id = Attribute('id',
             """ The ID of the tool.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(IURLTool)'.
-
             o Must be set to "portal_url"
             """,
             )
@@ -1633,9 +1612,6 @@
     id = Attribute('id',
             """ The ID of the tool.
 
-            o BBB:  for use in 'getToolByName';  in the future, prefer
-              'zapi.getUtility(IWorkflowTool)'.
-
             o Must be set to "portal_workflow"
             """,
             )

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to