You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/05/06 12:50:43 UTC

svn commit: r941652 - /struts/struts2/trunk/assembly/pom.xml

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>