diff options
author | Bernd Dorn <bernddorn@gmail.com> | 2007-03-25 11:46:09 +0000 |
---|---|---|
committer | Bernd Dorn <bernddorn@gmail.com> | 2007-03-25 11:46:09 +0000 |
commit | f472ba6212a8991ff7a9b3c8a9e292d3439e9753 (patch) | |
tree | b3e65b4213bbe3281ab3f21676f9bf3b8bba2fd3 /buildout.cfg | |
parent | 77ee1ad64966af235a2389eb1cdbdf4ed892f4df (diff) | |
download | zope-i18n-f472ba6212a8991ff7a9b3c8a9e292d3439e9753.tar.gz |
use local devel sources for now
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg index d09b153..0640f7f 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,7 +1,34 @@ [buildout] -develop = . +develop = . + ../zope.annotation + ../zope.app.broken + ../zope.app.component + ../zope.app.container + ../zope.app.interface + ../zope.app.module + ../zope.app.publication + ../zope.app.publisher + ../zope.app.testing + ../zope.app.zapi + ../zope.dublincore + ../zope.filerepresentation + ../zope.i18n + ../zope.location + ../zope.security + ../zope.traversing + ../zope.app.appsetup + ../zope.app.applicationcontrol + ../zope.app.http + ../zope.app.exception + ../zope.app.error + ../zope.app.security + ../zope.app.authentication + ../zope.app.dependable + ../zope.app.folder + ../zope.app.debug + ../zope.modulealias + parts = test - find-links = http://download.zope.org/distribution/ [test] |