source:
products/qPingTool/branches/plone-3.1/configure.zcml
@
1203
Last change on this file since 1203 was 198, checked in by crchemist, 19 years ago | |
---|---|
File size: 301 bytes |
Line | |
---|---|
1 | <configure |
2 | xmlns="http://namespaces.zope.org/zope" |
3 | xmlns:five="http://namespaces.zope.org/five" |
4 | i18n_domain="qPingTool"> |
5 | |
6 | <include package=".browser" /> |
7 | |
8 | <adapter factory=".adapter.CanonicalURL" /> |
9 | |
10 | <include file="profiles.zcml" /> |
11 | <include file="skins.zcml" /> |
12 | |
13 | </configure> |
Note: See TracBrowser
for help on using the repository browser.