NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/RiceInventory/trunk/RiceInventory/RiceInventory/profiles.zcml

Revision 26 (checked in by cbc, 15 years ago)

Initial import of RiceInventory?.

Line 
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4     i18n_domain="RiceInventory">
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="RiceInventory"
14       directory="profiles/default"
15       description="Extension profile for RiceInventory."
16       provides="Products.GenericSetup.interfaces.EXTENSION"
17       />
18  
19   <!-- ##code-section profiles.zcml-bottom #fill in your manual code here -->
20   <!-- ##/code-section profiles.zcml-bottom -->
21
22 </configure>
Note: See TracBrowser for help on using the browser.