~launchpad-pqm/launchpad/devel

8687.15.30 by Karl Fogel
Add the license header block to all .zcml files.
1
<!-- Copyright 2009 Canonical Ltd.  This software is licensed under the
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
3973.1.76 by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines.
5
<configure
6
   xmlns="http://namespaces.zope.org/zope"
7
   >
8
  <view
9
      name="debug" type="*"
6061.2.20 by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications.
10
      provides="zope.traversing.interfaces.ITraversable" for="*"
11
      factory="zope.traversing.namespace.debug"
3973.1.76 by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines.
12
      />
13
</configure>