Update of /cvs-repository/Products/CMFTopic
In directory cvs.zope.org:/tmp/cvs-serv26464/CMFTopic

Added Files:
        configure.zcml 
Log Message:
ported newstyle (Zope 3) interfaces from CMFonFive:
- 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/CMFTopic/configure.zcml ===
<configure
    xmlns:five="http://namespaces.zope.org/five";
    >

  <five:bridge
      zope2=".interfaces.Criterion.Criterion"
      package=".interfaces"
      name="ICriterion"
      />

  <five:implements
      class=".DateCriteria.FriendlyDateCriterion"
      interface=".interfaces.ICriterion"
      />

  <five:implements
      class=".ListCriterion.ListCriterion"
      interface=".interfaces.ICriterion"
      />

  <five:implements
      class=".SimpleIntCriterion.SimpleIntCriterion"
      interface=".interfaces.ICriterion"
      />

  <five:implements
      class=".SimpleStringCriterion.SimpleStringCriterion"
      interface=".interfaces.ICriterion"
      />

  <five:implements
      class=".SortCriterion.SortCriterion"
      interface=".interfaces.ICriterion"
      />

</configure>

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

Reply via email to