summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Dorn <bernddorn@gmail.com>2007-03-25 11:40:43 +0000
committerBernd Dorn <bernddorn@gmail.com>2007-03-25 11:40:43 +0000
commite44389cf789df1c2fa7feba4cf4c7ef3c3e32438 (patch)
tree8fdceebd312fc8b6c63825b8c5dac37e060e6345
parent70fe643d1ed62ac6213b61a37462125d7242d24c (diff)
downloadzope-security-e44389cf789df1c2fa7feba4cf4c7ef3c3e32438.tar.gz
use local devel sources for now
-rw-r--r--buildout.cfg29
1 files changed, 28 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index f4f25cc..a16c810 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,5 +1,32 @@
[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/