Commit fab8f534 authored by Hanno Schlichting's avatar Hanno Schlichting

Backported c114405 from trunk

parent c5c3f3bd
...@@ -19,6 +19,10 @@ Bugs Fixed ...@@ -19,6 +19,10 @@ Bugs Fixed
attribute in the browser:view directive. This attribute has never been attribute in the browser:view directive. This attribute has never been
supported in Zope 2. supported in Zope 2.
Features Added
++++++++++++++
- Made both `Shared` and `Shared.DC` namespace packages.
2.12.8 (2010-06-25) 2.12.8 (2010-06-25)
------------------- -------------------
......
...@@ -26,7 +26,7 @@ setup(name='Zope2', ...@@ -26,7 +26,7 @@ setup(name='Zope2',
file(os.path.join("doc", "CHANGES.rst")).read(), file(os.path.join("doc", "CHANGES.rst")).read(),
packages=find_packages('src'), packages=find_packages('src'),
namespace_packages=['Products'], namespace_packages=['Products', 'Shared', 'Shared.DC'],
package_dir={'': 'src'}, package_dir={'': 'src'},
ext_modules=[ ext_modules=[
......
...@@ -10,5 +10,4 @@ ...@@ -10,5 +10,4 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
__doc__='''$Id$''' __import__('pkg_resources').declare_namespace(__name__)
__version__='$Revision: 1.9 $'[11:-2]
...@@ -10,5 +10,4 @@ ...@@ -10,5 +10,4 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
__doc__='''$Id$''' __import__('pkg_resources').declare_namespace(__name__)
__version__='$Revision: 1.7 $'[11:-2]
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