Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 561 and 564 #565

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions steps/src/main/xml/steps/archive-manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
archive. Implementations <rfc2119>must</rfc2119> support the <biblioref linkend="zip"/>
format, specified with the value <code>zip</code>. <impl>It is
<glossterm>implementation-defined</glossterm> what other formats are supported.</impl>
<error code="C0081">It is a <glossterm>dynamic error</glossterm> if the format of the
archive does not match the format as specified in the <option>format</option>
option.</error>
</para>
</listitem>
<listitem>
Expand All @@ -40,8 +43,7 @@
</itemizedlist>

<para><error code="C0085">It is a <glossterm>dynamic error</glossterm> if the format of the
archive does not match the specified format, cannot be understood, determined and/or
processed.</error></para>
archive cannot be understood, determined and/or processed.</error></para>

<para>The <option>parameters</option> option can be used to supply parameters to control the
archive manifest generation. <impl>The semantics of the keys and the allowed values for these
Expand Down
2 changes: 1 addition & 1 deletion steps/src/main/xml/steps/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
</itemizedlist>

<para><error code="C0085">It is a <glossterm>dynamic error</glossterm> if the format of the archive
does not match the specified format, cannot be understood, determined and/or processed.</error></para>
cannot be understood, determined and/or processed.</error></para>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

Expand Down