- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2005 15:29:09 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv969
Modified Files:
wsdl20-adjuncts.xml wsdl20.xml entities.dtd
acknowledgements.xml
Log Message:
Updated editors' list and acknowledgements section (moved previous editors to the back)
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.254
retrieving revision 1.255
diff -C2 -d -r1.254 -r1.255
*** wsdl20.xml 5 May 2005 15:18:16 -0000 1.254
--- wsdl20.xml 5 May 2005 15:29:07 -0000 1.255
***************
*** 3,6 ****
--- 3,13 ----
<?xml-stylesheet type='text/xsl' href='xmlspec-wsdl.xsl' ?>
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd"[
+ <!ENTITY extra-ack "<p>Previous editors of this document were:
+ <ulist>
+ <item><p>Martin Gudgin, Microsoft</p></item>
+ <item><p>Jeffrey Schlimmer, Microsoft</p></item>
+ </ulist>
+ </p>
+ ">
<!ENTITY % entities SYSTEM "entities.dtd" >
<!ENTITY prefix "wsdl20">
***************
*** 51,58 ****
</author>
<author>
- <name>Martin Gudgin</name>
- <affiliation>Microsoft</affiliation>
- </author>
- <author>
<name>Jean-Jacques Moreau</name>
<affiliation>Canon</affiliation>
--- 58,61 ----
***************
*** 63,72 ****
</author>
<author>
- <name>Jeffrey Schlimmer</name>
- <affiliation>Microsoft</affiliation>
- </author>
- <author>
<name>Sanjiva Weerawarana</name>
- <affiliation>IBM Research</affiliation>
</author>
</authlist>
--- 66,70 ----
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** wsdl20-adjuncts.xml 5 May 2005 14:45:03 -0000 1.42
--- wsdl20-adjuncts.xml 5 May 2005 15:29:07 -0000 1.43
***************
*** 3,6 ****
--- 3,14 ----
<?xml-stylesheet type='text/xsl' href='xmlspec-wsdl.xsl'?>
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd"[
+ <!ENTITY extra-ack "<p>Previous editors of this document were:
+ <ulist>
+ <item><p>Martin Gudgin, Microsoft</p></item>
+ <item><p>Philippe Le Hégaret, W3C</p></item>
+ <item><p>Jeffrey Schlimmer, Microsoft</p></item>
+ </ulist>
+ </p>
+ ">
<!ENTITY % entities SYSTEM "entities.dtd" >
<!ENTITY prefix "wsdl20-adjuncts">
***************
*** 41,48 ****
<affiliation>Sun Microsystems</affiliation>
</author>
- <author>
- <name>Martin Gudgin</name>
- <affiliation>Microsoft</affiliation>
- </author>
<author>
<name>Hugo Haas</name>
--- 49,52 ----
***************
*** 50,62 ****
</author>
<author>
! <name>Philippe Le Hégaret</name>
! <affiliation>W3C</affiliation>
</author>
- <author>
- <name>Amy Lewis</name>
- <affiliation>TIBCO</affiliation>
- </author>
<author>
! <name>Jean-Jacques Moreau</name>
<affiliation>Canon</affiliation>
</author>
--- 54,62 ----
</author>
<author>
! <name>Amy Lewis</name>
! <affiliation>TIBCO</affiliation>
</author>
<author>
! <name>Jean-Jacques Moreau</name>
<affiliation>Canon</affiliation>
</author>
***************
*** 66,75 ****
</author>
<author>
- <name>Jeffrey Schlimmer</name>
- <affiliation>Microsoft</affiliation>
- </author>
- <author>
<name>Sanjiva Weerawarana</name>
- <affiliation>IBM Research</affiliation>
</author>
</authlist>
--- 66,70 ----
Index: acknowledgements.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/acknowledgements.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** acknowledgements.xml 4 May 2005 15:27:39 -0000 1.4
--- acknowledgements.xml 5 May 2005 15:29:07 -0000 1.5
***************
*** 4,7 ****
--- 4,10 ----
<p>This document is the work of the <loc href="http://www.w3.org/2002/ws/desc/">W3C Web Service
Description Working Group</loc>.</p>
+
+ &extra-ack;
+
<p>Members of the Working Group are (at the time of writing, and by
alphabetical order):
Index: entities.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entities.dtd,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** entities.dtd 19 Apr 2005 10:41:21 -0000 1.22
--- entities.dtd 5 May 2005 15:29:07 -0000 1.23
***************
*** 1,12 ****
<!--
comment this entity for publication
- -->
<!ENTITY % sub.entities SYSTEM "entitiesedcopy.dtd" >
<!--
uncomment the following entity for publication, and change the date
in entitieswd.dtd
- <!ENTITY % sub.entities SYSTEM "entitieswd.dtd" >
-->
%sub.entities;
--- 1,12 ----
<!--
comment this entity for publication
<!ENTITY % sub.entities SYSTEM "entitiesedcopy.dtd" >
+ -->
<!--
uncomment the following entity for publication, and change the date
in entitieswd.dtd
-->
+ <!ENTITY % sub.entities SYSTEM "entitieswd.dtd" >
%sub.entities;
***************
*** 32,35 ****
--- 32,36 ----
<!ENTITY wgmb "%wgmb;" >
<!ENTITY prevwgmb "%prevwgmb;" >
+ <!ENTITY extra-ack "">
<!-- XML Namespaces used in the drafts -->
Received on Thursday, 5 May 2005 15:29:23 UTC