blob: e5439971c622a1a2c0d95b357457030be6f372cf [file] [log] [blame]
<project name="bug" default="all">
<path id="myclasspath">
<fileset dir="..\lib">
<include name="antTestsSupport.jar" />
</fileset>
</path>
<taskdef name="hello" classname="org.eclipse.ant.tests.core.support.tasks.AntTestTask">
<classpath refid="myclasspath" />
</taskdef>
<target name="all">
<hello />
</target>
</project>