Author: michiel
Date: 2009-08-13 10:47:32 +0200 (Thu, 13 Aug 2009)
New Revision: 37760

Added:
   mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/config/utils/
   mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/config/utils/crontab.xml
Log:
made the example webapp have a cronjob

Added: 
mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/config/utils/crontab.xml
===================================================================
--- 
mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/config/utils/crontab.xml    
                            (rev 0)
+++ 
mmbase/trunk/example-webapp/src/main/webapp/WEB-INF/config/utils/crontab.xml    
    2009-08-13 08:47:32 UTC (rev 37760)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<!DOCTYPE util PUBLIC "-//MMBase//DTD util config 1.0//EN" 
"http://www.mmbase.org/dtd/util_1_0.dtd";>
+<util>
+  <properties>
+
+    <property name="testjob">*/1 20-23 * * 
*|org.mmbase.applications.crontab.TestCronJob|||balance</property>
+
+  </properties>
+</util>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to