Author: scottbw
Date: Thu Nov 26 20:38:06 2009
New Revision: 884694
URL: http://svn.apache.org/viewvc?rev=884694&view=rev
Log:
Added moderator preference to manifest
Modified:
incubator/wookie/trunk/widgets/natter/config.xml
incubator/wookie/trunk/widgets/youdecide/config.xml
Modified: incubator/wookie/trunk/widgets/natter/config.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/natter/config.xml?rev=884694&r1=884693&r2=884694&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/natter/config.xml (original)
+++ incubator/wookie/trunk/widgets/natter/config.xml Thu Nov 26 20:38:06 2009
@@ -7,4 +7,5 @@
<author>Scott Wilson</author>
<license>Licensed under the Apache 2.0 License (see
http://www.apache.org/licenses/LICENSE-2.0). Smileys created by macpoupou and
licensed under Creative Commons Attribution License 3.0. See
http://ismileys.free.fr/smileys/ for more information. </license>
<feature name="http://wave.google.com" required="true"/>
+ <preference name="moderator" value="false"/>
</widget>
\ No newline at end of file
Modified: incubator/wookie/trunk/widgets/youdecide/config.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/youdecide/config.xml?rev=884694&r1=884693&r2=884694&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/youdecide/config.xml (original)
+++ incubator/wookie/trunk/widgets/youdecide/config.xml Thu Nov 26 20:38:06 2009
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
uid="http://www.getwookie.org/widgets/youdecide"
version="1.0"
height="320"
width="255">
<name>You decide</name>
<description>A quick and simple voting widget</description>
<icon src="icon.png"/>
<content src="index.html"/>
<access network="true"/>
<author>Scott Wilson</author>
- <feature name="http://wave.google.com" required="true"/>
</widget>
\ No newline at end of file
+ <feature name="http://wave.google.com" required="true"/>
<preference name="moderator" value="false"/>
</widget>
\ No newline at end of file