source: products/qPloneTabs/branches/quintagroup.plonetabs/trunk/quintagroup/plonetabs/configure.zcml @ 43

Last change on this file since 43 was 43, checked in by crchemist, 18 years ago

rename file

File size: 395 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="quintagroup.plonetabs">
5   
6    <!-- Set up as a Zope2 product -->
7    <five:registerPackage package="." initialize=".initialize" />
8   
9    <include file="profiles.zcml" />
10   
11    <include package=".browser" />
12   
13    <include package=".plugins" />
14   
15</configure>
Note: See TracBrowser for help on using the repository browser.