Author: rwhitcomb Date: Fri Jul 12 19:10:43 2013 New Revision: 1502657 URL: http://svn.apache.org/r1502657 Log: Allow Ant version 1.9 also, especially now that 1.9.2 has a patch for the Javadoc vulnerability.
Modified: pivot/trunk/build.xml Modified: pivot/trunk/build.xml URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1502657&r1=1502656&r2=1502657&view=diff ============================================================================== --- pivot/trunk/build.xml (original) +++ pivot/trunk/build.xml Fri Jul 12 19:10:43 2013 @@ -92,6 +92,7 @@ limitations under the License. <or> <contains string="${ant.version}" substring="1.7"/> <contains string="${ant.version}" substring="1.8"/> + <contains string="${ant.version}" substring="1.9"/> </or> </not> </condition>