blob: d01154dc5711438ee33747e3f57dfb5e07184d53 [file] [log] [blame] [edit]
<project name="Update Ultimate Dependencies" default="update">
<!-- not needed anymore, keeping temporarily for TC build configs compatibility -->
<target name="fetch-extras">
</target>
<target name="fetch-third-party" depends="fetch-extras"/>
<target name="update" depends="fetch-extras"/>
</project>