source: WAeUP_SRP/trunk/profiles/default/toolset.xml @ 1856

Last change on this file since 1856 was 1845, checked in by joachim, 17 years ago

modifications to use QueueCatalog?

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