- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 03 Aug 2004 16:16:50 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools In directory hutz:/tmp/cvs-serv18928 Modified Files: setup-namespaces Log Message: Generating simple types Index: setup-namespaces =================================================================== RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** setup-namespaces 3 Aug 2004 16:01:44 -0000 1.8 --- setup-namespaces 3 Aug 2004 16:16:48 -0000 1.9 *************** *** 155,158 **** --- 155,167 ---- ########################################################################### + # 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
Received on Tuesday, 3 August 2004 12:16:59 UTC