source: WAeUP_SRP/trunk/configure.zcml @ 2097

Last change on this file since 2097 was 2094, checked in by joachim, 17 years ago

add applicants_catalog

  • Property svn:keywords set to Id
File size: 612 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:zcml="http://namespaces.zope.org/zcml"
5    >
6
7  <include file="upgrade.zcml"/>
8 
9  <adapter
10      factory=".exportimport.WAeUPTableXMLAdapter"
11      provides="Products.GenericSetup.interfaces.IBody"
12      for=".interfaces.IWAeUPTable
13           Products.GenericSetup.interfaces.ISetupEnviron"
14      />
15
16  <five:registerClass
17      class=".TableDirectory.NewStudentsDirectory"
18      meta_type="New Students Directory"
19      permission="cmf.ManagePortal"
20      global="False"
21      />
22
23</configure>
Note: See TracBrowser for help on using the repository browser.