Author: rgardler
Date: Thu Aug  9 09:19:39 2012
New Revision: 1371115

URL: http://svn.apache.org/viewvc?rev=1371115&view=rev
Log:
make the parent include template use the parameterised antfile

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=1371115&r1=1371114&r2=1371115&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/template_build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/base/template_build.xml Thu Aug  9 
09:19:39 2012
@@ -130,10 +130,11 @@
     <echo message="+------------------------------------------"/>
 
     <!--
-        <ant antfile="../../build.xml"
-             target="_generate_widget">
-             <property name="template.name" value="base"/>
-        </ant>
+    <ant antfile="${wookie.template.dir}/build.xml"
+        target="_generate_widget">
+      <property name="template.name" value="twoColumn"/>
+      <property name="copyWidgetFiles" value="false"/>
+    </ant>
     -->
   </target>
 </project>
\ No newline at end of file


Reply via email to