Changeset 1266

Show
Ignore:
Timestamp:
04/17/08 16:16:10 (8 months ago)
Author:
sgillies
Message:

Profile and skins

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pleiades.vocabulary/trunk/pleiades/vocabulary/configure.zcml

    r1265 r1266  
    11<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  > 
    57 
     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    /> 
    617 
    718</configure>