Changeset 1266
- Timestamp:
- 04/17/08 16:16:10 (8 months ago)
- Files:
-
- pleiades.vocabulary/trunk/pleiades/vocabulary/configure.zcml (modified) (1 diff)
- pleiades.vocabulary/trunk/pleiades/vocabulary/profiles (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/profiles/default (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/skins (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/skins/pleiades_vocabulary_custom_templates (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/skins/pleiades_vocabulary_custom_templates/thesauri_index.pt (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/skins/pleiades_vocabulary_custom_templates/thesauri_macros.pt (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/skins/pleiades_vocabulary_custom_templates/thesaurus_macros.pt (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/skins/pleiades_vocabulary_custom_templates/thesaurus_view.pt (added)
- pleiades.vocabulary/trunk/pleiades/vocabulary/tests.py (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pleiades.vocabulary/trunk/pleiades/vocabulary/configure.zcml
r1265 r1266 1 1 <configure 2 xmlns="http://namespaces.zope.org/zope" 3 xmlns:five="http://namespaces.zope.org/five" 4 i18n_domain="pleiades.vocabulary"> 2 xmlns="http://namespaces.zope.org/zope" 3 xmlns:five="http://namespaces.zope.org/five" 4 xmlns:genericsetup="http://namespaces.zope.org/genericsetup" 5 i18n_domain="pleiades.policy" 6 > 5 7 8 <five:registerPackage package="." initialize=".initialize" /> 9 10 <genericsetup:registerProfile 11 name="default" 12 title="Pleiades Vocabulary" 13 directory="profiles/default" 14 description="Pleiades vocabulary features" 15 provides="Products.GenericSetup.interfaces.EXTENSION" 16 /> 6 17 7 18 </configure>
