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

Last change on this file since 1993 was 1935, checked in by joachim, 17 years ago

avoid clearing of portal_catalog_real

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