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