Skip to content

Commit

Permalink
Fix requirements to work correctly with dexterity and
Browse files Browse the repository at this point in the history
  to include simplejson.
  • Loading branch information
vangheem committed Apr 26, 2012
1 parent 6d3d7cf commit 5c903ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/HISTORY.txt
Expand Up @@ -4,6 +4,10 @@ Changelog
1.2 - Unreleased
----------------

- Fix requirements to work correctly with dexterity and
to include simplejson.
[vangheem]


1.1 - 2011-07-21
----------------
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -35,7 +35,9 @@
'zc.async',
'zc.monitor',
'zc.z3monitor',
'collective.testcaselayer'
'collective.testcaselayer',
'simplejson',
'five.intid'
],
entry_points={
'z3c.autoinclude.plugin': 'target=plone',
Expand Down
7 changes: 2 additions & 5 deletions src/plone/app/async/configure.zcml
Expand Up @@ -3,11 +3,8 @@
xmlns:zcml="http://namespaces.zope.org/zcml"
i18n_domain="plone.app.async">

<!-- Plone 3.x -->
<include zcml:condition="not-have plone-4" package="zope.app.keyreference" />

<!-- Plone 4.x -->
<include zcml:condition="have plone-4" package="zope.keyreference" />
<!-- integrates zope.keyreference -->
<include package="five.intid" />

<!-- zc.async -->
<include package="zc.async" />
Expand Down

0 comments on commit 5c903ad

Please sign in to comment.