- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Apr 2006 16:03:44 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory homer:/tmp/cvs-serv5065 Modified Files: Makefile.base Log Message: Removed pubrules validation Index: Makefile.base =================================================================== RCS file: /sources/public/2004/ws/addressing/Makefile.base,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Makefile.base 21 Mar 2006 10:19:16 -0000 1.28 --- Makefile.base 21 Apr 2006 16:03:42 -0000 1.29 *************** *** 29,33 **** VALIDATESCHEMA=$(TOOLS)/validate-schema.sh XSLTPROC=xsltproc - PUBRULESCHECK=java -cp $(TOOLS)/serializer.jar -jar $(TOOLS)/xalan.jar -PARAM doc_uri http://www.w3.org/TR/$(YEAR)/$(DOCNAME) -XSL http://www.w3.org/2001/07/pubrules-checker.xml -IN NSCHECK=REQUEST_METHOD="GET" SCRIPT_NAME=nschecker python $(TOOLS)/nschecker SETUP-NAMESPACES=$(TOOLS)/setup-namespaces --- 29,32 ---- *************** *** 82,86 **** endif ! check.txt: trhtml valid-html.txt valid-pubrules.html valid-ns.html checkspell.txt valid-links.txt valid-html.txt: $(ADDR.html) --- 81,85 ---- endif ! check.txt: trhtml valid-html.txt valid-ns.html checkspell.txt valid-links.txt valid-html.txt: $(ADDR.html) *************** *** 94,103 **** @cat valid-xml.txt - valid-pubrules.html: $(ADDR.html) valid-html.txt - ifndef QUICK - echo "Running pubrules checker";\ - $(PUBRULESCHECK) $(ADDR.html)> $@ - endif - valid-ns.html: $(ADDR.html) valid-html.txt ifndef QUICK --- 93,96 ---- *************** *** 106,114 **** endif - validate-pubrules: valid-pubrules.html - ifndef QUICK - @lynx -dump $? - endif - validate-ns: valid-ns.html ifndef QUICK --- 99,102 ---- *************** *** 126,130 **** endif ! check: validate-xml validate-html validate-pubrules validate-ns checkspell validate-links valid-xml.txt: $(ADDR.xml) --- 114,118 ---- endif ! check: validate-xml validate-html validate-ns checkspell validate-links valid-xml.txt: $(ADDR.xml) *************** *** 188,192 **** clean: ! rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./valid-schemas.txt ./tidy-output.txt $(ADDR.html) diff.html $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) ! .PHONY: install install-tr validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements trhtml trall altformats ws-addr ws-addr-wsdl --- 176,180 ---- clean: ! rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-ns.html ./valid-schemas.txt ./tidy-output.txt $(ADDR.html) diff.html $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) ! .PHONY: install install-tr validate-html validate-xml spellcheck pubinstall clean schemas directory check.txt acknowledgements trhtml trall altformats ws-addr ws-addr-wsdl
Received on Friday, 21 April 2006 16:03:48 UTC