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