- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Oct 2009 17:46:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist In directory hutz:/tmp/cvs-serv20181/WebContent/WEB-INF/resources/tasklist Modified Files: tasklist.xml tasklist.rdf Log Message: changed parameter name for the custom task from 'observers' to 'tests' Index: tasklist.rdf =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.rdf,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- tasklist.rdf 21 Oct 2009 13:42:06 -0000 1.12 +++ tasklist.rdf 22 Oct 2009 17:46:04 -0000 1.13 @@ -147,7 +147,7 @@ <ucn:description xml:lang="en">Lets you choose which checks to perform</ucn:description> <ucn:description xml:lang="fr">Sélectionnez les tests à effectuer</ucn:description> <ucn:hasParameter> - <ucn:CheckBoxList ucn:reference="observers"> + <ucn:CheckBoxList ucn:reference="tests"> <ucn:longName xml:lang="en">Tests:</ucn:longName> <ucn:longName xml:lang="fr">Tests :</ucn:longName> <ucn:hasValue> Index: tasklist.xml =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- tasklist.xml 21 Oct 2009 15:09:18 -0000 1.9 +++ tasklist.xml 22 Oct 2009 17:46:04 -0000 1.10 @@ -262,11 +262,11 @@ </routine> <parameters> - <parameter name="observers" type="checkboxlist" default="" ui="simple"> + <parameter name="tests" type="checkboxlist" default="" ui="simple"> <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"/> @@ -278,7 +278,7 @@ <observation>markup-validator</observation> <observation>appc-checker</observation> <observation>css-validator</observation> - <observation>mobileok</observation> + <observation>mobileok</observation> </group> </output> </task>
Received on Thursday, 22 October 2009 17:46:10 UTC