diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html index eae12ae63..5f3efa12c 100644 --- a/docs/manual/CoreTypes/selectors.html +++ b/docs/manual/CoreTypes/selectors.html @@ -326,8 +326,8 @@

Selects all files in the base directory and one directory below that.

- -

Different Selector

+ +

Different Selector

The <different> selector will select a file if it is deemed to be 'different' from an equivalent file in @@ -690,7 +690,7 @@

  • update the cache if needed and requested
  • do the selection according to the comparison result
  • - The comparison, computing of the hashvalue and the store is done by implementation +

    The comparison, computing of the hashvalue and the store is done by implementation of special interfaces. Therefore they may provide additional parameters.

    The <modified> selector can be used as a @@ -807,7 +807,7 @@ setXX-methods

  • comparator.* : Value is transfered to the comparator via its setXX-methods
  • -

    + @@ -1005,7 +1005,7 @@ Apache BSF or JSR 223 - supported language.

    + supported language. See the Script task for an explanation of scripts and dependencies.

    @@ -1190,7 +1190,7 @@ Select files whose filename length is even.

    All selector containers can contain any other selector, including other containers, as an element. Using containers, the selector tags can be arbitrarily deep. Here is a complete list of allowable - selector elements within a container:

    + selector elements within a container:

    Algorithm options
    No
    -

    A target name can be any alphanumeric string valid in the encoding of the XML file. The empty string "" is in this set, as is @@ -289,7 +288,7 @@ task instances at all, only proxies. found in the concepts section of this manual.

    -

    Example Buildfile

    +

    Example Buildfile

     <project name="MyProject" default="dist" basedir=".">
         <description>
    @@ -348,7 +347,7 @@ Finally, for this target to work the source in the src subdirectory
     should be stored in a directory tree which matches the package names. Check the
     <javac> task for details.
     
    -

    Token Filters

    +

    Token Filters

    A project can have a set of tokens that might be automatically expanded if found when a file is copied, when the filtering-copy behavior is selected in the tasks that support this. These might be set in the buildfile