default_pre_build  &&
cd $SOURCE_DIRECTORY  &&

# fix bugs #13749 and #3230 : removing junit task if not installed
if ! spell_ok junit; then
	patch -p0 < ${SPELL_DIRECTORY}/ant-buildfile-junit.patch
fi
