You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2006/10/16 07:02:15 UTC

svn commit: r464378 - /ant/core/trunk/build.xml

Author: kevj
Date: Sun Oct 15 22:02:14 2006
New Revision: 464378

URL: http://svn.apache.org/viewvc?view=rev&rev=464378
Log:
- add ant.version as part of the dump-info target

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=464378&r1=464377&r2=464378
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Sun Oct 15 22:02:14 2006
@@ -1517,6 +1517,7 @@
     <echo message="os.version=${os.version}"/>
     <echo message="file.encoding=${file.encoding}"/>
     <echo message="user.language=${user.language}"/>
+  	<echo message="ant.version=${ant.version}"/>
   </target>
 
   <!-- helper class from Xalan2 to check for jar versioning of xml/xsl processors -->



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org