#!/bin/sh

grep '<target name=' build.xml|sed -r 's/depends=".*?" //'|cut -d\" -f2,4|sort|sed 's/"/\n\t/g'
