You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2013/07/12 21:12:15 UTC

svn commit: r1502658 - in /pivot/branches/2.0.x: ./ build.xml

Author: rwhitcomb
Date: Fri Jul 12 19:12:15 2013
New Revision: 1502658

URL: http://svn.apache.org/r1502658
Log:
Allow Ant version 1.9 also, especially now that 1.9.2 has a patch for
the Javadoc vulnerability.

This is a merge of revision 1502657 from trunk to branches/2.0.x.

Modified:
    pivot/branches/2.0.x/   (props changed)
    pivot/branches/2.0.x/build.xml

Propchange: pivot/branches/2.0.x/
------------------------------------------------------------------------------
  Merged /pivot/trunk:r1502657

Modified: pivot/branches/2.0.x/build.xml
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/build.xml?rev=1502658&r1=1502657&r2=1502658&view=diff
==============================================================================
--- pivot/branches/2.0.x/build.xml (original)
+++ pivot/branches/2.0.x/build.xml Fri Jul 12 19:12:15 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>