Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed May 10, 2008
1 parent 07c8e11 commit a8ef751
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
[buildout]
parts = plone zope2 instance
eggs =
develop =

[plone]
recipe = plone.recipe.plone

[zope2]
recipe = plone.recipe.zope2install
url = ${plone:zope2-url}

[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-port = 8080
debug-mode = on
verbose-security = on
eggs =
${buildout:eggs}
${plone:eggs}
zcml =

products =
${plone:products}
${buildout:directory}/products

parts = test
develop = .

[test]
recipe = zc.recipe.testrunner
eggs = z3c.sqlalchemy [test]

0 comments on commit a8ef751

Please sign in to comment.