source: main/kofacustom.nigeria/branches/uli-paypal/src/kofacustom/nigeria/meta.zcml @ 17239

Last change on this file since 17239 was 17239, checked in by uli, 21 months ago

Sketches of paypal :)

File size: 528 bytes
Line 
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
12  <meta:directive
13      namespace="http://namespaces.waeup.org/kofacustomng"
14      name="paypalconf"
15      schema=".zcml.IPaypalConfig"
16      handler=".zcml.paypal_conf"
17      />
18
19</configure>
Note: See TracBrowser for help on using the repository browser.