You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/10/30 16:51:25 UTC

svn commit: r1195184 - /incubator/wookie/trunk/widgets/templates/build.xml

Author: rgardler
Date: Sun Oct 30 15:51:24 2011
New Revision: 1195184

URL: http://svn.apache.org/viewvc?rev=1195184&view=rev
Log:
template specific configuration properties were not being used in parent templates

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

Modified: incubator/wookie/trunk/widgets/templates/build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/build.xml?rev=1195184&r1=1195183&r2=1195184&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/build.xml Sun Oct 30 15:51:24 2011
@@ -201,6 +201,9 @@
 
       <mkdir dir="${widget.build.dir}/${widget.shortname}"/>
 
+      <ant antfile="${template.dir}/${template.name}/template_build.xml" 
+           target="_init_template"/>
+    	
       <property file="${widget.build.dir}/${widget.shortname}.properties"/>
       <property file="${template.dir}/default.widget.properties"/>