Changeset 9:e2e5650007f3 in minitage/buildouts/eggs/python-ldap-2.3.1
- Timestamp:
- 07/20/08 15:55:16 (6 months ago)
- Author:
- kiorky
- Tags:
- tip
- Message:
-
zc.buildout 1.1.0 variables substitution fix
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8
|
r9
|
|
| 3 | 3 | ################################################################################ |
| 4 | 4 | [buildout] |
| 5 | | eggs-directory=${buildout:directory}/../../eggs/cache |
| 6 | | develop-eggs-directory=${buildout:directory}/../../eggs/develop-cache |
| | 5 | eggs-directory=../../eggs/cache |
| | 6 | develop-eggs-directory=../../eggs/develop-cache |
| 7 | 7 | parts = |
| 8 | 8 | site-packages-2.4 |