blob: 38c1f56ab0e609f57753fb4aeb97ec8dd5964a58 [file] [log] [blame]
<?xml version="1.0"?>
<project>
<target name="once">
<echo>once</echo>
</target>
<target name="twice">
<echo>twice-a</echo>
</target>
<target name="twice">
<echo>twice-b</echo>
</target>
</project>