From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- src/site/xdoc/antdocs/VersionInfo.xml | 187 ++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 src/site/xdoc/antdocs/VersionInfo.xml (limited to 'src/site/xdoc/antdocs/VersionInfo.xml') diff --git a/src/site/xdoc/antdocs/VersionInfo.xml b/src/site/xdoc/antdocs/VersionInfo.xml new file mode 100644 index 0000000..37fd97b --- /dev/null +++ b/src/site/xdoc/antdocs/VersionInfo.xml @@ -0,0 +1,187 @@ + + + + +versioninfo + + +
+Version Information. + + This information is applied in a platform specific manner + to embed version information into executable images. This + behavior is new and subject to change. + + On the Microsoft Windows platform, a resource is generated and added + to the set of files to be compiled. A resource compiler must + be specified to compile the generated file. + + On Unix platforms, versioninfo is currently not used. + Future versions may append fileversion to the output file name, + use compatibility version for -soname and possibly create + symbolic links. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Attribute + +Description + +Type +
companynameSets company name.String
compatibilityversionSets compatibility version.String
descriptionString
extendsSpecifies that this element extends the element with id attribute with a + matching value. The configuration will be constructed from the settings + of this element, element referenced by extends, and the containing cc + element.Reference
filecommentsSets comments.String
filedescriptionSets file description.String
fileversionSets file version.String
idSets an id that can be used to reference this element.String
ifSets the property name for the 'if' condition. + + The define will be ignored unless the property is defined. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") will throw an exception when + evaluated.String
internalnameSets internal name. Internal name will automatically be + specified from build step, only set this value if + intentionally overriding that value.String
languageSets language.String
legalcopyrightSets legal copyright.String
legaltrademarksSets legal trademark.String
originalfilenameSets original name. Only set this value if + intentionally overriding the value from the build set.String
patchedSets prerelease.boolean
prereleaseSets prerelease.boolean
privatebuildSets private build.String
productnameSets product name.String
productversionSets product version.String
refidSpecifies that this element should behave as if the content of the + element with the matching id attribute was inserted at this location. If + specified, no other attributes should be specified.Reference
specialbuildSets private build.String
unlessSet the property name for the 'unless' condition. + + If named property is set, the define will be ignored. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") of the behavior will throw an + exception when evaluated.String
+
+
+ +
-- cgit v1.2.3