Changeset 818 for buildout/pcl.buildout/trunk/pcl-core.cfg
- Timestamp:
- 08/09/07 06:49:21 (3 years ago)
- Files:
-
- 1 modified
-
buildout/pcl.buildout/trunk/pcl-core.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buildout/pcl.buildout/trunk/pcl-core.cfg
r792 r818 1 1 [buildout] 2 extends = dependencies.cfg 2 extends = 3 dependencies.cfg 4 test-environment.cfg 3 5 index = http://download.zope.org/ppix 4 6 parts = … … 42 44 script = test 43 45 environment = test-environment 44 45 [test-environment]46 PCLCORE_DSN = host=localhost dbname=pcl_test
