source: products/quintagroup.blog.star/trunk/quintagroup/blog/star/configure.zcml @ 2639

Last change on this file since 2639 was 2639, checked in by chervol, 14 years ago

Added basic package install/uninstall profiles with browser layer marker interface

File size: 898 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    i18n_domain="quintagroup.blog.star">
6
7  <include package="collective.blog.star" />
8
9  <five:registerPackage package="." initialize=".initialize" />
10
11  <include package=".browser" />
12
13  <genericsetup:registerProfile
14     name="default"
15     title="Quintagroup blog.star customization"
16     directory="profiles/default"
17     description="Generic setup for Quintagroup blogging"
18     provides="Products.GenericSetup.interfaces.EXTENSION"
19     />
20
21  <genericsetup:registerProfile
22     name="uninstall"
23     title="Uninstall Quintagroup blog.star customization"
24     directory="profiles/uninstall"
25     description="Uninstall Quintagroup blogging"
26     provides="Products.GenericSetup.interfaces.EXTENSION"
27     />
28
29</configure>
Note: See TracBrowser for help on using the repository browser.