blob: f053c980710c9302a7c3c4190c29edbe992b7ee2 [file] [log] [blame]
<project name="test" default="def" basedir=".">
<path id="no-override" />
<target name="def">
<fail>This build file should only be run from within the testcase</fail>
</target>
<target name="dummy" />
<target name="testInheritPath">
<pathconvert refid="test.classpath" pathsep="${line.separator}" property="myprop"/>
<echo>${myprop}</echo>
</target>
</project>