source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/ant/ant.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: 350 bytes
Line 
1<project name="test" default="def" basedir=".">
2
3 <target name="def">
4 <fail>This build file should only be run from within the testcase</fail>
5 </target>
6
7 <target name="dummy">
8 <echo message="${basedir}" />
9 </target>
10
11 <target name="callback">
12 <ant antfile="../ant.xml" target="dummy" inheritAll="false" />
13 </target>
14
15
16</project>
Note: See TracBrowser for help on using the repository browser.