source: main/waeup.ikoba/trunk/src/waeup/ikoba/tests/sample-datacenter.zcml @ 12705

Last change on this file since 12705 was 12060, checked in by uli, 10 years ago

Merge changes from uli-payments back into trunk.

File size: 340 bytes
Line 
1<configure
2   xmlns="http://namespaces.zope.org/zope"
3   xmlns:ikoba="http://namespaces.waeup.org/ikoba"
4   i18n_domain="waeup.ikoba"
5   package="waeup.ikoba.tests"
6   >
7  <include package="waeup.ikoba" file="meta.zcml" />
8
9  <!-- Sample for the 'datacenter' ZCML directive: -->
10  <ikoba:datacenter
11      path="/some/path" />
12
13</configure>
Note: See TracBrowser for help on using the repository browser.