~menesis/ubuntu/natty/zope.app.schema/natty

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Gediminas Paulauskas
  • Author(s): Brian Sutherland
  • Date: 2007-11-08 17:27:48 UTC
  • Revision ID: menesis@pov.lt-20071108172748-2yg2z58jbj9u8tmf
Tags: upstream-3.4.0
ImportĀ upstreamĀ versionĀ 3.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[buildout]
 
2
develop = .
 
3
parts = test
 
4
 
 
5
[test]
 
6
recipe = zc.recipe.testrunner
 
7
eggs = zope.app.schema [test]
 
8