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 (20 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<configure xmlns="http://namespaces.zope.org/zope"
           xmlns:browser="http://namespaces.zope.org/browser"
           xmlns:five="http://namespaces.zope.org/five">
 
  <!-- Configuration of all the plugins distributed
       with the core system.
       Individual lines can be commented out.
   -->
  
  <!-- The core plugins -->
  <include package=".core" />

  <!-- The scriptaculous effects -->
  <include package=".effects" />

  <!-- The drag and drop -->
  <!-- This plugin will be deprecated, do not enable by default -->
  <!--include package=".draganddrop" /-->

</configure>