Author: scottbw
Date: Thu Nov  5 23:19:03 2009
New Revision: 833234

URL: http://svn.apache.org/viewvc?rev=833234&view=rev
Log:
Fix for WOOKIE-43 when using derby; this was missed out earlier when applying 
patches to the build system. 

Modified:
    incubator/wookie/trunk/scripts/derby/widgetdb.sql

Modified: incubator/wookie/trunk/scripts/derby/widgetdb.sql
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/scripts/derby/widgetdb.sql?rev=833234&r1=833233&r2=833234&view=diff
==============================================================================
--- incubator/wookie/trunk/scripts/derby/widgetdb.sql (original)
+++ incubator/wookie/trunk/scripts/derby/widgetdb.sql Thu Nov  5 23:19:03 2009
@@ -3,5 +3,5 @@
 INSERT INTO WidgetService VALUES 
(1,'unsupported'),(2,'chat'),(3,'discussion'),(4,'forum'),(5,'vote'),(6,'natter'),(7,'weather');
 INSERT INTO WidgetType VALUES 
(1,1,'unsupported'),(2,2,'chat'),(3,3,'forum'),(4,3,'discussion'),(5,4,'vote'),(6,5,'natter'),(7,6,'weather');
 INSERT INTO Whitelist VALUES 
(1,'http://127.0.0.1'),(2,'http://localhost'),(3,'http://feeds.bbc.co.uk/weather/feeds/rss');
-INSERT INTO ServerFeature VALUES 
(1,'http://wave.google.com','org.tencompetence.widgetservice.feature.wave.WaveAPIImpl'),(2,'http://www.getwookie.org/usefeature/polling','org.tencompetence.widgetservice.feature.polling.impl.WookiePollingImpl');
+INSERT INTO ServerFeature VALUES 
(1,'org.apache.wookie.feature.wave.WaveAPIImpl','http://wave.google.com'),(2,'org.apache.wookie.feature.polling.impl.WookiePollingImpl','http://www.getwookie.org/usefeature/polling');
 INSERT INTO ApiKey VALUES (1,'TEST','[email protected]')
\ No newline at end of file


Reply via email to