Skip to content
Snippets Groups Projects
Commit bb5e13e5 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

add help target, echos README.txt

parent d981a7bb
No related branches found
No related tags found
No related merge requests found
......@@ -497,6 +497,12 @@ Key references:
<copy file="build.log.txt" todir="_archive/" overwrite="true" failonerror="false"/>
</target>
<target name="help" description="display build directions">
<loadfile property="readmeFileContents" srcFile="README.txt" />
<echo message="${readmeFileContents}" />
<echo />
</target>
<target name="echo.timestamp" description="output current date and time">
<tstamp>
<format property="time" pattern="HH:mm:ss"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment