Ignore:
Timestamp:
4 May 2012, 23:41:43 (12 years ago)
Author:
uli
Message:

Put versions into separate config file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/buildout.cfg

    r8345 r8357  
    2525# newest = false
    2626
    27 #extends = versions.cfg
    28 extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg
     27extends = versions.cfg
     28
    2929# eggs will be installed in the default buildout location
    3030# (see .buildout/default.cfg in your home directory)
    3131# unless you specify an eggs-directory option here.
    32 
    33 versions = versions
    34 
    35 [versions]
    36 collective.recipe.sphinxbuilder = 0.7.0
    37 hurry.workflow = 0.11
    38 # Pinned to circumvent breakage in 0.4.x
    39 hurry.zoperesource = 0.6
    40 # Pinned to prevent buildout svn-error.
    41 lovely.recipe = 1.0.0
    42 megrok.layout = 1.0.2
    43 reportlab = 2.5
    44 transaction = 1.1.0
    45 z3c.testsetup = 0.6.1
    46 zc.buildout = 1.5.0
    47 zc.recipe.egg = 1.3.0
    48 zc.recipe.testrunner = 1.4.0
    49 zope.app.testing = 3.8.1
    50 # for support of @provider directive
    51 zope.interface = 3.6.3
    52 # for support of contextual default values
    53 zope.schema = 3.8.0
    54 zope.testing = 3.10.2
    55 zope.xmlpickle = 3.4.0
    56 # Require latest version...
    57 Sphinx = 1.0.7
    58 ZODB3 = 3.10.3
    59 docutils = 0.7
    60 Jinja2 = 2.3
    61 # for support of unicode encoded passwords
    62 zope.password = 3.6.1
    6332
    6433[app]
Note: See TracChangeset for help on using the changeset viewer.