Author: rgardler
Date: Fri Nov 16 23:19:03 2012
New Revision: 1410620

URL: http://svn.apache.org/viewvc?rev=1410620&view=rev
Log:
allow overriding of deploy directory

Modified:
    incubator/wookie/trunk/widgets/templates/widgets_build.xml

Modified: incubator/wookie/trunk/widgets/templates/widgets_build.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets_build.xml?rev=1410620&r1=1410619&r2=1410620&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets_build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/widgets_build.xml Fri Nov 16 
23:19:03 2012
@@ -26,7 +26,8 @@ the Wookie directory. It is useful for m
 
     <!-- Edit the value of wookie.root.dir so that it points to your Wookie 
install -->
     <property name="wookie.root.dir" location="../../../"/>
-  
+
+    <property name="widget.deploy.dir" 
location="${project.build.dir}/webapp/wookie/deploy"/>  
     <property name="default.widget.definitions.dir" location="."/>
     <property name="wookie.template.dir" 
location="${wookie.root.dir}/widgets/templates"/>
     <property name="template.dir" location="${wookie.template.dir}"/>          
@@ -66,4 +67,4 @@ the Wookie directory. It is useful for m
           target="generate-widgets">
       </ant>
     </target>
-</project>
\ No newline at end of file
+</project>


Reply via email to