source: products/qPloneSkinDump/branches/pastescript/skin_template/profiles.zcml @ 1591

Last change on this file since 1591 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 428 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="%(product_name_lowercase)s">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="%(product_name)s"
9      directory="profiles/default"
10      description="Extension profile for %(product_name)s."
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14</configure>
Note: See TracBrowser for help on using the repository browser.