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 2012/03/01 12:09:58 UTC

svn commit: r1295515 - /incubator/wookie/trunk/widgets/templates/base/template_build.xml

Author: rgardler
Date: Thu Mar  1 11:09:58 2012
New Revision: 1295515

URL: http://svn.apache.org/viewvc?rev=1295515&view=rev
Log:
add a placehoder for pre-procesing of template files

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=1295515&r1=1295514&r2=1295515&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/template_build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/base/template_build.xml Thu Mar  1 11:09:58 2012
@@ -20,7 +20,7 @@
   <target name="_init_template"
           description="Define any template specifc properties">
     <echo message="+------------------------------------------"/>
-    <echo message="|  Initialising template properties"/>
+    <echo message="|  Initialising template properties for ${template.name}"/>
     <echo message="+------------------------------------------"/>
 
     <loadfile property="content.scripts"
@@ -118,6 +118,11 @@
     <echoproperties destfile="${widget.build.dir}/${widget.shortname}.properties" prefix=""/>
   </target>
 
+  <target name="_prepare_template_files"
+          description="move all template files into the build director">
+    
+  </target>
+
   <target name="_generate_from_parent_templates">
     <echo message="+------------------------------------------"/>
     <echo message="|  There are no parent templates for ${template.name}"/>