Commented out ssh task

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@941743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2010-05-06 14:05:50 +00:00
parent 38ce52ebaa
commit 5fa5f513b4
+2
View File
@@ -259,10 +259,12 @@
<configuration>
<tasks>
<mkdir dir="${project.build.directory}/cwiki" />
<!--
<exec executable="ssh" failonerror="true" >
<arg line="${username}@people.apache.org /www/struts.apache.org/2.x/docs-zip2.sh" />
</exec>
<unzip src="${project.build.directory}/docs.zip" dest="${project.build.directory}/cwiki" />
-->
<exec executable="wget">
<arg value="-erobots=off" />
<arg value="-nH" />