Skip to content
Snippets Groups Projects
Commit 206e3c77 authored by david_williams's avatar david_williams
Browse files

minor correction to some minor script that named a default target that didn't exist.

parent 4a59fbd8
No related branches found
No related tags found
No related merge requests found
<project default="all" basedir=".">
<project default="nodefault" basedir=".">
<import file="${build.home}/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml"/>
<import file="${build.home}/${releng.builder}/distribution/wtp.tests/testScripts/test.xml"/>
<target name="runtests-normal">
<ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}">
......@@ -10,4 +10,8 @@
<antcall target="genHtml"/>
</target>
<target name="nodefault">
<echo message="There is no default target for this ant script." />
</target>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment