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