You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/11/17 01:58:11 UTC

svn commit: r1202962 - /incubator/wookie/trunk/widgets/templates/default.widget.properties

Author: rgardler
Date: Thu Nov 17 00:58:11 2011
New Revision: 1202962

URL: http://svn.apache.org/viewvc?rev=1202962&view=rev
Log:
set a default URL for the wookie server

Modified:
    incubator/wookie/trunk/widgets/templates/default.widget.properties

Modified: incubator/wookie/trunk/widgets/templates/default.widget.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/default.widget.properties?rev=1202962&r1=1202961&r2=1202962&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/default.widget.properties (original)
+++ incubator/wookie/trunk/widgets/templates/default.widget.properties Thu Nov 17 00:58:11 2011
@@ -4,6 +4,8 @@ widget.name=Base Widget
 widget.description=A simple widget that is derived from the base template and nothing more.
 widget.help=<p>There is nothing much to do here, so little need of help.</p>
 
+wookie.url=http://localhost:8080/wookie
+
 # CSS3 media queries used to identify screen size
 widget.media.screen.veryNarrow = only screen and (max-width : 320px)
 widget.media.screen.narrow = only screen and (min-width : 321px) and (max-width : 640px)