#!/bin/sh
export CLASSPATH=$(build-classpath \
cobertura \
asm2/asm2 \
asm2/asm2-tree \
log4j \
oro \
)
java net.sourceforge.cobertura.reporting.Main $*
