- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 12:54:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist In directory hutz:/tmp/cvs-serv11076 Modified Files: tasklist.xml Log Message: removing mobileOK checker until new output is ready Index: tasklist.xml =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- tasklist.xml 21 Oct 2009 12:52:31 -0000 1.7 +++ tasklist.xml 21 Oct 2009 12:54:15 -0000 1.8 @@ -33,7 +33,7 @@ <observation>css21-validator</observation> <observation>css2-validator</observation> <observation>css3-validator</observation> - <observation>css1-validator</observation> + <observation>css1-validator</observation> </group> </output> </task> @@ -214,7 +214,7 @@ </group> </output> </task> - + <!-- <task id="mobileok"> <routine> <exec id="mobileok" value="mobileok" type="observation" /> @@ -229,7 +229,7 @@ </group> </output> </task> - + --> <task id="custom"> <conds> <cond id="param_css" result="passed" type="parameter" parameter="observers"> @@ -241,9 +241,11 @@ <cond id="param_appc" result="passed" type="parameter" parameter="observers"> <value>appc-checker</value> </cond> + <!-- <cond id="param_mobile" result="passed" type="parameter" parameter="observers"> <value>mobileok</value> </cond> + --> </conds> <routine> @@ -253,9 +255,11 @@ <if test="param_css"> <then><exec id="css" value="css-validator" type="observation" /></then> </if> + <!-- <if test="param_mobile"> <then><exec id="mobileok" value="mobileok" type="observation" /></then> - </if> + </if> + --> <if test="param_appc"> <then><exec id="appc" value="appc-checker" type="observation" /></then> </if> @@ -263,10 +267,10 @@ <parameters> <parameter name="observers" type="checkboxlist" default="" ui="simple"> - <value name="markup-validator"></value> - <value name="css-validator"></value> + <value name="markup-validator"></value> + <value name="css-validator"></value> <value name="appc-checker"></value> - <value name="mobileok"></value> + <!--<value name="mobileok"></value>--> </parameter> <parameter name="profile" type="dropdown" ui="advanced" observer="css-validator" default="css21"/> <parameter name="warning" type="dropdown" ui="advanced" observer="css-validator" default="2"/> @@ -276,9 +280,9 @@ <output> <group> <observation>markup-validator</observation> - <observation>appc-checker</observation> + <observation>appc-checker</observation> <observation>css-validator</observation> - <observation>mobileok</observation> + <!--<observation>mobileok</observation>--> </group> </output> </task>
Received on Wednesday, 21 October 2009 12:54:18 UTC