blob: 153b9f1fd87d33c2fdbc8b86b2767c6d4251159e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="task3">
<target name="task" description=""/>
<target name="task2">
<antcall target=""></antcall>
</target>
<target name="task3" depends=""/>
</project>