7-25
Cisco Customer Response Solutions Administration Guide, Release 4.1(1)
Chapter 7 Managing Prompts, Grammars, Documents, and Custom Files
Managing AAR Files
Attribute Types
Attributes that appear in the main section are called main attributes. Attributes
that appear in individual sections are called per-entry attributes. Some attributes
appear in both the main and individual sections, in which case the per-entry
attribute value overrides the main attribute value for the specified entry.
Main Attributes
Main attributes are the attributes that are present in the main section of the
manifest. They fall into three different groups:
• General main attributes: See the following table.
newline CR LF | LF | CR (not followed by LF)
digit {0-9}
Name Value
Attribute Description
Manifest-Version The manifest file version. The value is a legitimate version number, as
described in the above spec.
Created-By The version and the vendor of the java implementation on top of which this
manifest file is generated. This attribute is generated by the jar tool.
Crs-Version The minimum CRS version release compatible with the AAR file.
Crs-version is the accumulation of the CRS release, CRS Service Release,
and CRS Engineering Special defined in that order. For example, if the AAR
file is compatible with CRS release 4.1(1)_Build705, SR1_Build001,
ES2_Build002, the Crs-Version would be defined as
4.1(1)SR1ES2_Build002. Only the last build number is taken. So for
instance, if the AAR file is compatible with CRS release 4.1(1)_build705,
SR1_Build001, then the Crs-Version is 4.1(1)SR1_Build001. As a last
example, if AAR file is compatible with CRS release 4.1(1)_Build705 and
above, then Crs-Version would be 4.1(1)_Build705.