From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- .../apache-ant-1.9.6/manual/Tasks/buildnumber.html | 74 ---------------------- 1 file changed, 74 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Tasks/buildnumber.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Tasks/buildnumber.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/buildnumber.html b/framework/src/ant/apache-ant-1.9.6/manual/Tasks/buildnumber.html deleted file mode 100644 index aaaa14cd..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/Tasks/buildnumber.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - -BuildNumber Task - - - - -

BuildNumber

-

Description

-

This is a basic task that can be used to track build numbers.

-

It will first attempt to read a build number from a file (by default, -build.number in the current directory), then -set the property build.number to the value that was read in -(or to 0, if no such value). It will then increment the -number by one and write it back out to the file. -(See the -PropertyFile task -if you need finer control over things such as the property name or -the number format.) -

- -

Parameters

- - - - - - - - - - - -
AttributeDescriptionRequired
fileThe file to read and write the build number from/to.No; defaults to "build.number"
- -

Examples

-
-<buildnumber/>
-
- -

Read, increment, and write a build number to the default file, -build.number.

- -
-<buildnumber file="mybuild.number"/>
-
- -

Read, increment, and write a build number to the file -mybuild.number.

- - - - - - -- cgit 1.2.3-korg