Author: jerome
Date: 2009-07-02 10:25:24 +0200 (Thu, 02 Jul 2009)
New Revision: 4993

Modified:
   software_suite_v3/software/plugin/plugin-WMP/trunk/resources/plugin.xml
Log:
* Added a task.

Modified: 
software_suite_v3/software/plugin/plugin-WMP/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-WMP/trunk/resources/plugin.xml     
2009-07-02 08:22:10 UTC (rev 4992)
+++ software_suite_v3/software/plugin/plugin-WMP/trunk/resources/plugin.xml     
2009-07-02 08:25:24 UTC (rev 4993)
@@ -33,8 +33,24 @@
         <command
                        name="run"
                        description="Take control of windows media player"
-            daemon="true" />
+            daemon="true" 
+            exclusive="true"/>
        </commands>
     <tasks>
+        <task
+            name="Start daily at"
+            description="Start me daily"
+            command="check"
+            type="daily at"
+            activated="false"
+            
+            weekMask="true,true,true,true,true,true,true"
+            weekMaskType="weekpart"
+            weekMaskVisible="true"
+
+            hoursBegin="07:00:00"
+            hoursBeginMask="true,true,false"
+            hoursBeginVisible="true"
+        />
     </tasks>
 </plugin>


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to