Author: wesw
Date: Thu Jun 18 14:39:12 2009
New Revision: 786088
URL: http://svn.apache.org/viewvc?rev=786088&view=rev
Log:
WW-3100, pointing docs to local directory so that I can use a cwiki export
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=786088&r1=786087&r2=786088&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu Jun 18 14:39:12 2009
@@ -267,7 +267,6 @@
<arg line="${[email protected]
/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" />
@@ -277,8 +276,9 @@
<arg value="-r" />
<arg
value="http://struts.apache.org/2.x/docs/" />
</exec>
+-->
<move todir="${project.build.directory}/cwiki">
- <fileset dir="2.x/docs"/>
+ <fileset dir="${docsDir}"/>
</move>
</tasks>
</configuration>