diff options
Diffstat (limited to 'dgbuilder/tools/format_xml.sh')
-rwxr-xr-x | dgbuilder/tools/format_xml.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dgbuilder/tools/format_xml.sh b/dgbuilder/tools/format_xml.sh deleted file mode 100755 index c66153ed..00000000 --- a/dgbuilder/tools/format_xml.sh +++ /dev/null @@ -1,16 +0,0 @@ -if [ "$#" != "1" ] -then - echo "Usage: $0 xmlFileFullPath" - exit -fi - -if [ -z "$PROJECT_HOME" ] -then - export PROJECT_HOME=$(pwd)/.. -fi -if [ -e "$1" ] -then - python $PROJECT_HOME/tools/formatXml.py $1 -else - echo "File $1 does not exist" -fi |