2006/ws/policy ws-policy-guidelines.html,1.108,1.109 ws-policy-guidelines.xml,1.124,1.125

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv3886

Modified Files:
	ws-policy-guidelines.html ws-policy-guidelines.xml 
Log Message:
Implemented the resolution for issue 5128. Editors' action 371. (Fix indentation in example.)

Index: ws-policy-guidelines.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-guidelines.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- ws-policy-guidelines.html	26 Sep 2007 16:28:21 -0000	1.108
+++ ws-policy-guidelines.html	17 Oct 2007 19:34:23 -0000	1.109
@@ -80,7 +80,7 @@
  }
 
 @media screen {
- p.practice, {
+ p.practice {
    position: relative;
    top: -2em;
    padding: 0;
@@ -560,12 +560,12 @@
      [ <wsrmp:SequenceSTR/> |
        <wsrmp:SequenceTransportSecurity/> ] ?
      <wsrmp:DeliveryAssurance/> 
-     <wsp:Policy >
+       <wsp:Policy >
         [ <wsrmp:ExactlyOnce/> | 
           <wsrmp:AtLeastOnce/> |
           <wsrmp:AtMostOnce/> ]
         <wsrmp:InOrder/> ?
-     </wsp:Policy>
+       </wsp:Policy>
      </wsrmp:DeliveryAssurance> ] ?
     </wsp:Policy>
  </wsrmp:RMAssertion/>
@@ -1677,4 +1677,7 @@
 							<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/358">358</a>.
 						</td></tr><tr><td rowspan="1" colspan="1">20070921</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Updated references [<cite><a href="#WS-Policy">Web Services Policy Framework</a></cite>] and [<cite><a href="#WS-PolicyAttachment">Web Services Policy Attachment</a></cite>].
 						</td></tr><tr><td rowspan="1" colspan="1">20070921</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Reset Section <a href="#change-description"><b>E. Changes in this Version of the Document</b></a>.
+						</td></tr><tr><td rowspan="1" colspan="1">20071017</td><td rowspan="1" colspan="1">FJH</td><td rowspan="1" colspan="1">Implemented the resolution for issue 
+							<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=5128">5128</a>. Editors' action 
+							<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/371">371</a>.
 						</td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file

Index: ws-policy-guidelines.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-guidelines.xml,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- ws-policy-guidelines.xml	26 Sep 2007 16:28:21 -0000	1.124
+++ ws-policy-guidelines.xml	17 Oct 2007 19:34:23 -0000	1.125
@@ -685,12 +685,12 @@
      [ &lt;wsrmp:SequenceSTR/&gt; |
        &lt;wsrmp:SequenceTransportSecurity/&gt; ] ?
      &lt;wsrmp:DeliveryAssurance/&gt; 
-     &lt;wsp:Policy &gt;
+       &lt;wsp:Policy &gt;
         [ &lt;wsrmp:ExactlyOnce/&gt; | 
           &lt;wsrmp:AtLeastOnce/&gt; |
           &lt;wsrmp:AtMostOnce/&gt; ]
         &lt;wsrmp:InOrder/&gt; ?
-     &lt;/wsp:Policy&gt;
+       &lt;/wsp:Policy&gt;
      &lt;/wsrmp:DeliveryAssurance&gt; ] ?
     &lt;/wsp:Policy&gt;
  &lt;/wsrmp:RMAssertion/&gt;
@@ -2750,6 +2750,14 @@
 						<td>Reset Section <specref ref="change-description"/>.
 						</td>
 					</tr>     
+					<tr>
+						<td>20071017</td>
+						<td>FJH</td>
+						<td>Implemented the resolution for issue 
+							<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=5128">5128</loc>. Editors' action 
+							<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/371">371</loc>.
+						</td>
+					</tr> 
 				</tbody>
 			</table>
 		</inform-div1>

Received on Wednesday, 17 October 2007 19:34:32 UTC