source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/core/executor.xml@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

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.