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

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

Remove skins

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