ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.162 by jsr166, Mon Feb 2 07:30:53 2015 UTC vs.
Revision 1.163 by jsr166, Fri Feb 20 22:33:13 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines