Author: rgardler
Date: Wed Feb 1 00:02:59 2012
New Revision: 1238872
URL: http://svn.apache.org/viewvc?rev=1238872&view=rev
Log:
common files are not required
Modified:
incubator/wookie/trunk/widgets/templates/enyo/base/template_build.xml
Modified: incubator/wookie/trunk/widgets/templates/enyo/base/template_build.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/enyo/base/template_build.xml?rev=1238872&r1=1238871&r2=1238872&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/enyo/base/template_build.xml
(original)
+++ incubator/wookie/trunk/widgets/templates/enyo/base/template_build.xml Wed
Feb 1 00:02:59 2012
@@ -39,7 +39,7 @@
</filterchain>
</copy>
- <copy todir="${widget.build.dir}">
+ <copy todir="${widget.build.dir}" failonerror="false">
<fileset dir="../common">
<include name="*.html"/>
</fileset>