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="applicants_catalog" |
---|
10 | class="Products.WAeUP_SRP.WAeUPTables.ApplicantsCatalog"/> |
---|
11 | <required tool_id="certificates_catalog" |
---|
12 | class="Products.WAeUP_SRP.WAeUPTables.CertificatesCatalog"/> |
---|
13 | <required tool_id="courses_catalog" |
---|
14 | class="Products.WAeUP_SRP.WAeUPTables.CoursesCatalog"/> |
---|
15 | <required tool_id="course_results" |
---|
16 | class="Products.WAeUP_SRP.WAeUPTables.CourseResults"/> |
---|
17 | <required tool_id="payments_catalog" |
---|
18 | class="Products.WAeUP_SRP.WAeUPTables.PaymentsCatalog"/> |
---|
19 | <required tool_id="online_payments_import" |
---|
20 | class="Products.WAeUP_SRP.WAeUPTables.OnlinePaymentsImport"/> |
---|
21 | <required tool_id="portal_pins" |
---|
22 | class="Products.WAeUP_SRP.WAeUPTables.PinTable"/> |
---|
23 | <required tool_id="portal_pumeresults" |
---|
24 | class="Products.WAeUP_SRP.WAeUPTables.PumeResultsTable"/> |
---|
25 | <required tool_id="returning_import" |
---|
26 | class="Products.WAeUP_SRP.WAeUPTables.ReturningImport"/> |
---|
27 | <required tool_id="results_import" |
---|
28 | class="Products.WAeUP_SRP.WAeUPTables.ResultsImport"/> |
---|
29 | <required tool_id="students_catalog" |
---|
30 | class="Products.WAeUP_SRP.WAeUPTables.StudentsCatalog"/> |
---|
31 | <required tool_id="waeup_tool" |
---|
32 | class="Products.WAeUP_SRP.WAeUPTool.WAeUPTool"/> |
---|
33 | </tool-setup> |
---|