422 |
<mirror-dir src="${docs.dir}" dst="${dist.docs.dir}"/> |
<mirror-dir src="${docs.dir}" dst="${dist.docs.dir}"/> |
423 |
</target> |
</target> |
424 |
|
|
425 |
|
<target name="tck" depends="test-tck" description="alias for test-tck"/> |
426 |
<target name="test-tck" |
<target name="test-tck" |
427 |
depends="jar" |
depends="jar" |
428 |
description="Runs tck tests for main directly"> |
description="Runs tck tests for main directly"> |
447 |
</antcall> |
</antcall> |
448 |
</target> |
</target> |
449 |
|
|
450 |
|
<target name="jtreg" depends="test-jtreg" description="alias for test-jtreg"/> |
451 |
<target name="test-jtreg" |
<target name="test-jtreg" |
452 |
depends="jar" |
depends="jar" |
453 |
description="Runs jtreg tests for main using the jtreg ant task"> |
description="Runs jtreg tests for main using the jtreg ant task"> |