You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/01/11 03:13:52 UTC

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

Author: musachy
Date: Sat Jan 10 18:13:51 2009
New Revision: 733409

URL: http://svn.apache.org/viewvc?rev=733409&view=rev
Log:
fix bad formatting

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=733409&r1=733408&r2=733409&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Sat Jan 10 18:13:51 2009
@@ -249,11 +249,11 @@
                             <tasks>
                                 <mkdir dir="${project.build.directory}/cwiki" />
                                 <exec executable="wget">
-                        				    <arg value="--progress=dot:mega" />
-                        				    <arg value="-nc" />
-                        				    <arg value="--output-document=${project.build.directory}/docs.zip" />
-                        				    <arg value="http://struts.apache.org/2.x/docs.zip" />
-                        				</exec>    
+                                    <arg value="--progress=dot:mega" />
+                                    <arg value="-nc" />
+                                    <arg value="--output-document=${project.build.directory}/docs.zip" />
+                                    <arg value="http://struts.apache.org/2.x/docs.zip" />
+                                </exec>    
                                 <unzip src="${project.build.directory}/docs.zip" dest="${project.build.directory}/cwiki" />
                             </tasks>
                         </configuration>