Last change
on this file since 17935 was
12060,
checked in by uli, 10 years ago
|
Merge changes from uli-payments back into trunk.
|
File size:
696 bytes
|
Rev | Line | |
---|
[6138] | 1 | <configure |
---|
| 2 | xmlns="http://namespaces.zope.org/zope" |
---|
| 3 | xmlns:meta="http://namespaces.zope.org/meta" |
---|
| 4 | xmlns:grok="http://namespaces.zope.org/grok"> |
---|
| 5 | |
---|
| 6 | <include package="grok" file="meta.zcml" /> |
---|
| 7 | <!-- include package="z3c.autoinclude" file="meta.zcml" / --> |
---|
| 8 | |
---|
| 9 | <!-- Load the grokkers --> |
---|
| 10 | <grok:grok package=".meta" /> |
---|
| 11 | |
---|
[7576] | 12 | <meta:directive |
---|
[11949] | 13 | namespace="http://namespaces.waeup.org/ikoba" |
---|
[7576] | 14 | name="datacenter" |
---|
| 15 | schema=".zcml.IDataCenterConfig" |
---|
| 16 | handler=".zcml.data_center_conf" |
---|
| 17 | /> |
---|
| 18 | |
---|
[12060] | 19 | <meta:directive |
---|
| 20 | namespace="http://namespaces.waeup.org/ikoba" |
---|
| 21 | name="paypalconf" |
---|
| 22 | schema=".zcml.IPayPalConfig" |
---|
| 23 | handler=".zcml.paypal_conf" |
---|
| 24 | /> |
---|
[7576] | 25 | |
---|
[6138] | 26 | </configure> |
---|
Note: See
TracBrowser for help on using the repository browser.