- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Aug 2005 14:23:44 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv5227
Modified Files:
setup-namespaces
Log Message:
Removing wsdl20-extensions.xsd for part2
Index: setup-namespaces
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** setup-namespaces 1 Aug 2005 14:12:16 -0000 1.25
--- setup-namespaces 1 Aug 2005 14:23:42 -0000 1.26
***************
*** 197,200 ****
--- 197,202 ----
&moveSchema("wsdl20-http.xsd", "http", "WSDL 2.0 HTTP Binding", "http");
&moveSchema("wsdl20-rpc.xsd", "rpc", "WSDL 2.0 RPC Style", "rpc");
+ print "Removing wsdl20-extensions.xsd...\n";
+ unlink("$PUBDIR/wsdl20-extensions.xsd");
}
Received on Monday, 1 August 2005 14:23:49 UTC