Author: scottbw
Date: Wed Jan  9 15:55:22 2013
New Revision: 1430915

URL: http://svn.apache.org/viewvc?rev=1430915&view=rev
Log:
Ensure all sample widgets are deployed by default in compressed (.wgt) form

Modified:
    wookie/trunk/widgets/build.xml

Modified: wookie/trunk/widgets/build.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/widgets/build.xml?rev=1430915&r1=1430914&r2=1430915&view=diff
==============================================================================
--- wookie/trunk/widgets/build.xml (original)
+++ wookie/trunk/widgets/build.xml Wed Jan  9 15:55:22 2013
@@ -24,6 +24,8 @@
        <property name="wookie.widgets.dir" location="."/>
        <property name="widget.template.dir" 
value="${wookie.widgets.dir}/widget-template"/>
     <property name="widget.build.dir" value="${project.build.dir}/widgets"/>
+       
+       <property name="widget.deploy.compressed" value="true" />
 
        <target name="_get-widget-name" unless="widget.shortname">
                <input message="What is the short name of the widget you wish 
to work with?" 


Reply via email to