source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/ant/references.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: 390 bytes
Line 
1<project name="test" default="def" basedir=".">
2
3 <path id="no-override" />
4
5 <target name="def">
6 <fail>This build file should only be run from within the testcase</fail>
7 </target>
8
9 <target name="dummy" />
10
11 <target name="testInheritPath">
12 <pathconvert refid="test.classpath" pathsep="${line.separator}" property="myprop"/>
13 <echo>${myprop}</echo>
14 </target>
15
16</project>
Note: See TracBrowser for help on using the repository browser.