Ignore:
Timestamp:
2 Jul 2012, 00:48:52 (12 years ago)
Author:
uli
Message:

Use mr.developer, get rid of svn.externals.

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  
        11bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
        2 waeup.kofa https://svn.waeup.org/repos/main/waeup.kofa/trunk
        3 kofacustom.nigeria https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
  • main/waeup.uniben/branches/uli-autoinclude-less/buildout.cfg

    r8822 r8878  
    11[buildout]
    2 develop = . waeup.kofa kofacustom.nigeria
     2# See http://pypi.python.org/pypi/mr.developer for details
     3extensions = mr.developer
     4auto-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).
     8sources-dir = sources
     9develop = .
    310parts =
    411    eggbasket
     
    3037# (see .buildout/default.cfg in your home directory)
    3138# unless you specify an eggs-directory option here.
     39
     40[sources]
     41waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-autoinclude-less
     42kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/branches/uli-autoinclude-less
    3243
    3344[kofa_params]
Note: See TracChangeset for help on using the changeset viewer.