- Timestamp:
- 2 Jul 2012, 00:48:52 (12 years ago)
- Location:
- main/waeup.uniben/branches/uli-autoinclude-less
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/branches/uli-autoinclude-less
- Property svn:externals
-
old new 1 1 bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/ 2 waeup.kofa https://svn.waeup.org/repos/main/waeup.kofa/trunk3 kofacustom.nigeria https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
-
- Property svn:externals
-
main/waeup.uniben/branches/uli-autoinclude-less/buildout.cfg
r8822 r8878 1 1 [buildout] 2 develop = . waeup.kofa kofacustom.nigeria 2 # See http://pypi.python.org/pypi/mr.developer for details 3 extensions = mr.developer 4 auto-checkout = waeup.kofa kofacustom.nigeria 5 # We cannot use 'src' (the default) as the checked out projects won't 6 # work properly with paster (paster looks up any upper directory 7 # egg-info dirs and then complains about not-available packages). 8 sources-dir = sources 9 develop = . 3 10 parts = 4 11 eggbasket … … 30 37 # (see .buildout/default.cfg in your home directory) 31 38 # unless you specify an eggs-directory option here. 39 40 [sources] 41 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-autoinclude-less 42 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/branches/uli-autoinclude-less 32 43 33 44 [kofa_params]
Note: See TracChangeset for help on using the changeset viewer.