add generic setup module stanza

This commit is contained in:
Frédéric Péters 2016-05-06 09:24:29 +02:00
parent 6c2fac35e6
commit babcebdcfd
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="tabellio.pfbviews">
<grok:grok package="." />
@ -72,4 +73,12 @@
permission="zope2.View"
/>
<genericsetup:registerProfile
name="default"
title="tabellio.pfbviews"
directory="profiles/default"
description="Installs the tabellio.pfbviews package"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
</configure>