Author: scottbw
Date: Fri Dec 2 14:08:34 2011
New Revision: 1209493
URL: http://svn.apache.org/viewvc?rev=1209493&view=rev
Log:
Fixed an error in the readme for using the template - extra space and extra "="
in task params
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=1209493&r1=1209492&r2=1209493&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/readme.txt (original)
+++ incubator/wookie/trunk/widgets/templates/readme.txt Fri Dec 2 14:08:34 2011
@@ -249,7 +249,7 @@ need to generate and deploy it:
* Ensure that Wookie is running locally
* cd [WOOKIE_HOME]/widgets/template
- * ant generate-widgets -D widget.include==helloWorld
+ * ant generate-widgets -Dwidget.include=helloWorld
* take a look at your new widget in your local instance of Wookie
**** What did we just do?