2002/ws/desc/wsdl20 Makefile.base,1.92,1.93

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

Modified Files:
	Makefile.base 
Log Message:
Added SHOWASSERTIONS variable, set to falso by default for now


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** Makefile.base	18 Nov 2005 19:24:20 -0000	1.92
--- Makefile.base	21 Nov 2005 14:01:45 -0000	1.93
***************
*** 47,50 ****
--- 47,51 ----
  
  STYLESHEET=xmlspec-wsdl.xsl
+ SHOWASSERTIONS=false
  
  all: $(WSDL20.html) $(WSDL20-z.html)
***************
*** 52,56 ****
  $(WSDL20.html): $(COMPONENTS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES)
  	@echo "Generating $@";\
! 	$(XSLTPROC) --stringparam showZed false --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
  	@echo "Running tidy on $@";\
  	mv $@  $@.old; \
--- 53,57 ----
  $(WSDL20.html): $(COMPONENTS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES)
  	@echo "Generating $@";\
! 	$(XSLTPROC) --stringparam showZed false --stringparam showAssertions $(SHOWASSERTIONS) --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
  	@echo "Running tidy on $@";\
  	mv $@  $@.old; \
***************
*** 77,81 ****
  ifdef HASZ
  	@echo "Generating $@";\
! 	$(XSLTPROC) --stringparam showZed true --stringparam interactive true --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
  	@echo "Running tidy on $@";\
  	$(TIDY) $@ > $@.tidy 2>./tidy-output.txt;\
--- 78,82 ----
  ifdef HASZ
  	@echo "Generating $@";\
! 	$(XSLTPROC) --stringparam showZed true --stringparam showAssertions true --stringparam interactive true --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
  	@echo "Running tidy on $@";\
  	$(TIDY) $@ > $@.tidy 2>./tidy-output.txt;\

Received on Monday, 21 November 2005 14:01:52 UTC