Parent Directory
|
Revision Log
|
Patch
revision 1.236 by jsr166, Mon Mar 20 00:03:57 2017 UTC | revision 1.237 by jsr166, Fri Mar 24 15:57:26 2017 UTC | |
---|---|---|
# | Line 609 | Line 609 |
609 | ||
610 | <target name="configure-compiler"> | <target name="configure-compiler"> |
611 | <fail message="ant version too old"> | <fail message="ant version too old"> |
612 | <condition> | <condition> <not> <antversion atleast="1.9.1"/> </not> </condition> |
<not> <antversion atleast="1.9.1"/> </not> | ||
</condition> | ||
613 | </fail> | </fail> |
614 | ||
615 | <property name="unchecked.option" value="-Xlint:unchecked"/> | <property name="unchecked.option" value="-Xlint:unchecked"/> |
|
dl@cs.oswego.edu | ViewVC Help |
Powered by ViewVC 1.1.27 |