Author: scottbw
Date: Wed Jan 9 16:39:31 2013
New Revision: 1430950
URL: http://svn.apache.org/viewvc?rev=1430950&view=rev
Log:
Renamed the "Wookie Extension Feature" to use the wookie.apache.org domain name
and updated widgets that rely on it.
Modified:
wookie/trunk/features/wookie-ext/feature.xml
wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java
wookie/trunk/scratchpad/widgets/blitz/config.xml
wookie/trunk/widgets/natter/config.xml
wookie/trunk/widgets/simplechat/config.xml
wookie/trunk/widgets/youdecide/config.xml
Modified: wookie/trunk/features/wookie-ext/feature.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/features/wookie-ext/feature.xml?rev=1430950&r1=1430949&r2=1430950&view=diff
==============================================================================
--- wookie/trunk/features/wookie-ext/feature.xml (original)
+++ wookie/trunk/features/wookie-ext/feature.xml Wed Jan 9 16:39:31 2013
@@ -23,7 +23,7 @@
Many of these are now deprecated as standards have matured.
For more information, see
org.apache.wookie.feature.ext.IWookieExntesionAPI.java
-->
- <name>http://incubator.apache.org/wookie/ext</name>
+ <name>http://wookie.apache.org/ext</name>
<script src="dwr/interface/WookieImpl.js"/>
<script src="wookie.js"/>
</feature>
\ No newline at end of file
Modified:
wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java
URL:
http://svn.apache.org/viewvc/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java?rev=1430950&r1=1430949&r2=1430950&view=diff
==============================================================================
---
wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java
(original)
+++
wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java
Wed Jan 9 16:39:31 2013
@@ -166,7 +166,7 @@ public class WidgetOutputterTest extends
// Load the widget
W3CWidgetFactory fac = new W3CWidgetFactory();
fac.setLocalPath(outputPath);
- fac.setFeatures(new
String[]{"feature:a9bb79c1","http://wave.google.com",
"http://incubator.apache.org/wookie/ext"});
+ fac.setFeatures(new
String[]{"feature:a9bb79c1","http://wave.google.com",
"http://wookie.apache.org/ext"});
fac.setEncodings(new String[]{"UTF-8",
"ISO-8859-1","Windows-1252"});
if (download.exists()) download.delete();
if (output.exists()) output.delete();
Modified: wookie/trunk/scratchpad/widgets/blitz/config.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/scratchpad/widgets/blitz/config.xml?rev=1430950&r1=1430949&r2=1430950&view=diff
==============================================================================
--- wookie/trunk/scratchpad/widgets/blitz/config.xml (original)
+++ wookie/trunk/scratchpad/widgets/blitz/config.xml Wed Jan 9 16:39:31 2013
@@ -24,5 +24,5 @@
<description>Preference and shared data test widget</description>
<content src="index.html"/>
<feature name="http://wave.google.com" required="true"/>
- <feature name="http://incubator.apache.org/wookie/ext" required="true"/>
+ <feature name="http://wookie.apache.org/ext" required="true"/>
</widget>
\ No newline at end of file
Modified: wookie/trunk/widgets/natter/config.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/natter/config.xml?rev=1430950&r1=1430949&r2=1430950&view=diff
==============================================================================
--- wookie/trunk/widgets/natter/config.xml (original)
+++ wookie/trunk/widgets/natter/config.xml Wed Jan 9 16:39:31 2013
@@ -24,6 +24,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"/>
- <feature name="http://incubator.apache.org/wookie/ext" required="true"/>
- <preference name="moderator" value="false"/>
+ <feature name="http://wookie.apache.org/ext" required="true"/>
<preference name="moderator" value="false"/>
</widget>
Modified: wookie/trunk/widgets/simplechat/config.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/simplechat/config.xml?rev=1430950&r1=1430949&r2=1430950&view=diff
==============================================================================
--- wookie/trunk/widgets/simplechat/config.xml (original)
+++ wookie/trunk/widgets/simplechat/config.xml Wed Jan 9 16:39:31 2013
@@ -22,6 +22,6 @@
<author>Apache Wookie (Incubating) Team</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"/>
- <feature name="http://incubator.apache.org/wookie/ext" required="true"/>
+ <feature name="http://wookie.apache.org/ext" required="true"/>
<preference name="moderator" value="false"/>
</widget>
Modified: wookie/trunk/widgets/youdecide/config.xml
URL:
http://svn.apache.org/viewvc/wookie/trunk/widgets/youdecide/config.xml?rev=1430950&r1=1430949&r2=1430950&view=diff
==============================================================================
--- wookie/trunk/widgets/youdecide/config.xml (original)
+++ wookie/trunk/widgets/youdecide/config.xml Wed Jan 9 16:39:31 2013
@@ -24,6 +24,6 @@
<access network="true"/>
<author>Scott Wilson</author>
<feature name="http://wave.google.com" required="true"/>
- <feature name="http://incubator.apache.org/wookie/ext" required="true"/>
+ <feature name="http://wookie.apache.org/ext" required="true"/>
<preference name="moderator" value="false"/>
</widget>