Changeset 1140
- Timestamp:
- 06/27/08 12:14:13
- Files:
-
- qPloneComments/branches/plone-3.0/configure.zcml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/branches/plone-3.0/configure.zcml
r1137 r1140 1 1 <configure 2 2 xmlns="http://namespaces.zope.org/zope" 3 xmlns:browser="http://namespaces.zope.org/browser"4 3 xmlns:cmf="http://namespaces.zope.org/cmf" 5 4 xmlns:gs="http://namespaces.zope.org/genericsetup" 6 xmlns:five="http://namespaces.zope.org/five"> 5 xmlns:five="http://namespaces.zope.org/five" 6 i18n_domain="plonecomments"> 7 7 8 8 <five:registerPackage package="." />
