2006/unicorn/WebContent/WEB-INF/resources/tasklist tasklist.xml,1.13,1.14

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist
In directory hutz:/tmp/cvs-serv21212/WebContent/WEB-INF/resources/tasklist

Modified Files:
	tasklist.xml 
Log Message:
added attribute "default" to the xml task object. If set to true the coresponding task will be the on selected by default on the index page.

Index: tasklist.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- tasklist.xml	4 Mar 2010 17:15:48 -0000	1.13
+++ tasklist.xml	4 Mar 2010 18:47:17 -0000	1.14
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://www.w3.org/unicorn/tasklist ../schemas/tasklist.xsd"
 	xmlns="http://www.w3.org/unicorn/tasklist">
 
-	<task id="conformance">
+	<task id="conformance" default="true">
 
 		<routine>
 			<exec id="markup-validator" value="markup-validator" type="observation" />

Received on Thursday, 4 March 2010 18:47:20 UTC