- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 16 Sep 2012 09:36:07 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20 In directory hutz:/tmp/cvs-serv15866 Modified Files: build.xml Log Message: html5 jar fix Index: build.xml =================================================================== RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- build.xml 15 Sep 2012 21:47:07 -0000 1.8 +++ build.xml 16 Sep 2012 09:36:04 -0000 1.9 @@ -11,9 +11,12 @@ <path id="jing.classpath"> <pathelement location="tools/jing.jar"/> </path> - <path id="parse-html5-class"> + <path id="parse-html5.classpath"> <pathelement location="tools/run-html5.jar"/> </path> + <path id="html5parser.classpath"> + <pathelement location="tools/htmlparser-1.4.jar"/> + </path> <!-- Run this before publication or if new people join the working group, put the output into its20.odd --> <target name="updateAcks"> @@ -37,7 +40,8 @@ <target name="odd2xmlspec" depends="validateOdd"> <java fork="true" classname="com.icl.saxon.StyleSheet"> <classpath refid="saxon1-0.classpath"/> - <classpath refid="parse-html5-class"/> + <classpath refid="parse-html5.classpath"/> + <classpath refid="html5parser.classpath"/> <arg value="-o"/> <arg value="temp/its20-xmlspec.xml"/> <arg value="its20.odd"/>
Received on Sunday, 16 September 2012 09:36:08 UTC