source: ATGoogleMaps/branches/for-plone30/profiles.zcml @ 194

Revision 194, 727 bytes checked in by takanori, 4 years ago (diff)

move directory

Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="ATGoogleMaps">
5
6  <include package="Products.GenericSetup" file="meta.zcml" />
7
8  <!-- ##code-section profiles.zcml-top #fill in your manual code here -->
9  <!-- ##/code-section profiles.zcml-top -->
10
11  <genericsetup:registerProfile
12      name="default"
13      title="ATGoogleMaps"
14      directory="profiles/default"
15      description="Extension profile for ATGoogleMaps."
16      provides="Products.GenericSetup.interfaces.EXTENSION"
17      />
18 
19  <!-- ##code-section profiles.zcml #fill in your manual code here -->
20  <!-- ##/code-section profiles.zcml -->
21
22</configure>
Note: See TracBrowser for help on using the repository browser.