/[public]/erp5/trunk/buildout/software-profiles/pysvn-python.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/pysvn-python.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42426 - (show annotations)
Tue Jan 18 16:14:02 2011 UTC (2 years, 4 months ago) by kazuhiko
File size: 294 byte(s)
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