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.236 by jsr166, Mon Mar 20 00:03:57 2017 UTC vs.
Revision 1.237 by jsr166, Fri Mar 24 15:57:26 2017 UTC

# Line 609 | Line 609
609  
610    <target name="configure-compiler">
611      <fail message="ant version too old">
612 <      <condition>
613 <        <not> <antversion atleast="1.9.1"/> </not>
614 <      </condition>
612 >      <condition> <not> <antversion atleast="1.9.1"/> </not> </condition>
613      </fail>
614  
615      <property name="unchecked.option" value="-Xlint:unchecked"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines