diff options
author | Glen Mazza <gmazza@apache.org> | 2003-07-30 22:01:35 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2003-07-30 22:01:35 +0000 |
commit | d7b5f74fc0d68302a56d06112b3677cdcc6cbc21 (patch) | |
tree | de2c03b4d9ba8155b50075a2de36e34fb70f6c08 /src/documentation/content | |
parent | 28721d45850dab2effd9c013f26d92de9c054c89 (diff) | |
download | xmlgraphics-fop-d7b5f74fc0d68302a56d06112b3677cdcc6cbc21.tar.gz xmlgraphics-fop-d7b5f74fc0d68302a56d06112b3677cdcc6cbc21.zip |
Patch 21381: New "force" attribute added to FOP task, update to documentation.
Submitted by: Sean Gilligan (seanlist at msgilligan dot com)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196761 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/anttask.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/anttask.xml b/src/documentation/content/xdocs/anttask.xml index 6516a0a9c..5d4cb98c0 100644 --- a/src/documentation/content/xdocs/anttask.xml +++ b/src/documentation/content/xdocs/anttask.xml @@ -68,6 +68,11 @@ <td>Output directory</td> <td>Required if a fileset is used to specify the files to render; optional for fofile. (Can alternatively specify the full path in the fofile value.)</td> </tr> + <!--tr Commented out; implemented only in 1.0 currently> + <td>force</td> + <td>If <code>true</code>, always generate target file, even if source file has not changed.</td> + <td>No, default is <code>false</code></td> + </tr--> <!--tr Commented out; attribute is currently unimplemented according to the code> <td>basedir</td> <td>Directory to work from</td> |