Parent Directory
|
Revision Log
no need to specify '../dir_name' for files in the same directory.
| 1 | [buildout] |
| 2 | extends = |
| 3 | apache.cfg |
| 4 | subversion.cfg |
| 5 | |
| 6 | parts = |
| 7 | pysvn-python |
| 8 | |
| 9 | [pysvn-python] |
| 10 | recipe = zc.recipe.egg:custom |
| 11 | egg = |
| 12 | pysvn |
| 13 | include-dirs = |
| 14 | ${subversion:location}/include/subversion-1 |
| 15 | ${apache:location}/include |
| 16 | library-dirs = |
| 17 | ${subversion:location}/lib |
| 18 | ${apache:location}/lib |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |