source: products/vendor/Products.CacheSetup/current/Products/CacheSetup/profiles/default/import_steps.xml @ 3296

Last change on this file since 3296 was 3296, checked in by fenix, 12 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

File size: 730 bytes
Line 
1<?xml version="1.0"?>
2<import-steps>
3
4 <import-step id="cachesettings" version="20060907-01"
5              handler="Products.CacheSetup.exportimport.cachefu.importSetup"
6              title="CacheFu Settings Tool">
7  <dependency step="cachesetup-various" />
8  Import CacheFu settings.
9 </import-step>
10
11 <import-step id="cachesetup-various" version="20080416-01"
12              handler="Products.CacheSetup.setuphandlers.setupVarious"
13              title="Finalize installation of the cache settings tool">
14  <dependency step="toolset" />
15  <dependency step="typeinfo" />
16    Finalize the installation of the cache settings tool. Should only be used
17    when first installing the CacheSetup product.
18 </import-step>
19</import-steps>
Note: See TracBrowser for help on using the repository browser.