Author: rgardler
Date: Thu Mar 24 22:37:24 2011
New Revision: 1085172
URL: http://svn.apache.org/viewvc?rev=1085172&view=rev
Log:
Add settings template to seed target. Patch supplied by to Sam Rowley, see
WOOKIE-186.
Modified:
incubator/wookie/trunk/widgets/build.xml
Modified: incubator/wookie/trunk/widgets/build.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/build.xml?rev=1085172&r1=1085171&r2=1085172&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/build.xml (original)
+++ incubator/wookie/trunk/widgets/build.xml Thu Mar 24 22:37:24 2011
@@ -31,7 +31,7 @@
description="get the type of widget required from the user,
unless it has been supplied in the command line"
unless="widget.type">
<input message="What type of widget template do you want to
use?"
- validargs="basic,wave,jqueryMobile"
+ validargs="basic,settings,wave,jqueryMobile"
defaultvalue="basic"
addproperty="widget.type"/>
</target>