@Override
protected void addChildren() throws OpsException {
addChild(PackageDependency.build("git"));
{
JettyInstall jettyInstall = addChild(JettyInstall.class);
jettyInstall.template = template;
}
{
String url = "http://gerrit.googlecode.com/files/gerrit-full-2.5.war";