Author: scottbw
Date: Fri Nov 27 12:15:35 2009
New Revision: 884852
URL: http://svn.apache.org/viewvc?rev=884852&view=rev
Log:
Added manifests for default widgets
Added:
incubator/wookie/trunk/widgets/chat/config.xml (with props)
incubator/wookie/trunk/widgets/forum/config.xml (with props)
incubator/wookie/trunk/widgets/notsupported/config.xml (with props)
incubator/wookie/trunk/widgets/vote/config.xml (with props)
Added: incubator/wookie/trunk/widgets/chat/config.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/chat/config.xml?rev=884852&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/chat/config.xml (added)
+++ incubator/wookie/trunk/widgets/chat/config.xml Fri Nov 27 12:15:35 2009
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets"
id="http://www.getwookie.org/widgets/chat" height="358" width="500">
+ <name>Chat</name>
+ <description>basic chat widget</description>
+ <icon src="icon.png"/>
+ <content src="index.htm"/>
+ <author>Paul Sharples</author>
+ <license>Licensed under the Apache 2.0 License (see
http://www.apache.org/licenses/LICENSE-2.0).</license>
+ <feature name="http://wave.google.com" required="true"/>
+ <preference name="moderator" value="false"/>
+</widget>
\ No newline at end of file
Propchange: incubator/wookie/trunk/widgets/chat/config.xml
------------------------------------------------------------------------------
svn:executable = *
Added: incubator/wookie/trunk/widgets/forum/config.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/forum/config.xml?rev=884852&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/forum/config.xml (added)
+++ incubator/wookie/trunk/widgets/forum/config.xml Fri Nov 27 12:15:35 2009
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets"
id="http://www.getwookie.org/widgets/chat" height="350" width="520">
+ <name>Forum</name>
+ <description>basic forum widget</description>
+ <icon src="icon.png"/>
+ <content src="index.htm"/>
+ <author>Paul Sharples</author>
+ <license>Licensed under the Apache 2.0 License (see
http://www.apache.org/licenses/LICENSE-2.0).</license>
+ <feature name="http://wave.google.com" required="true"/>
+ <preference name="moderator" value="false"/>
+</widget>
\ No newline at end of file
Propchange: incubator/wookie/trunk/widgets/forum/config.xml
------------------------------------------------------------------------------
svn:executable = *
Added: incubator/wookie/trunk/widgets/notsupported/config.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/notsupported/config.xml?rev=884852&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/notsupported/config.xml (added)
+++ incubator/wookie/trunk/widgets/notsupported/config.xml Fri Nov 27 12:15:35
2009
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="http://unsupported"
height="358" width="500">
+ <name>Unsupported</name>
+ <description>Unsupported widget widget</description>
+ <icon src="icon.png"/>
+ <content src="index.htm"/>
+ <author>Paul Sharples</author>
+ <license>Licensed under the Apache 2.0 License (see
http://www.apache.org/licenses/LICENSE-2.0).</license>
+</widget>
\ No newline at end of file
Propchange: incubator/wookie/trunk/widgets/notsupported/config.xml
------------------------------------------------------------------------------
svn:executable = *
Added: incubator/wookie/trunk/widgets/vote/config.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/vote/config.xml?rev=884852&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/vote/config.xml (added)
+++ incubator/wookie/trunk/widgets/vote/config.xml Fri Nov 27 12:15:35 2009
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets"
id="http://www.getwookie.org/widgets/chat" height="350 " width="500">
+ <name>Vote</name>
+ <description>basic voting widget</description>
+ <icon src="icon.png"/>
+ <content src="index.htm"/>
+ <author>Paul Sharples</author>
+ <license>Licensed under the Apache 2.0 License (see
http://www.apache.org/licenses/LICENSE-2.0).</license>
+ <feature name="http://wave.google.com" required="true"/>
+ <preference name="moderator" value="false"/>
+</widget>
\ No newline at end of file
Propchange: incubator/wookie/trunk/widgets/vote/config.xml
------------------------------------------------------------------------------
svn:executable = *