[tuxdroid-svn] r4993 - software_suite_v3/software/plugin/plugin-WMP/trunk/resources
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-07-02 08:25:35
|
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>
|