[buildout]
extends =
  ../component/lxml-python/buildout.cfg
  ../component/java/buildout.cfg
  ../component/mysql-5.1/buildout.cfg

parts =
  templates
  tomcat
  java
  hsql
  mysql-5.1
  eggs

[hsql]
recipe = hexagonit.recipe.download
url = http://hsqldb.org/support/hsqldb_16.zip
md5sum = 5e5f08e1c838e97efa359cdfc301cc06

[tomcat]
recipe = hexagonit.recipe.download
strip-top-level-dir = true
url = http://apache.multidist.com/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.zip
md5sum = 082a0707985b6c029920d4d6d5ec11cd

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}
  slapos.cookbook