10 lines
324 B
XML
10 lines
324 B
XML
<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> |