Author: rgardler
Date: Wed Nov 16 10:59:20 2011
New Revision: 1202633
URL: http://svn.apache.org/viewvc?rev=1202633&view=rev
Log:
clearer readme docs
Modified:
incubator/wookie/trunk/widgets/templates/readme.txt
Modified: incubator/wookie/trunk/widgets/templates/readme.txt
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/readme.txt?rev=1202633&r1=1202632&r2=1202633&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/readme.txt (original)
+++ incubator/wookie/trunk/widgets/templates/readme.txt Wed Nov 16 10:59:20 2011
@@ -403,9 +403,16 @@ versions of the templates.
** Building the real widgets
To build and deploy the Rave in Context widgets run "ant
-generate-widgets". You can optionally add
-"-Dwidget.include=WIDGET_PATTERN" where "WIDGET_PATTERN" is an include
-pattern that describes which widgets should be generated and
-deployed. For example, "and generate-widgets -Dwidget.include=*browse"
+generate-widgets".
+
+You can optionally add
+
+"-Dwidget.include=WIDGET_PATTERN"
+
+where "WIDGET_PATTERN" is an include pattern that describes which widgets
should be generated and deployed. For example,
+
+"ant generate-widgets -Dwidget.include=*browse"
+
will generate all widgets that have a name ending in "browse".
+