Update of /cvs-repository/Products/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv23808/DCWorkflow

Added Files:
      Tag: CMF-1_5-branch
        configure.zcml 
Log Message:
backported newstyle (Zope 3) interfaces from HEAD:
- added ZCML-files that bridge z2 to z3 interfaces
- added conformance tests
- fixed the Criterion interface
- added missing license headers
- cleaned up related tests a bit


=== Added File Products/DCWorkflow/configure.zcml ===
<configure
    xmlns:five="http://namespaces.zope.org/five";
    >

  <five:implements
      class=".DCWorkflow.DCWorkflowDefinition"
      interface="Products.CMFCore.interfaces.IWorkflowDefinition"
      />

</configure>

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

Reply via email to