Skip to content

Commit

Permalink
Add testing profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed Apr 27, 2021
1 parent 7a0a282 commit 0e7915a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/collective/messagesviewlet/profiles.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<genericsetup:registerProfile
zcml:condition="have plone-5"
name="default"
title="collective.messagesviewlet plone5 installation"
title="collective.messagesviewlet plone5 (and more) installation"
directory="profiles/plone5"
description="Installs the collective.messagesviewlet add-on on Plone 5."
description="Installs the collective.messagesviewlet add-on on Plone 5 (and more)."
provides="Products.GenericSetup.interfaces.EXTENSION"
/>

Expand All @@ -40,6 +40,15 @@
provides="Products.GenericSetup.interfaces.EXTENSION"
/>

<genericsetup:registerProfile
zcml:condition="have plone-5"
name="testing"
title="collective.messagesviewlet (testing))"
directory="profiles/testing"
description="Install collective.messagesviewlet.testing profile"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>

<genericsetup:registerProfile
zcml:condition="have plone-5"
name="uninstall"
Expand Down

0 comments on commit 0e7915a

Please sign in to comment.