Changeset 1286
- Timestamp:
- 04/24/08 18:08:04 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pleiades.policy/trunk/pleiades/policy/Extensions/Install.py
r1279 r1286 4 4 PRODUCT_DEPENDENCIES = ( 5 5 'ATVocabularyManager', 6 'PleiadesEntity', 6 'PleiadesEntity', 7 'pleiades.workspace', 7 8 'pleiades.vocabulary', 8 9 'pleiades.theme' pleiades.policy/trunk/pleiades/policy/configure.zcml
r1279 r1286 6 6 > 7 7 8 <include package="pleiades.workspace"/> 8 9 <include package="pleiades.theme"/> 9 10 <include package="pleiades.vocabulary"/> pleiades.policy/trunk/pleiades/policy/tests/base.py
r1279 r1286 30 30 ztc.installProduct('pleiades.vocabulary') 31 31 ztc.installProduct('pleiades.theme') 32 ztc.installProduct('pleiades.workspace') 32 33 33 34 # The order here is important: We first call the (deferred) function which
