collective.solr/buildout.cfg

30 lines
640 B
INI
Raw Normal View History

[buildout]
extends =
2013-07-10 08:01:34 +02:00
https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
2013-02-16 13:12:42 +01:00
solr.cfg
2013-02-16 18:51:31 +01:00
package-name = collective.solr
package-extras = [test]
2013-02-16 13:12:42 +01:00
parts +=
test
2013-02-16 18:51:31 +01:00
alltests
2013-02-16 13:12:42 +01:00
2013-02-16 18:51:31 +01:00
[test]
recipe = collective.xmltestreport
2013-02-16 13:12:42 +01:00
eggs =
2013-02-16 18:51:31 +01:00
collective.solr [test]
${instance:eggs}
[alltests]
recipe = collective.recipe.template
input = ${buildout:directory}/buildout/alltests.tmpl
output = ${buildout:directory}/bin/alltests
[versions]
coverage = 3.4
2013-07-10 08:01:34 +02:00
collective.xmltestreport = 1.3.0
zc.buildout = 1.7.1
2013-07-10 07:43:14 +02:00
collective.recipe.solrinstance = 3.6
2013-02-16 13:12:42 +01:00
[sources]
collective.indexing = git git@github.com:plone/collective.indexing.git