

if [ -z "$PROTO_HOME" ]; then
  echo "PROTO_HOME not defined"
  exit 1
fi

target=$PROTO_HOME/src/webapp/WEB-INF/classes

if [ ! -d $target ]; then
  exit 0
fi

rm -rf $target
