Author: rgardler
Date: Sun Feb 17 00:19:17 2013
New Revision: 1446980
URL: http://svn.apache.org/r1446980
Log:
provide a default value for the template directory
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=1446980&r1=1446979&r2=1446980&view=diff
==============================================================================
--- wookie/trunk/widgets/templates/build.xml (original)
+++ wookie/trunk/widgets/templates/build.xml Sun Feb 17 00:19:17 2013
@@ -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="template.dir"
location="${wookie.root.dir}/widgets/templates"/>
<property name="widget.deploy.compressed" value="true"/>
<import file="${wookie.root.dir}/widgets/build.xml"/>