Changeset 639
- Timestamp:
- 01/04/10 09:09:36 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.educommons/trunk/enpraxis/educommons/configure.zcml
r632 r639 23 23 provides="Products.GenericSetup.interfaces.EXTENSION" 24 24 /> 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" /> 25 34 26 35 <genericsetup:upgradeStep
