source: WAeUP_SRP/uniben/profiles/default/toolset.xml @ 3584

Last change on this file since 3584 was 3494, checked in by joachim, 16 years ago

implement certificates_catalog

  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<tool-setup>
3 <required tool_id="portal_catalog"
4           class="Products.QueueCatalog.QueueCatalog"/>
5 <required tool_id="portal_catalog_real"
6           class="Products.CMFCore.CatalogTool.CatalogTool"/>
7 <required tool_id="portal_accommodation"
8           class="Products.WAeUP_SRP.WAeUPTables.AccommodationTable"/>
9 <required tool_id="applicants_catalog"
10           class="Products.WAeUP_SRP.WAeUPTables.ApplicantsCatalog"/>
11 <required tool_id="certificates_catalog"
12           class="Products.WAeUP_SRP.WAeUPTables.CertificatesCatalog"/>
13 <required tool_id="courses_catalog"
14           class="Products.WAeUP_SRP.WAeUPTables.CoursesCatalog"/>
15 <required tool_id="course_results"
16           class="Products.WAeUP_SRP.WAeUPTables.CourseResults"/>
17 <required tool_id="payments_catalog"
18           class="Products.WAeUP_SRP.WAeUPTables.PaymentsCatalog"/>
19 <required tool_id="online_payments_import"
20           class="Products.WAeUP_SRP.WAeUPTables.OnlinePaymentsImport"/>
21 <required tool_id="portal_pins"
22           class="Products.WAeUP_SRP.WAeUPTables.PinTable"/>
23 <required tool_id="portal_pumeresults"
24           class="Products.WAeUP_SRP.WAeUPTables.PumeResultsTable"/>
25 <required tool_id="returning_import"
26           class="Products.WAeUP_SRP.WAeUPTables.ReturningImport"/>
27 <required tool_id="results_import"
28           class="Products.WAeUP_SRP.WAeUPTables.ResultsImport"/>
29 <required tool_id="students_catalog"
30           class="Products.WAeUP_SRP.WAeUPTables.StudentsCatalog"/>
31 <required tool_id="waeup_tool"
32           class="Products.WAeUP_SRP.WAeUPTool.WAeUPTool"/>
33</tool-setup>
Note: See TracBrowser for help on using the repository browser.