2006/unicorn/WebContent/WEB-INF/resources/tasklist tasklist.xml,1.1,1.2

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

Modified Files:
	tasklist.xml 
Log Message:
fixed default parameter value of "custom" task

Index: tasklist.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tasklist.xml	16 Sep 2009 11:57:24 -0000	1.1
+++ tasklist.xml	16 Sep 2009 12:05:44 -0000	1.2
@@ -307,7 +307,7 @@
 		</routine>
 
 		<parameters>
-			<parameter name="observers" type="checkboxlist" default="css-validator" ui="simple">
+			<parameter name="observers" type="checkboxlist" default="markup-validator" ui="simple">
 				<value name="css1-validator"></value>
 				<value name="css2-validator"></value>
 				<value name="css21-validator"></value>

Received on Wednesday, 16 September 2009 12:05:56 UTC