default_pre_build  &&
cd "$SOURCE_DIRECTORY"  &&

# fix bugs #13749 and #3230 : removing junit task if not installed
if ! spell_ok junit; then
  sedit "s:,test-jar::" build.xml
fi
