Browse Source

- add ant.version as part of the dump-info target

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464378 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
3e9585f0f4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.xml

+ 1
- 0
build.xml View File

@@ -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 -->


Loading…
Cancel
Save