Changeset 639

Show
Ignore:
Timestamp:
01/04/10 09:09:36 (2 years ago)
Author:
dray
Message:

configuring migration for 3.2.2-engineering

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • enpraxis.educommons/trunk/enpraxis/educommons/configure.zcml

    r632 r639  
    2323     provides="Products.GenericSetup.interfaces.EXTENSION" 
    2424     /> 
     25 
     26  <genericsetup:upgradeStep 
     27     title="Migration :: 3.2.1 to 3.2.2-engineering" 
     28     description="Migrates eduCommons from version 3.2.1 to 3.2.2-engineering" 
     29     source="3.1.1" 
     30     destination="3.2.2" 
     31     handler=".upgrades.v3_2_1_to_v3_2_2.migrate" 
     32     sortkey="1" 
     33     profile="enpraxis.educommons:default" /> 
    2534 
    2635  <genericsetup:upgradeStep