<?xml version="1.0" encoding="UTF-8"?>
<project name="componentbuild" default="local">
<description>YUI Core Build</description>
<macrodef name="build-core">
<attribute name="target"/>
<sequential>
</sequential>
</macrodef>
<target name="local">
<build-core target="local"/>
</target>
<target name="deploy">
<build-core target="deploy"/>
</target>
<target name="all">
<build-core target="all"/>
</target>
<target name="clean">
<build-core target="clean"/>
</target>
</project>