2006/unicorn/WebContent/WEB-INF/resources/tasklist tasklist.xml,1.17,1.18

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

Modified Files:
	tasklist.xml 
Log Message:
added task "test" which allows developers to test their unicorn output easily before their tool is integrated into unicorn. This task should be removed in production

Index: tasklist.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- tasklist.xml	5 Mar 2010 19:23:10 -0000	1.17
+++ tasklist.xml	14 May 2010 16:01:37 -0000	1.18
@@ -283,4 +283,20 @@
 		</output>
 	</task>
 
+	<!-- This task allows developers to test their Unicorn output easily. It should removed in production. -->
+	<task id="test">
+		<routine>
+			<exec id="test" value="test" type="observation" />
+		</routine>
+
+		<parameters>
+		</parameters>
+
+		<output>
+			<group>
+				<observation>test</observation>
+			</group>
+		</output>
+	</task>
+
 </tasklist>

Received on Friday, 14 May 2010 16:01:42 UTC