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.202 by jsr166, Sat Mar 26 15:10:14 2016 UTC vs.
Revision 1.203 by jsr166, Sat Mar 26 16:49:22 2016 UTC

# Line 616 | Line 616
616    <!-- Various demos and test programs -->
617  
618  
619 <  <target name="loops" depends="configure-compiler"
620 <          description="Benchmark from Doug Lea's AQS paper">
619 >  <!-- description="Benchmark from Doug Lea's AQS paper" -->
620 >  <target name="loops" depends="configure-compiler">
621  
622      <mkdir dir="${build.loops.dir}"/>
623  
# Line 941 | Line 941
941    </target>
942  
943  
944 +  <!-- Runs tck tests for jsr166-4jdk7 via junit task (dead experiment) -->
945    <target name="4jdk7-tck-junit"
946 <          depends="4jdk7compile"
946 <          description="Runs tck tests for jsr166-4jdk7 via junit task (experimental)">
946 >          depends="4jdk7compile">
947  
948      <junit printsummary="true"
949             showoutput="true"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines