[Zope3-checkins] CVS: Zope3/src/zope/app/copypastemove - configure.zcml:1.1

Philipp von Weitershausen philikon at philikon.de
Wed Mar 3 06:03:12 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/copypastemove
In directory cvs.zope.org:/tmp/cvs-serv13569/copypastemove

Added Files:
	configure.zcml 
Log Message:
Moved sub-package specific directives to subpackage configuration files.


=== Added File Zope3/src/zope/app/copypastemove/configure.zcml ===
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:global_translation="http://namespaces.zope.org/gts"
    i18n_domain="zope"
    >

  <adapter
      factory="zope.app.copypastemove.ObjectMover"
      provides="zope.app.copypastemove.interfaces.IObjectMover"
      permission="zope.ManageContent"
      for="*"
      />

  <adapter
      factory="zope.app.copypastemove.ObjectCopier"
      provides="zope.app.copypastemove.interfaces.IObjectCopier"
      permission="zope.ManageContent"
      for="*"
      />

  <adapter
      factory="zope.app.copypastemove.PrincipalClipboard"
      provides="zope.app.copypastemove.interfaces.IPrincipalClipboard"
      for="zope.app.interfaces.annotation.IAnnotations"
      />

</configure>




More information about the Zope3-Checkins mailing list