Commit 327d4a42 authored by Łukasz Nowak's avatar Łukasz Nowak

- use Acquisition and Products.DCWorkflow of nxd flavour

 - as eggs are published in own repository, there is no need to develop them
   in default buildout, right now it is developer responsibility to use proper
   tools for egg development (like mr.developer)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38478 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0982fb35
......@@ -11,9 +11,9 @@ extends =
# Python 2.6
SOAPpy = 0.12.0
# clear the Acquisition version pin so our development checkout in local-eggs
# is used instead
Acquisition =
# pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs
Acquisition = 2.13.4nxd001
Products.DCWorkflow = 2.2.1nxd001
# Zope KGS is incompatible with buildout 1.5.0 in case of distribute and
# zc.buildout, and as ERP5 Appliance trunk wants to use the newest versions of
......
......@@ -11,11 +11,6 @@ parts =
products-deps
products-erp5
develop +=
${:software_home}/local-eggs/Products.DCWorkflow
# The patched Acquisition
${:software_home}/local-eggs/Acquisition
# ugly itools building sections until itools and setuptools learn to get
# along:
......
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