Author: rgardler
Date: Fri Aug 10 12:03:25 2012
New Revision: 1371675
URL: http://svn.apache.org/viewvc?rev=1371675&view=rev
Log:
ensure all other template properties are loaded first
Modified:
incubator/wookie/trunk/widgets/templates/base/template_build.xml
Modified: incubator/wookie/trunk/widgets/templates/base/template_build.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/template_build.xml?rev=1371675&r1=1371674&r2=1371675&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/template_build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/base/template_build.xml Fri Aug 10
12:03:25 2012
@@ -114,6 +114,9 @@
<expandproperties/>
</filterchain>
</loadfile>
+
+ <!-- load properties we've set in other templates -->
+ <property file="${widget.build.dir}/${widget.shortname}.properties"/>
<echoproperties
destfile="${widget.build.dir}/${widget.shortname}.properties" prefix=""/>
</target>