build.xml revision 4751573f6062da85435e345520a7525e91a897ea
<?xml version="1.0" encoding="UTF-8"?>
<!-- YUI 3 Uploader Build File -->
<project name="Uploader" default="local">
<description>Uploader Build File</description>
<target name="all">
<ant antfile="uploadqueue.xml" target="all" />
<ant antfile="html5uploader.xml" target="all" />
<!--
<ant antfile="flashuploader.xml" target="all" />
<ant antfile="uploader.xml" target="all" />
-->
</target>
</project>