<?xml version="1.0" encoding="UTF-8"?>
<project name="componentbuild" default="local">
<description>Component Build File</description>
<property file="build-yui3.properties" />
<target name="local" depends="clean, init, build, loader, minify, lint" description="Build and Deploy to Local Build Directory" />
</project>