Author: rgardler
Date: Thu Mar 1 11:06:08 2012
New Revision: 1295511
URL: http://svn.apache.org/viewvc?rev=1295511&view=rev
Log:
fix typo - this prevents content from being copied twice
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=1295511&r1=1295510&r2=1295511&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/build.xml Thu Mar 1 11:06:08 2012
@@ -107,7 +107,7 @@
</target>
<target name="_copy_widget_files"
- unless="copyWiodgetFiles">
+ unless="copyWidgetFiles">
<echo message="+------------------------------------------"/>
<echo message="| Copying widget files: ${widget.shortname}" />
<echo message="+------------------------------------------"/>