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/11/25 18:24:49 UTC

svn commit: r1206266 - in /incubator/wookie/trunk/widgets/templates: itemDetail/template_build.xml login/template_build.xml message/template_build.xml

Author: rgardler
Date: Fri Nov 25 17:24:48 2011
New Revision: 1206266

URL: http://svn.apache.org/viewvc?rev=1206266&view=rev
Log:
only copy widget files once ( in this case when processing the immediate parent template of the widget)

Modified:
    incubator/wookie/trunk/widgets/templates/itemDetail/template_build.xml
    incubator/wookie/trunk/widgets/templates/login/template_build.xml
    incubator/wookie/trunk/widgets/templates/message/template_build.xml

Modified: incubator/wookie/trunk/widgets/templates/itemDetail/template_build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/itemDetail/template_build.xml?rev=1206266&r1=1206265&r2=1206266&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/itemDetail/template_build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/itemDetail/template_build.xml Fri Nov 25 17:24:48 2011
@@ -103,6 +103,7 @@
     <ant antfile="../../build.xml"
          target="_generate_widget">
          <property name="template.name" value="base"/>
+	 <property name="copyWidgetFiles" value="false"/>
     </ant>
   </target>
 </project>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/templates/login/template_build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/login/template_build.xml?rev=1206266&r1=1206265&r2=1206266&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/login/template_build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/login/template_build.xml Fri Nov 25 17:24:48 2011
@@ -43,6 +43,7 @@
     <ant antfile="../../build.xml"
          target="_generate_widget">
       <property name="template.name" value="base"/>
+      <property name="copyWidgetFiles" value="false"/>
     </ant>
   </target>
 </project>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/templates/message/template_build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/message/template_build.xml?rev=1206266&r1=1206265&r2=1206266&view=diff
==============================================================================
Binary files - no diff available.