2002/ws/desc/wsdl20 Makefile.base,1.67,1.68

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv21246

Modified Files:
	Makefile.base 
Log Message:
Added generation of wsdl20-defs.xml


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** Makefile.base	29 Jul 2005 14:33:36 -0000	1.67
--- Makefile.base	29 Jul 2005 15:02:10 -0000	1.68
***************
*** 59,65 ****
  	rm $@.old
  
! $(COMPONENTS): $(WSDL20.xml) 
! 	@echo "Generating $@";\
  	touch $@;\
  	$(XSLTPROC) $(CTABLEXSL) $< > $@
  
--- 59,67 ----
  	rm $@.old
  
! $(COMPONENTS): wsdl20.xml wsdl20-adjuncts.xml wsdl20-specs.xml
! 	@echo "Generating wsdl20-defs.xml";\
  	touch $@;\
+ 	$(XSLTPROC) specs2defs.xsl wsdl20-specs.xml > wsdl20-defs.xml
+ 	@echo "Generating $@";\
  	$(XSLTPROC) $(CTABLEXSL) $< > $@
  

Received on Friday, 29 July 2005 15:02:17 UTC