- From: Felix Sasaki <fsasaki@w3.org>
- Date: Fri, 03 Nov 2006 15:22:39 +0900
- To: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Cc: public-ws-policy-eds@w3.org
I intended to do that today, but you were faster. Thank you, Asir! Felix On Thu, 2006-11-02 at 17:23 +0000, Asir Vedamuthu via cvs-syncmail wrote: > Update of /sources/public/2006/ws/policy > In directory hutz:/tmp/cvs-serv6767 > > Modified Files: > build.xml > Added Files: > ws-policy-attachment-tr20061102.xml > ws-policy-framework-diff20061102.xml > ws-policy-attachment-diff20061102.xml > ws-policy-attachment-diff20061102.html > ws-policy-framework-tr20061102.xml > ws-policy-framework-diff20061102.html > Log Message: > Setting up DIFF since Working Draft dated November 11 2006. > > Index: build.xml > =================================================================== > RCS file: /sources/public/2006/ws/policy/build.xml,v > retrieving revision 1.18 > retrieving revision 1.19 > diff -u -d -r1.18 -r1.19 > --- build.xml 12 Oct 2006 14:05:30 -0000 1.18 > +++ build.xml 2 Nov 2006 17:23:30 -0000 1.19 > @@ -9,7 +9,7 @@ > <property name="glossary" > value="extract-glist.xsl"/> > <property name="diffformat" value="diffspec.xsl"/> > - <property name="last-public-draft" value="20060927"/> > + <property name="last-public-draft" value="20061102"/> > <target name="clean"> > <delete quiet="true" file="ws-policy-framework.html"/> > <delete quiet="true" file="ws-policy-attachment.html"/> > @@ -96,7 +96,7 @@ > <arg value="--diff"/> > <arg value="both"/> > <arg value="--words"/> > - <arg value="ws-policy-framework-tr20060927.xml"/> > + <arg value="ws-policy-framework-tr20061102.xml"/> > <arg value="ws-policy-framework.xml"/> > <arg value="ws-policy-framework-diff${last-public-draft}.xml"/> > <classpath path="diffmk.jar:DiffMk.properties"> > @@ -108,7 +108,7 @@ > <arg value="-diff"/> > <arg value="both"/> > <arg value="-words"/> > - <arg value="ws-policy-attachment-tr20060927.xml"/> > + <arg value="ws-policy-attachment-tr20061102.xml"/> > <arg value="ws-policy-attachment.xml"/> > <arg value="ws-policy-attachment-diff${last-public-draft}.xml"/> > <classpath path="diffmk.jar:DiffMk.properties"> > > --- NEW FILE: ws-policy-framework-tr20061102.xml --- > <?xml version="1.0" encoding="utf-8"?> > <!-- $Id: ws-policy-framework-tr20061102.xml,v 1.1 2006/11/02 17:23:30 avedamut Exp $ --> > <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [ > <!ENTITY prefix "ws-policy-framework"> > <!ENTITY % entities SYSTEM "entities.dtd" > > %entities; > <!ENTITY status SYSTEM "status.xml"> > <!ENTITY document.status "Editors' copy $Date: 2006/11/02 17:23:30 $"> > <!ENTITY framework-title "&framework.title;"> > <!ENTITY prevloc ""> > <!ENTITY hellip "…"> > ]> > <?xml-stylesheet type='text/xsl' href='xmlspec-policy.xsl'?> > <spec w3c-doctype="wd" role="&document.role;"> > <header> > <title>&framework.title;</title> > <w3c-designation>&w3c-designation-framework;</w3c-designation> > <w3c-doctype>&document.status;</w3c-doctype> > <pubdate> > [...2030 lines suppressed...] > <tr> > <td>20061012</td> > <td>DBO</td> > <td>Revisited action items: <loc href="http://www.w3.org/2006/07/12-ws-policy-minutes.html#action15">15</loc> > as early as possible in the doc, use the definition that are defined in the doc. Opened as Bug > <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3720">3720</loc> > </td> > </tr> > <tr> > <td>20061019</td> > <td>PY</td> > <td>Completed action item: > <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/57">57</loc> PaulC's comments. > </td> > </tr> > </tbody> > </table> > </inform-div1> > </back> > </spec> > --- NEW FILE: ws-policy-framework-diff20061102.html --- > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html lang="en-US"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Web Services Policy 1.5 - Framework -- Review Version</title><style type="text/css"> > code { font-family: monospace; } > > div.constraint, > div.issue, > div.note, > div.notice { margin-left: 2em; } > > dt.label { display: run-in; } > > li, p { margin-top: 0.3em; > margin-bottom: 0.3em; } > > .diff-chg { background-color: yellow; } > .diff-del { background-color: red; text-decoration: line-through;} > .diff-add { background-color: lime; } > > table { empty-cells: show; } > [...2197 lines suppressed...] > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">ASV</td></div> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">Implemented the > <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0093.html"><span class="diff-add">resolution</span></a> > for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3705"><span class="diff-add">3705</span></a>. > </td></div> > </tr></div> > <div class="diff-add"><tr class="diff-add"> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">20061030</td></div> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">DBO</td></div> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">Implemented the > <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/32"><span class="diff-add">resolution</span></a> > titled "Hyperlink terms such as policy expression..." > </td></div> > </tr></div> > > </tbody> > </table><br> > </div> > </div> > </body></html> > --- NEW FILE: ws-policy-attachment-tr20061102.xml --- > <?xml version="1.0" encoding="utf-8"?> > <!-- $Id: ws-policy-attachment-tr20061102.xml,v 1.1 2006/11/02 17:23:30 avedamut Exp $ --> > <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [ > <!ENTITY prefix "ws-policy-attachment"> > <!ENTITY % entities SYSTEM "entities.dtd"> > %entities; > <!ENTITY status SYSTEM "status-attachment.xml"> > <!ENTITY document.status "Editors' copy $Date: 2006/11/02 17:23:30 $"> > <!ENTITY attachment-title "&attachment.title;"> > <!ENTITY prevloc ""> > <!ENTITY hellip "…"> > ]> > <?xml-stylesheet type='text/xsl' href='xmlspec-policy.xsl'?> > <spec w3c-doctype="wd" role="&document.role;"> > <header> > <title>&attachment.title;</title> > <w3c-designation>&w3c-designation-attachment;</w3c-designation> > <w3c-doctype>&document.status;</w3c-doctype> > <pubdate> > [...2844 lines suppressed...] > <loc href="http://www.w3.org/2006/07/13-ws-policy-minutes.html#action10">summary of Action 10 from F2F</loc> replaced "subject" instances with "policy subject" > </td> > </tr> > <tr> > <td>20061012</td> > <td>PY</td> > <td>Updated "Changes in this Version" section (Appendix D)</td> > </tr> > <tr> > <td>20061019</td> > <td>PY</td> > <td>Completed action item: > <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/57">57</loc> PaulC's comments. > </td> > </tr> > </tbody> > </table> > </inform-div1> > </back> > </spec> > > --- NEW FILE: ws-policy-framework-diff20061102.xml --- > <?xml version="1.0" encoding="utf-8"?> > <!-- $Id: ws-policy-framework-diff20061102.xml,v 1.1 2006/11/02 17:23:30 avedamut Exp $ --> > <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [ > <!ENTITY prefix "ws-policy-framework"> > <!ENTITY % entities SYSTEM "entities.dtd" > > %entities; > <!ENTITY status SYSTEM "status.xml"> > <!ENTITY document.status "Editors' copy $Date: 2006/11/02 17:23:30 $"> > <!ENTITY framework-title "&framework.title;"> > <!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-policy-20060927"> > <!ENTITY hellip "…"> > ]><spec w3c-doctype="wd" role="editors-copy"> > <header> > <title>Web Services Policy 1.5 - Framework</title> > <w3c-designation>ws-policy-framework.html</w3c-designation> > <w3c-doctype>Editors' copy $Date: 2006/11/02 17:23:30 $</w3c-doctype> > <pubdate> > <day>@@</day> > <month>@@@@</month> > [...2142 lines suppressed...] > <td rowspan="1" colspan="1" diff="add">ASV</td> > <td rowspan="1" colspan="1" diff="add">Implemented the > <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0093.html" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"><phrase diff="add">resolution</phrase></loc> > for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3705" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"><phrase diff="add">3705</phrase></loc>. > </td> > </tr> > <tr diff="add"> > <td rowspan="1" colspan="1" diff="add">20061030</td> > <td rowspan="1" colspan="1" diff="add">DBO</td> > <td rowspan="1" colspan="1" diff="add">Implemented the > <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/32" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"><phrase diff="add">resolution</phrase></loc> > titled "Hyperlink terms such as policy expression..." > </td> > </tr> > > </tbody> > </table> > </inform-div1> > </back> > </spec> > > --- NEW FILE: ws-policy-attachment-diff20061102.html --- > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html lang="en-US"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Web Services Policy 1.5 - Attachment -- Review Version</title><style type="text/css"> > code { font-family: monospace; } > > div.constraint, > div.issue, > div.note, > div.notice { margin-left: 2em; } > > dt.label { display: run-in; } > > li, p { margin-top: 0.3em; > margin-bottom: 0.3em; } > > .diff-chg { background-color: yellow; } > .diff-del { background-color: red; text-decoration: line-through;} > .diff-add { background-color: lime; } > > table { empty-cells: show; } > [...3056 lines suppressed...] > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">20061030</td></div> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">DBO</td></div> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">Implemented the > <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/32"><span class="diff-add">resolution</span></a> > titled "Hyperlink terms such as policy expression..." </td></div> > </tr></div> > <div class="diff-add"><tr class="diff-add"> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">20061031</td></div> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">TIB</td></div> > <div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">Completed action item: > <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/58"><span class="diff-add">58</span></a> to add a pointer to the Security Considerations section of the framwork document. > This is a follow-up to closed issue > <a href="http://www.w3.org/2005/06/tracker/wspolicy/actions/110"> <span class="diff-add">110</span></a> > </td></div> > </tr></div> > </tbody> > </table><br> > </div> > </div> > </body></html> > --- NEW FILE: ws-policy-attachment-diff20061102.xml --- > <?xml version="1.0" encoding="utf-8"?> > <!-- $Id: ws-policy-attachment-diff20061102.xml,v 1.1 2006/11/02 17:23:30 avedamut Exp $ --> > <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [ > <!ENTITY prefix "ws-policy-attachment"> > <!ENTITY % entities SYSTEM "entities.dtd"> > %entities; > <!ENTITY status SYSTEM "status-attachment.xml"> > <!ENTITY document.status "Editors' copy $Date: 2006/11/02 17:23:30 $"> > <!ENTITY attachment-title "&attachment.title;"> > <!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-policy-attach-20060927"> > <!ENTITY hellip "…"> > ]><spec w3c-doctype="wd" role="editors-copy"> > <header> > <title>Web Services Policy 1.5 - Attachment</title> > <w3c-designation>ws-policy-attachment.html</w3c-designation> > <w3c-doctype>Editors' copy $Date: 2006/11/02 17:23:30 $</w3c-doctype> > <pubdate> > <day>@@</day> > <month>@@@@</month> > [...2995 lines suppressed...] > <td rowspan="1" colspan="1" diff="add">20061030</td> > <td rowspan="1" colspan="1" diff="add">DBO</td> > <td rowspan="1" colspan="1" diff="add">Implemented the > <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/32" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"><phrase diff="add">resolution</phrase></loc> > titled "Hyperlink terms such as policy expression..." </td> > </tr> > <tr diff="add"> > <td rowspan="1" colspan="1" diff="add">20061031</td> > <td rowspan="1" colspan="1" diff="add">TIB</td> > <td rowspan="1" colspan="1" diff="add">Completed action item: > <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/58" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"><phrase diff="add">58</phrase></loc> to add a pointer to the Security Considerations section of the framwork document. > This is a follow-up to closed issue > <loc href="http://www.w3.org/2005/06/tracker/wspolicy/actions/110" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"> <phrase diff="add">110</phrase></loc> > </td> > </tr> > </tbody> > </table> > </inform-div1> > </back> > </spec> > >
Received on Friday, 3 November 2006 06:22:57 UTC