- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 May 2005 11:04:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv31467
Modified Files:
setup-namespaces
Log Message:
No need for simple types anymore
Index: setup-namespaces
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** setup-namespaces 20 Dec 2004 18:37:46 -0000 1.13
--- setup-namespaces 3 May 2005 11:04:31 -0000 1.14
***************
*** 163,175 ****
###########################################################################
- # Simple types
-
- if ($ID eq 'PART1') {
- my $c = &readFromTemplate("simple-types.html");
- &writeInDoc("$TARGET/../wsdl-simple-types.html", $c);
- print "Generated wsdl-simple-types.html\n";
- }
-
- ###########################################################################
# Patterns
--- 163,166 ----
Received on Tuesday, 3 May 2005 11:04:40 UTC