Changeset 11706 for main/kofacustom.sampleuni/trunk/buildout.cfg
- Timestamp:
- 24 Jun 2014, 11:27:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/buildout.cfg
r11698 r11706 2 2 # See http://pypi.python.org/pypi/mr.developer for details 3 3 extensions = mr.developer 4 # Install waeup.kofa as develop egg5 auto-checkout = waeup.kofa6 # We cannot use 'src' (the default) as the checked out projects won't7 # work properly with paster (paster looks up any upper directory8 # egg-info dirs and then complains about not-available packages).9 sources-dir = sources10 4 develop = . 11 5 parts = … … 43 37 # (see .buildout/default.cfg in your home directory) 44 38 # unless you specify an eggs-directory option here. 45 46 [sources]47 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk48 39 49 40 [kofa_params]
Note: See TracChangeset for help on using the changeset viewer.