Commit e08d95bc authored by Hanno Schlichting's avatar Hanno Schlichting

Added a mr.developer configuration to make it easier to work on factored out distributions

parent 2ea2cbbf
[buildout]
extensions = mr.developer
allow-picked-versions = false
develop = .
extends =
sources.cfg
versions.cfg
parts =
test
scripts
......@@ -10,10 +15,8 @@ parts =
docs
checkversions
wsgi
allow-picked-versions = false
extends = versions.cfg
unzip = true
sources-dir = develop
auto-checkout =
[test]
......
[sources]
AccessControl = svn svn+ssh://svn.zope.org/repos/main/AccessControl/trunk
Acquisition = svn svn+ssh://svn.zope.org/repos/main/Acquisition/trunk
DateTime = svn svn+ssh://svn.zope.org/repos/main/DateTime/trunk
DocumentTemplate = svn svn+ssh://svn.zope.org/repos/main/DocumentTemplate/trunk
ExtensionClass = svn svn+ssh://svn.zope.org/repos/main/ExtensionClass/trunk
initgroups = svn svn+ssh://svn.zope.org/repos/main/initgroups/trunk
Missing = svn svn+ssh://svn.zope.org/repos/main/Missing/trunk
MultiMapping = svn svn+ssh://svn.zope.org/repos/main/MultiMapping/trunk
Persistence = svn svn+ssh://svn.zope.org/repos/main/Persistence/trunk
Products.ZCTextIndex = svn svn+ssh://svn.zope.org/repos/main/Products.ZCTextIndex/trunk
Record = svn svn+ssh://svn.zope.org/repos/main/Record/trunk
tempstorage = svn svn+ssh://svn.zope.org/repos/main/tempstorage/trunk
zExceptions = svn svn+ssh://svn.zope.org/repos/main/zExceptions/trunk
ZopeUndo = svn svn+ssh://svn.zope.org/repos/main/ZopeUndo/trunk
......@@ -34,5 +34,7 @@ repoze.who = 2.0a2
zope.testbrowser = 3.9.0
# toolchain
argparse = 1.1
mr.developer = 1.14
tl.eggdeps = 0.4
z3c.checkversions = 0.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