Author: fschumacher
Date: Tue Dec 27 11:13:07 2016
New Revision: 1776105

URL: http://svn.apache.org/viewvc?rev=1776105&view=rev
Log:
ant:if can only be used on ant 1.9.x and upwards.

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1776105&r1=1776104&r2=1776105&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Dec 27 11:13:07 2016
@@ -18,7 +18,6 @@
 <project name="JMeter" default="install" basedir="."
     xmlns:rat="antlib:org.apache.rat.anttasks"
     xmlns:jacoco="antlib:org.jacoco.ant"
-    xmlns:if="ant:if"
     xmlns="antlib:org.apache.tools.ant" >
   <description>
 


Reply via email to