From b7b4a8bd63eeaa0050a9795efc53fc9830086d95 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Thu, 26 Apr 2018 22:02:02 +0200 Subject: [PATCH] Correct a typo and styling --- manual/Tasks/property.html | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html index 199bf786e..ce764f8a1 100644 --- a/manual/Tasks/property.html +++ b/manual/Tasks/property.html @@ -49,11 +49,10 @@ they are most definitely not variables.

  • By setting the environment attribute with a prefix to use. Properties will be defined for every environment variable by prefixing the supplied name and a period to the name of the variable.
  • -
  • By setting the runtime attribute with a prefix to use. - Properties prefix.availableProcessors, - prefix.freeMemory, prefix.totalMemory - and prefix.maxMemory will be defined with values that - correspond to the corresponding methods of +
  • By setting the runtime attribute with a prefix to use. + Properties prefix.availableProcessors, prefix.freeMemory, prefix.totalMemory + and prefix.maxMemory will be defined with values that correspond to the + corresponding methods of the Runtime class.
  • @@ -128,18 +127,17 @@ to Sun DTD, w runtime - the prefix to use when retrieving Runtime properties. Thus if - you specify runtime=myrt you will be able to - access runtime values corresponding to methods in + the prefix to use when retrieving Runtime properties. Thus if you + specify runtime=myrt you will be able to access runtime values corresponding + to methods in the Runtime - class via property names myrt.availableProcessors, - myrt.maxMemory, myrt.totalMemory or - myrt.freeMemory. Note that if you supply a property name with a final - . it will not be doubled; i.e. runtime=myrt. will still - allow access of prpperties through myrt.maxMemory.
    - Note also that the property values are snapshots taken at the point in time - when the property has been executed. - Since Ant 1.10.4 + class via property + names myrt.availableProcessors, myrt.maxMemory, myrt.totalMemory + or myrt.freeMemory. Note that if you supply a property name with a final . + it will not be doubled; i.e. runtime=myrt. will still allow access of + properties through myrt.maxMemory.
    Note also that the property values are + snapshots taken at the point in time when the property has been executed. Since + Ant 1.10.4