Author: rgardler
Date: Wed Mar 30 21:11:20 2011
New Revision: 1087075
URL: http://svn.apache.org/viewvc?rev=1087075&view=rev
Log:
add s5 widget to seed-widget target
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=1087075&r1=1087074&r2=1087075&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/build.xml (original)
+++ incubator/wookie/trunk/widgets/build.xml Wed Mar 30 21:11:20 2011
@@ -34,7 +34,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,settings,wave,jqueryMobile"
+ validargs="basic,settings,wave,jqueryMobile,s5"
defaultvalue="basic"
addproperty="widget.type"/>
</target>