Author: lukaszlenart
Date: Thu May  6 10:50:43 2010
New Revision: 941652

URL: http://svn.apache.org/viewvc?rev=941652&view=rev
Log:
Removed additional space in wget argument definition

Modified:
    struts/struts2/trunk/assembly/pom.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=941652&r1=941651&r2=941652&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu May  6 10:50:43 2010
@@ -269,7 +269,7 @@
                                     <arg value="-nv" />
                                     <arg value="-E" />
                                     <arg value="-L" />
-                                    <arg value="- 
-directory-prefix=${project.build.directory}/cwiki" />
+                                    <arg 
value="--directory-prefix=${project.build.directory}/cwiki" />
                                     <arg value="-r" />
                                     <arg value="http://cwiki.apache.org/WW/"; />
                                 </exec>


Reply via email to