2006/unicorn/WebContent/WEB-INF/resources/tasklist tasklist.xml,1.3,1.4

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

Modified Files:
	tasklist.xml 
Log Message:
removed isHtml test before appc checker

Index: tasklist.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tasklist.xml	16 Sep 2009 16:44:42 -0000	1.3
+++ tasklist.xml	22 Sep 2009 11:58:50 -0000	1.4
@@ -34,11 +34,7 @@
 
 		<routine>
 			<exec id="markup-validator" value="markup-validator" type="observation" />
-			<if test="is-html">
-			<then>
-				<exec id="appc-checker" value="appc-checker" type="observation" />
-			</then>
-			</if>
+			<exec id="appc-checker" value="appc-checker" type="observation" />
 			<exec id="css2" value="css2-validator" type="observation" />
 			<exec id="css21" value="css21-validator" type="observation" />
 			<exec id="css3" value="css3-validator" type="observation" />

Received on Tuesday, 22 September 2009 11:59:02 UTC