test.xml revision e7eae9b3ca0194e8c08f10b485269a2cdb28b450
<?xml version="1.0" encoding="UTF-8"?>
<project name="YUI" default="local">
<property file="test.properties" />
<import file="${builddir}/3.x/bootstrap.xml"
description="Default Build Properties and Targets" />
<target name="all" depends="local, deploy, copytotest"></target>
<target name="copytotest">
<copy file="${global.build.component}/${component}.js" tofile="${deploy.destination}" preservelastmodified="true"/>
</target>
</project>