source: products/qSEOptimizer/branches/additional-keywords/configure.zcml

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 271 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    >
5
6  <adapter
7    for="Products.Archetypes.public.BaseObject"
8    provides=".interfaces.IKeywords"
9    factory=".adapters.AdditionalKeywords"
10    />
11
12</configure>
Note: See TracBrowser for help on using the repository browser.