Author: rgardler
Date: Wed Dec  5 13:55:11 2012
New Revision: 1417422

URL: http://svn.apache.org/viewvc?rev=1417422&view=rev
Log:
by default deploy the compressed widget

Modified:
    wookie/trunk/widgets/templates/build.xml

Modified: wookie/trunk/widgets/templates/build.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/widgets/templates/build.xml?rev=1417422&r1=1417421&r2=1417422&view=diff
==============================================================================
--- wookie/trunk/widgets/templates/build.xml (original)
+++ wookie/trunk/widgets/templates/build.xml Wed Dec  5 13:55:11 2012
@@ -22,6 +22,7 @@
     <property name="widget.build.dir" location="./build"/>
     <property name="widget.defintions.dir" location="widgets"/>
     <property name="wookie.template.dir" 
location="${wookie.root.dir}/widgets/templates"/>
+    <property name="widget.deploy.compressed" value="true"/>
 
     <import file="${wookie.root.dir}/widgets/build.xml"/>
        


Reply via email to