Added header echo to any build that shows java.vm info and other stuff
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3edeac5e5f
commit
40ed2122f2
@ -4,7 +4,19 @@
|
||||
</tstamp>
|
||||
|
||||
<buildnumber/>
|
||||
<echo>
|
||||
--------------------------------------------------------------
|
||||
|
||||
Using ${ant.version}
|
||||
Build file ${ant.file}
|
||||
Build number ${build.number}
|
||||
Project Name ${ant.project.name}
|
||||
Java Version ${ant.java.version}
|
||||
Timestamp ${DSTAMP}${TSTAMP}
|
||||
|
||||
--------------------------------------------------------------
|
||||
</echo>
|
||||
|
||||
<!--
|
||||
The location of tools.jar, relative to the JAVA_HOME home.
|
||||
If tools.jar is not present, exit with an error, since it
|
||||
|
Loading…
Reference in New Issue
Block a user