- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Aug 2009 14:06:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist
In directory hutz:/tmp/cvs-serv17691/WebContent/WEB-INF/resources/tasklist
Modified Files:
Tag: dev2
tasklist.rdf
Log Message:
added the possibility to define the default task (selected task when ucn_task parameter is not specified) by adding ucn:default="true" to the task metadata in the corresponding rdf file. If ucn:default is to be found nowhere, the default task will be the first one found until next initialization (in this case an error is logged).
Index: tasklist.rdf
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/Attic/tasklist.rdf,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- tasklist.rdf 19 Aug 2009 18:48:05 -0000 1.1.2.2
+++ tasklist.rdf 20 Aug 2009 14:06:22 -0000 1.1.2.3
@@ -18,7 +18,7 @@
- <ucn:Task ucn:reference="conformance">
+ <ucn:Task ucn:reference="conformance" ucn:default="true">
<ucn:longName xml:lang="en">General Conformance Check</ucn:longName>
<ucn:longName xml:lang="fr">Vérifie la conformité générale</ucn:longName>
<ucn:description xml:lang="en">This task will do as much observations as possible.</ucn:description>
Received on Thursday, 20 August 2009 14:06:42 UTC