source: products/quintagroup.quills.extras/tags/1.3.3/quintagroup/quills/extras/configure.zcml

Last change on this file was 642, checked in by piv, 18 years ago

created directory for tagging

File size: 736 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    xmlns:cmf="http://namespaces.zope.org/cmf"
6    i18n_domain="quintagroup.quills.extras">
7
8  <include package=".browser" />
9
10  <include package=".portlets" />
11
12  <cmf:registerDirectory name="quills_extras"/>
13
14  <!-- profiles -->
15  <genericsetup:registerProfile
16      name="default"
17      title="quintagroup.quills.extras"
18      directory="profiles/default"
19      description="Extension profile which extends quills paroduct."
20      provides="Products.GenericSetup.interfaces.EXTENSION"
21      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
22      />
23
24</configure>
Note: See TracBrowser for help on using the repository browser.