File: configure.zcml

package info (click to toggle)
plone3 3.1.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 73,972 kB
  • ctags: 39,149
  • sloc: python: 209,481; xml: 25,065; sh: 1,395; makefile: 585; php: 129; lisp: 54
file content (32 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<configure xmlns="http://namespaces.zope.org/zope"
     xmlns:browser="http://namespaces.zope.org/browser"
     >
     
    <!-- XXX concatresource is now included locally. -->
    <include package="._concatresource" />

    <include package=".json" />
    
    <include package=".browser" />

    <!-- Register an adapter for concatresource -->
    
    <utility 
        provides="concatresource.interfaces.IConcatResourceAddon"
        name="kukit.js"
        component=".registry.kssConcatResourceAddon"
        />

    <utility 
        provides="concatresource.interfaces.IConcatResourceAddon"
        name="kukit-src.js"
        component=".registry.kssConcatResourceAddon"
        />

    <utility 
        provides="concatresource.interfaces.IConcatResourceAddon"
        name="kukit-devel.js"
        component=".registry.kssConcatResourceAddon"
        />

</configure>