source: WAeUP_SRP/branches/uli/profiles/default/toolset.xml @ 2355

Last change on this file since 2355 was 1653, checked in by uli, 18 years ago

Incorporated changeset 1593:1652 of trunk into uli-branch.

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