[tuxdroid-svn] r5059 - in software_suite_v3/software/tool: tool-attitunes-studio/trunk/resources t
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-05 15:17:01
|
Author: remi
Date: 2009-07-05 17:16:54 +0200 (Sun, 05 Jul 2009)
New Revision: 5059
Modified:
software_suite_v3/software/tool/tool-attitunes-studio/trunk/resources/plugin.xml
software_suite_v3/software/tool/tool-tux-controller/trunk/resources/plugin.xml
Log:
* Added tags in the start tool command for "attitunes studio" and "tux controller".
Modified: software_suite_v3/software/tool/tool-attitunes-studio/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/tool/tool-attitunes-studio/trunk/resources/plugin.xml 2009-07-05 14:57:54 UTC (rev 5058)
+++ software_suite_v3/software/tool/tool-attitunes-studio/trunk/resources/plugin.xml 2009-07-05 15:16:54 UTC (rev 5059)
@@ -23,7 +23,9 @@
<commands>
<command
name="run"
- description="Start the tool" />
+ description="Start the tool"
+ daemon="true"
+ notifier="true" />
</commands>
<tasks/>
</plugin>
Modified: software_suite_v3/software/tool/tool-tux-controller/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/tool/tool-tux-controller/trunk/resources/plugin.xml 2009-07-05 14:57:54 UTC (rev 5058)
+++ software_suite_v3/software/tool/tool-tux-controller/trunk/resources/plugin.xml 2009-07-05 15:16:54 UTC (rev 5059)
@@ -17,7 +17,9 @@
<commands>
<command
name="run"
- description="Start the tool" />
+ description="Start the tool"
+ daemon="true"
+ notifier="true" />
</commands>
<tasks/>
</plugin>
|