<?xml version="1.0" encoding="UTF-8"?>
<project>
    <target name="-post-compile">
        <copy todir="bin">
            <fileset dir="ant-build"/>
        </copy>
    </target>
</project>