You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/24 09:30:27 UTC

svn commit: r818391 - /commons/sandbox/runtime/trunk/build.xml

Author: mturk
Date: Thu Sep 24 07:30:26 2009
New Revision: 818391

URL: http://svn.apache.org/viewvc?rev=818391&view=rev
Log:
Ant already defines ant.version property

Modified:
    commons/sandbox/runtime/trunk/build.xml

Modified: commons/sandbox/runtime/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/build.xml?rev=818391&r1=818390&r2=818391&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/build.xml (original)
+++ commons/sandbox/runtime/trunk/build.xml Thu Sep 24 07:30:26 2009
@@ -91,7 +91,6 @@
         <echo message="os.name    = ${os.name}"/>
         <echo message="os.arch    = ${os.arch}"/>
         <echo message="os.version = ${os.version}"/>
-        <antversion property="ant.version"/>
         <fail message="Unsupported (${ant.version}) Ant version.
  Minimum required version is 1.6.3">
             <condition>