- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Nov 2006 00:08:44 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv25343
Modified Files:
build.xml
Added Files:
ws-policy-primer-diff20061109.xml
ws-policy-guidelines-diff20061109.xml
ws-policy-primer-diff20061109.html
ws-policy-guidelines-diff20061109.html
Log Message:
Generated Primer and Guidelines DIFF documents
--- NEW FILE: ws-policy-primer-diff20061109.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 - Primer -- 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; }
[...2221 lines suppressed...]
<div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">20061125</td></div>
<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://www.w3.org/Bugs/Public/show_bug.cgi?id=3792#c2"><span class="diff-add">resolution</span></a> for issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3792"><span class="diff-add">3792.</span></a>
Editors Action Item <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/80"><span class="diff-add">80:</span></a> moved
Sections <a href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018/#parts-of-a-policy-assertion">
<span class="diff-add">4.2 Parts of a Policy Assertion</span></a> and
<a href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018/#versioning-policy-language">
<span class="diff-add">4.4.8 Versioning Policy Language</span></a> into Section <a href="#advanced-concepts-policy-expression"><b>3. Advanced Concepts:Concepts I: Policy Expression</b></a>;
moved Section
<a href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018/#advanced-concepts-2-policy-assertion-design">
<span class="diff-add">4 Advanced Concepts II: Policy Assertion Design</span></a> into the Guidelines document.
</td></div>
</tr></div>
</tbody>
</table><br>
</div>
</div>
</body></html>
--- NEW FILE: ws-policy-guidelines-diff20061109.xml ---
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: ws-policy-guidelines-diff20061109.xml,v 1.1 2006/11/26 00:08:41 avedamut Exp $ -->
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [
<!ENTITY % entities SYSTEM "entities.dtd" >
%entities;
<!ENTITY status SYSTEM "status-guidelines.xml">
<!ENTITY document.status "Editors' copy $Date: 2006/11/26 00:08:41 $">
<!ENTITY prevloc "">
<!ENTITY hellip "…">
]><spec w3c-doctype="wd" role="editors-copy">
<header>
<title>Web Services Policy 1.5 - Guidelines for Policy Assertion Authors</title>
<w3c-designation>ws-policy-guidelines.html</w3c-designation>
<w3c-doctype>Editors' copy $Date: 2006/11/26 00:08:41 $</w3c-doctype>
<pubdate>
<day>@@</day>
<month>@@@@</month>
<year>@@@@</year>
</pubdate>
[...2091 lines suppressed...]
<tr>
<td rowspan="1" colspan="1">20061031</td>
<td rowspan="1" colspan="1">UY</td>
<td rowspan="1" colspan="1">Optionality discussion feedback integration</td>
</tr>
<tr diff="add">
<td rowspan="1" colspan="1" diff="add">20061115</td>
<td rowspan="1" colspan="1" diff="add">MH</td>
<td rowspan="1" colspan="1" diff="add">First attempt at restructuring to include primer content</td>
</tr>
<tr diff="add">
<td rowspan="1" colspan="1" diff="add">20061120</td>
<td rowspan="1" colspan="1" diff="add">MH</td>
<td rowspan="1" colspan="1" diff="add">Restructure to address action items 64,77, which refer to bugzilla 3705 and F2F RESOLUTION 3792 </td>
</tr>
</tbody>
</table>
</inform-div1>
</back>
</spec>
Index: build.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- build.xml 2 Nov 2006 17:23:30 -0000 1.19
+++ build.xml 26 Nov 2006 00:08:41 -0000 1.20
@@ -10,6 +10,8 @@
value="extract-glist.xsl"/>
<property name="diffformat" value="diffspec.xsl"/>
<property name="last-public-draft" value="20061102"/>
+ <property name="snap-shot" value="20061109"/>
+
<target name="clean">
<delete quiet="true" file="ws-policy-framework.html"/>
<delete quiet="true" file="ws-policy-attachment.html"/>
@@ -114,9 +116,35 @@
<classpath path="diffmk.jar:DiffMk.properties">
</classpath>
</java>
- <xslt style="${diffformat}" in="ws-policy-framework-diff${last-public-draft}.xml" out="ws-policy-framework-diff${last-public-draft}.html"/>
+ <java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
+ <arg value="--doctype"/>
+ <arg value="xmlspec"/>
+ <arg value="--diff"/>
+ <arg value="both"/>
+ <arg value="--words"/>
+ <arg value="ws-policy-guidelines-${snap-shot}.xml"/>
+ <arg value="ws-policy-guidelines.xml"/>
+ <arg value="ws-policy-guidelines-diff${snap-shot}.xml"/>
+ <classpath path="diffmk.jar:DiffMk.properties">
+ </classpath>
+ </java>
+ <java classname="com.sun.xtc.diffmk.DiffMk" fork="true">
+ <arg value="--doctype"/>
+ <arg value="xmlspec"/>
+ <arg value="--diff"/>
+ <arg value="both"/>
+ <arg value="--words"/>
+ <arg value="ws-policy-primer-${snap-shot}.xml"/>
+ <arg value="ws-policy-primer.xml"/>
+ <arg value="ws-policy-primer-diff${snap-shot}.xml"/>
+ <classpath path="diffmk.jar:DiffMk.properties">
+ </classpath>
+ </java>
+ <xslt style="${diffformat}" in="ws-policy-framework-diff${last-public-draft}.xml" out="ws-policy-framework-diff${last-public-draft}.html"/>
<xslt style="${diffformat}" in="ws-policy-attachment-diff${last-public-draft}.xml" out="ws-policy-attachment-diff${last-public-draft}.html"/>
- </target>
+ <xslt style="${diffformat}" in="ws-policy-primer-diff${snap-shot}.xml" out="ws-policy-primer-diff${snap-shot}.html"/>
+ <xslt style="${diffformat}" in="ws-policy-guidelines-diff${snap-shot}.xml" out="ws-policy-guidelines-diff${snap-shot}.html"/>
+ </target>
<target name="changelog" description="Generate XML out of the CVS change log">
<cvschangelog destfile="changelog.xml"/>
--- NEW FILE: ws-policy-guidelines-diff20061109.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 - Guidelines for Policy Assertion Authors -- 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; }
[...2165 lines suppressed...]
<tr>
<td rowspan="1" colspan="1">20061031</td>
<td rowspan="1" colspan="1">UY</td>
<td rowspan="1" colspan="1">Optionality discussion feedback integration</td>
</tr>
<div class="diff-add"><tr class="diff-add">
<div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">20061115</td></div>
<div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">MH</td></div>
<div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">First attempt at restructuring to include primer content</td></div>
</tr></div>
<div class="diff-add"><tr class="diff-add">
<div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">20061120</td></div>
<div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">MH</td></div>
<div class="diff-add"><td rowspan="1" colspan="1" class="diff-add">Restructure to address action items 64,77, which refer to bugzilla 3705 and F2F RESOLUTION 3792 </td></div>
</tr></div>
</tbody>
</table><br>
</div>
</div>
</body></html>
--- NEW FILE: ws-policy-primer-diff20061109.xml ---
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: ws-policy-primer-diff20061109.xml,v 1.1 2006/11/26 00:08:41 avedamut Exp $ -->
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.10//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-policy-primer">
<!ENTITY % entities SYSTEM "entities.dtd" >
%entities;
<!ENTITY status SYSTEM "status-primer.xml">
<!ENTITY document.status "Editors' copy $Date: 2006/11/26 00:08:41 $">
<!ENTITY primer-title "&primer.title;">
<!ENTITY prevloc "">
<!ENTITY hellip "…">
]><spec w3c-doctype="wd" role="editors-copy">
<header>
<title>Web Services Policy 1.5 - Primer</title>
<w3c-designation>ws-policy-primer.html</w3c-designation>
<w3c-doctype>Editors' copy $Date: 2006/11/26 00:08:41 $</w3c-doctype>
<pubdate>
<day>@@</day>
<month>@@@@</month>
[...2172 lines suppressed...]
<td rowspan="1" colspan="1" diff="add">20061125</td>
<td rowspan="1" colspan="1" diff="add">ASV</td>
<td rowspan="1" colspan="1" diff="add">Implemented the
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3792#c2" 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=3792" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"><phrase diff="add">3792.</phrase></loc>
Editors Action Item <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/80" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace"><phrase diff="add">80:</phrase></loc> moved
Sections <loc href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018/#parts-of-a-policy-assertion" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace">
<phrase diff="add">4.2 Parts of a Policy Assertion</phrase></loc> and
<loc href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018/#versioning-policy-language" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace">
<phrase diff="add">4.4.8 Versioning Policy Language</phrase></loc> into Section <specref ref="advanced-concepts-policy-expression"></specref>;
moved Section
<loc href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018/#advanced-concepts-2-policy-assertion-design" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onRequest" xlink:show="replace">
<phrase diff="add">4 Advanced Concepts II: Policy Assertion Design</phrase></loc> into the Guidelines document.
</td>
</tr>
</tbody>
</table>
</inform-div1>
</back>
</spec>
Received on Sunday, 26 November 2006 00:08:56 UTC