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

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

add applicants_catalog

  • Property svn:keywords set to Id
File size: 1.5 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="courses_catalog"
10           class="Products.WAeUP_SRP.WAeUPTables.CoursesCatalog"/>
11 <required tool_id="payments_catalog"
12           class="Products.WAeUP_SRP.WAeUPTables.PaymentsCatalog"/>
13 <required tool_id="online_payments_import"
14           class="Products.WAeUP_SRP.WAeUPTables.OnlinePaymentsImport"/>
15 <required tool_id="portal_pins"
16           class="Products.WAeUP_SRP.WAeUPTables.PinTable"/>
17 <required tool_id="portal_pumeresults"
18           class="Products.WAeUP_SRP.WAeUPTables.PumeResultsTable"/>
19 <required tool_id="returning_import"
20           class="Products.WAeUP_SRP.WAeUPTables.ReturningImport"/>
21 <required tool_id="results_import"
22           class="Products.WAeUP_SRP.WAeUPTables.ResultsImport"/>
23 <required tool_id="students_catalog"
24           class="Products.WAeUP_SRP.WAeUPTables.StudentsCatalog"/>
25 <required tool_id="applicants_catalog"
26           class="Products.WAeUP_SRP.WAeUPTables.ApplicantsCatalog"/>
27 <required tool_id="course_results"
28           class="Products.WAeUP_SRP.WAeUPTables.CourseResults"/>
29 <required tool_id="waeup_tool"
30           class="Products.WAeUP_SRP.WAeUPTool.WAeUPTool"/>
31</tool-setup>
Note: See TracBrowser for help on using the repository browser.