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.179 by jsr166, Sun Sep 13 03:22:29 2015 UTC vs.
Revision 1.180 by jsr166, Sun Sep 13 03:41:53 2015 UTC

# Line 529 | Line 529
529  
530  
531    <target name="configure-compiler">
532 +    <fail message="ant version too old">
533 +      <condition>
534 +        <not> <antversion atleast="1.9.1"/> </not>
535 +      </condition>
536 +    </fail>
537  
538      <property name="unchecked.option" value="-Xlint:unchecked"/>
539  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines