You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

blabla.xml 511 B

12345678910111213141516171819
  1. <project name="blabla" default="doit">
  2. <target name="blabla">
  3. <exec executable="sh">
  4. <arg value="blabla.sh" />
  5. </exec>
  6. </target>
  7. <target name="doit">
  8. <antcall target="blabla"/>
  9. <antcall target="blabla"/>
  10. <antcall target="blabla"/>
  11. <antcall target="blabla"/>
  12. <antcall target="blabla"/>
  13. <antcall target="blabla"/>
  14. <antcall target="blabla"/>
  15. <antcall target="blabla"/>
  16. <antcall target="blabla"/>
  17. <antcall target="blabla"/>
  18. </target>
  19. </project>