2006/ws/policy build.xml,1.13,1.14

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

Modified Files:
	build.xml 
Log Message:
Updated diff generation, now with diff to Last public WD 20060927.

Index: build.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- build.xml	2 Oct 2006 02:33:29 -0000	1.13
+++ build.xml	2 Oct 2006 04:35:10 -0000	1.14
@@ -9,7 +9,7 @@
 	<property name="glossary"
 	value="extract-glist.xsl"/>
 	<property name="diffformat" value="diffspec.xsl"/>
-	<property name="last-public-draft" value="20060731"/>
+	<property name="last-public-draft" value="20060927"/>
 	<target name="clean">
 		<delete quiet="true" file="ws-policy-framework.html"/>
 		<delete quiet="true" file="ws-policy-attachment.html"/>
@@ -78,7 +78,7 @@
       <arg value="-diff"/>
       <arg value="both"/>
       <arg value="-words"/>
-      <arg value="prev-pub/ws-policy-framework.xml"/>
+      <arg value="http://www.w3.org/2002/ws/policy/6/09/27/framework/ws-policy-framework.xml"/>
       <arg value="ws-policy-framework.xml"/>
       <arg value="ws-policy-framework-diff${last-public-draft}.xml"/>
       <classpath path="diffmk.jar:DiffMk.properties">    
@@ -90,7 +90,7 @@
       <arg value="-diff"/>
       <arg value="both"/>
       <arg value="-words"/>
-      <arg value="prev-pub/ws-policy-attachment.xml"/>
+      <arg value="http://www.w3.org/2002/ws/policy/6/09/27/attachment/ws-policy-attachment.xml"/>
       <arg value="ws-policy-attachment.xml"/>
       <arg value="ws-policy-attachment-diff${last-public-draft}.xml"/>
       <classpath path="diffmk.jar:DiffMk.properties">    

Received on Monday, 2 October 2006 04:35:21 UTC