1#!/bin/sh
2set -x
3CLDR_DIR=`pwd`
4export CLDR_DIR
5ant -f icu4c/source/data/build.xml clean all
6