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

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

add applicants_catalog

  • Property svn:keywords set to Id
File size: 1.5 KB
RevLine 
[363]1<?xml version="1.0"?>
2<tool-setup>
[1995]3 <required tool_id="portal_catalog"
4           class="Products.QueueCatalog.QueueCatalog"/>
[1845]5 <required tool_id="portal_catalog_real"
[1935]6           class="Products.CMFCore.CatalogTool.CatalogTool"/>
[404]7 <required tool_id="portal_accommodation"
8           class="Products.WAeUP_SRP.WAeUPTables.AccommodationTable"/>
[1146]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"/>
[1625]13 <required tool_id="online_payments_import"
14           class="Products.WAeUP_SRP.WAeUPTables.OnlinePaymentsImport"/>
[440]15 <required tool_id="portal_pins"
16           class="Products.WAeUP_SRP.WAeUPTables.PinTable"/>
[966]17 <required tool_id="portal_pumeresults"
18           class="Products.WAeUP_SRP.WAeUPTables.PumeResultsTable"/>
[1151]19 <required tool_id="returning_import"
20           class="Products.WAeUP_SRP.WAeUPTables.ReturningImport"/>
[1146]21 <required tool_id="results_import"
22           class="Products.WAeUP_SRP.WAeUPTables.ResultsImport"/>
[971]23 <required tool_id="students_catalog"
24           class="Products.WAeUP_SRP.WAeUPTables.StudentsCatalog"/>
[2094]25 <required tool_id="applicants_catalog"
26           class="Products.WAeUP_SRP.WAeUPTables.ApplicantsCatalog"/>
[2085]27 <required tool_id="course_results"
28           class="Products.WAeUP_SRP.WAeUPTables.CourseResults"/>
[828]29 <required tool_id="waeup_tool"
30           class="Products.WAeUP_SRP.WAeUPTool.WAeUPTool"/>
[363]31</tool-setup>
Note: See TracBrowser for help on using the repository browser.