<?xml version="1.0" encoding="UTF-8"?><projectname="php-token-stream"><targetname="clean"description="Cleanup build artifacts"><deletedir="${basedir}/vendor"/><deletefile="${basedir}/composer.lock"/></target><targetname="composer"depends="clean"description="Install dependencies with Composer"><tstamp><formatproperty="thirty.days.ago"pattern="MM/dd/yyyy hh:mm aa"offset="-30"unit="day"/></tstamp><delete><filesetdir="${basedir}"><includename="composer.phar"/><datedatetime="${thirty.days.ago}"when="before"/></fileset></delete><getsrc="https://getcomposer.org/composer.phar"dest="${basedir}/composer.phar"skipexisting="true"/><execexecutable="php"><argvalue="composer.phar"/><argvalue="install"/></exec></target><targetname="phpunit"description="Run unit tests with PHPUnit"><execexecutable="${basedir}/vendor/bin/phpunit"failonerror="true"><argvalue="--configuration"/><argpath="${basedir}/build/phpunit.xml"/></exec></target></project>