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/04/01 23:54:40 UTC

svn commit: r1087911 - /incubator/wookie/trunk/widgets/build.xml

Author: rgardler
Date: Fri Apr  1 21:54:40 2011
New Revision: 1087911

URL: http://svn.apache.org/viewvc?rev=1087911&view=rev
Log:
correct deploy message

Modified:
    incubator/wookie/trunk/widgets/build.xml

Modified: incubator/wookie/trunk/widgets/build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/build.xml?rev=1087911&r1=1087910&r2=1087911&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/build.xml (original)
+++ incubator/wookie/trunk/widgets/build.xml Fri Apr  1 21:54:40 2011
@@ -112,7 +112,7 @@
 	<target name="deploy-widget" depends="build-widget">
 		<copy tofile="${wookie.root.dir}/${widget.deploy.dir}/${widget.shortname}.wgt" 
 			  file="${widget.build.dir}/${widget.shortname}.wgt"/>
-   		<echo>Deployed ${wookie.root.dir}/${widget.shortname} to ${widget.deploy.dir}/${widget.deploy.dir}/${widget.shortname}.wgt</echo>
+   		<echo>Deployed "${widget.shortname}" to ${wookie.root.dir}/${widget.deploy.dir}/${widget.shortname}.wgt</echo>
 	</target>
 	
 	<target name="deploy-all" description="deploy all widgets in the base directory">