source: products/quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/configure.zcml @ 1833

Last change on this file since 1833 was 1833, checked in by mylan, 14 years ago

#161: Clarify, fix installation/uninstallation tests overheads

File size: 763 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    xmlns:i18n="http://namespaces.zope.org/i18n"
6    i18n_domain="quintagroup.seoptimizer">
7
8  <!-- include dependent packages -->
9  <include package="quintagroup.canonicalpath" />
10
11  <!-- This need for QI for possibility to find "uninstall"
12       method in then ./Extensions/install.py external method -->
13  <five:registerPackage package="." />
14
15  <cmf:registerDirectory name="quintagroup.seoptimizer" />
16  <i18n:registerTranslations directory="locales" />
17
18  <include file="patches.zcml" />
19  <include file="profiles.zcml" />
20  <include file="adapters.zcml" />
21  <include package=".browser" />
22
23
24</configure>
Note: See TracBrowser for help on using the repository browser.