build.xml revision de78634926045bf1d1e0289efbf93bf9b6c88aaf
<?xml version="1.0" encoding="UTF-8"?>
<project name="YUI" default="local">
<description>Charts - Build All Modules</description>
<macrodef name="build-charts">
<attribute name="target"/>
<sequential>
</sequential>
</macrodef>
<target name="local">
<build-charts target="local"/>
</target>
<target name="deploy">
<build-charts target="deploy"/>
</target>
<target name="all">
<build-charts target="all"/>
</target>
<target name="clean">
<build-charts target="clean"/>
</target>
</project>