source: products/qSiloGroup/trunk/configure.zcml @ 3659

Last change on this file since 3659 was 200, checked in by mylan, 18 years ago

1.Migrate qPloneComments to Plone 2.1.2
2.Use SecureMailHost? for notification sending.
2.Add discussion object's creator notification on publishing comment.

File size: 488 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="qSiloGroup">
5
6  <genericsetup:registerProfile
7      name="qsilogroup"
8      title="qSiloGroup extension profile"
9      directory="profiles/default"
10      description="Extension profile for a qSiloGroup product."
11      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
12      provides="Products.GenericSetup.interfaces.EXTENSION"
13      />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.