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

Last change on this file since 2132 was 1924, checked in by liebster, 14 years ago

Remove skins

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