source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/configure.zcml @ 775

Last change on this file since 775 was 155, checked in by chervol, 18 years ago

fixed private/publish states

File size: 391 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.