You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/10 22:58:52 UTC

svn commit: r646958 - /webservices/axis2/trunk/java/modules/documentation/pom.xml

Author: dims
Date: Thu Apr 10 13:58:49 2008
New Revision: 646958

URL: http://svn.apache.org/viewvc?rev=646958&view=rev
Log:
Copy images over to the generated site

Modified:
    webservices/axis2/trunk/java/modules/documentation/pom.xml

Modified: webservices/axis2/trunk/java/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/pom.xml?rev=646958&r1=646957&r2=646958&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/pom.xml Thu Apr 10 13:58:49 2008
@@ -269,7 +269,13 @@
                         <phase>package</phase>
                         <configuration>
                             <tasks>
-
+                                <copy toDir="target/site/@axis2_version_dir@">
+                                    <fileset dir="xdocs/@axis2_version_dir@">
+                                        <include name="**/*.png"/>
+                                        <include name="**/*.gif"/>
+                                        <include name="**/*.jpg"/>
+                                    </fileset>
+                                </copy>
                                 <mkdir dir="${basedir}/target/apidocs"/>
                                 <javadoc packagenames="org.apache.axis2.*"
                                          destdir="${basedir}/target/apidocs"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org