source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/configure.zcml @ 820

Last change on this file since 820 was 820, checked in by piv, 17 years ago

Removed merge tracking for "svnmerge" for
http://svn.quintagroup.com/ni/community/qPloneComments/branches/bundle/1.4

File size: 382 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:cmf="http://namespaces.zope.org/cmf"
5    i18n_domain="quintagroup.plonecomments">
6
7  <!-- five:registerPackage package="." initialize=".initialize" / -->
8  <include package=".browser" />
9  <include file="skins.zcml" />
10  <include file="profiles.zcml" />
11
12</configure>
Note: See TracBrowser for help on using the repository browser.