Commit a8675bd8 authored by Hanno Schlichting's avatar Hanno Schlichting

Moved ``Products/Five/publisher.zcml`` into the ZPublisher package.

parent b4070513
...@@ -11,6 +11,8 @@ Trunk (unreleased) ...@@ -11,6 +11,8 @@ Trunk (unreleased)
Restructuring Restructuring
+++++++++++++ +++++++++++++
- Moved ``Products/Five/publisher.zcml`` into the ZPublisher package.
- Moved ``Products/Five/event.zcml`` into the OFS package. - Moved ``Products/Five/event.zcml`` into the OFS package.
- Removed no longer maintained ``configure, make, make install`` related - Removed no longer maintained ``configure, make, make install`` related
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
<include file="permissions.zcml" /> <include file="permissions.zcml" />
<include file="i18n.zcml" /> <include file="i18n.zcml" />
<include file="deprecated.zcml"/> <include file="deprecated.zcml"/>
<include file="publisher.zcml"/>
<include file="traversing.zcml"/> <include file="traversing.zcml"/>
<include package="OFS "/> <include package="OFS "/>
<include package="ZPublisher" />
<include package=".component" /> <include package=".component" />
<include package=".browser" /> <include package=".browser" />
......
<configure xmlns="http://namespaces.zope.org/zope"> <configure xmlns="http://namespaces.zope.org/zope">
<interface interface="zope.publisher.interfaces.browser.IBrowserSkinType" /> <include package="ZPublisher" file="publisher.zcml"/>
<interface
interface="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
/>
<class class="ZPublisher.HTTPRequest.HTTPRequest">
<implements
interface="zope.annotation.interfaces.IAttributeAnnotatable"
/>
</class>
<adapter
name="default"
factory="zope.publisher.browser.getDefaultSkin"
for="zope.publisher.interfaces.browser.IBrowserRequest"
provides="zope.publisher.interfaces.IDefaultSkin"
/>
</configure> </configure>
<configure xmlns="http://namespaces.zope.org/zope">
<include file="publisher.zcml"/>
</configure>
<configure xmlns="http://namespaces.zope.org/zope">
<interface interface="zope.publisher.interfaces.browser.IBrowserSkinType" />
<interface
interface="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
/>
<class class="ZPublisher.HTTPRequest.HTTPRequest">
<implements
interface="zope.annotation.interfaces.IAttributeAnnotatable"
/>
</class>
<adapter
name="default"
factory="zope.publisher.browser.getDefaultSkin"
for="zope.publisher.interfaces.browser.IBrowserRequest"
provides="zope.publisher.interfaces.IDefaultSkin"
/>
</configure>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment