Author: remi
Date: 2009-06-15 12:20:40 +0200 (Mon, 15 Jun 2009)
New Revision: 4814

Modified:
   
software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml
Log:
* cleaning of alerts

Modified: 
software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml
===================================================================
--- 
software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml
        2009-06-15 10:14:52 UTC (rev 4813)
+++ 
software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml
        2009-06-15 10:20:40 UTC (rev 4814)
@@ -50,7 +50,7 @@
                        description="Check the feed" />
        </commands>
     <tasks>
-         <task
+        <task
             name="Start every x"
             description="Start me every x"
             command="check"
@@ -58,12 +58,38 @@
             activated="false"
           
             weekMask="true,true,true,true,true,true,true"
-            weekMaskType="flat"
+            weekMaskType="weekpart"
             weekMaskVisible="true"
             
             delay="00:01:00"
             delayMask="true,true,true"
+            delayVisible="false"
+        />
+        <task
+            name="Start every x from full hour"
+            description="Start me every x (From full hour)"
+            command="run"
+            type="every x from full hour"
+            activated="false"
+            
+            weekMask="true,true,true,true,true,true,true"
+            weekMaskType="weekpart"
+            weekMaskVisible="true"
+
+            date="0000/00/00"
+            dateVisible="false"
+
+            hoursBegin="00:00:00"
+            hoursBeginMask="true,true,true"
+            hoursBeginVisible="false"
+
+            hoursEnd="23:59:00"
+            hoursEndMask="true,true,true"
+            hoursEndVisible="false"
+
+            delay="00:15:00"
+            delayMask="true,true,false"
             delayVisible="true"
-          />
+        />
     </tasks>
 </plugin>


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to