source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/core/executor.xml@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 250 bytes
Line 
1<project>
2 <target name="foo">
3 <echo>foo</echo>
4 <fail if="failfoo" message="failfoo" />
5 </target>
6 <target name="a" depends="foo">
7 <echo>a</echo>
8 </target>
9 <target name="b" depends="foo">
10 <echo>b</echo>
11 </target>
12</project>
Note: See TracBrowser for help on using the repository browser.