Author: musachy
Date: Tue Sep 22 19:49:57 2009
New Revision: 817800

URL: http://svn.apache.org/viewvc?rev=817800&view=rev
Log:
change where the docs are pulled from

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=817800&r1=817799&r2=817800&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Tue Sep 22 19:49:57 2009
@@ -289,7 +289,7 @@
                                     <arg value="-E" />
                                     <arg value="-L" />
                                     <arg value="-r" />
-                                    <arg 
value="http://struts.apache.org/2.x/docs/"; />
+                                    <arg value="http://cwiki.apache.org/WW/"; />
                                 </exec>
                                 <move todir="${project.build.directory}/cwiki">
                                     <fileset dir="2.x/docs" />


Reply via email to