You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2007/04/19 08:49:08 UTC

svn commit: r530286 - /webservices/axis2/branches/java/1_2/maven.xml

Author: chatra
Date: Wed Apr 18 23:49:04 2007
New Revision: 530286

URL: http://svn.apache.org/viewvc?view=rev&rev=530286
Log:
tested and committing patch in JIRA https://issues.apache.org/jira/browse/AXIS2-2412

Modified:
    webservices/axis2/branches/java/1_2/maven.xml

Modified: webservices/axis2/branches/java/1_2/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/maven.xml?view=diff&rev=530286&r1=530285&r2=530286
==============================================================================
--- webservices/axis2/branches/java/1_2/maven.xml (original)
+++ webservices/axis2/branches/java/1_2/maven.xml Wed Apr 18 23:49:04 2007
@@ -933,16 +933,32 @@
         <ant:mkdir dir="${docs.temp.dir}/javadocs"/>
 
     <echo message="Applying dynamic label filter..."></echo>
-		<ant:copy toDir="xdocs/${maven.xdoc.axis_doc_folder_name}">
-		<ant:fileset dir="xdocs/@axis2_version_dir@"/>	
+  	    <ant:copy toDir="xdocs/${maven.xdoc.axis_doc_folder_name}">
+		<ant:fileset dir="xdocs/@axis2_version_dir@"/>
 	    </ant:copy>
+
 	<ant:filter filtersfile="xdocs/dynamic-labels.properties" />
         <ant:copy toDir="${docs.temp.dir}/xdocs" filtering="on" overwrite="true" >
             <ant:fileset dir="xdocs">
-			<ant:exclude name="@axis2_version_dir@/**"/>
+	  	    <ant:exclude name="@axis2_version_dir@/**"/>
+		    <!--exclude the images from going through the filter 
+			https://issues.apache.org/jira/browse/AXIS2-2412
+		    -->
+	            <ant:exclude name="**/*.gif"/>
+	            <ant:exclude name="**/*.jpg"/>
      	    </ant:fileset>
         </ant:copy>
-		<!--delete renamed folder from xdocs folder-->
+
+	<!-- copy the imaged seperately -->
+        <ant:copy toDir="${docs.temp.dir}/xdocs" filtering="off" overwrite="true" >
+            <ant:fileset dir="xdocs">
+		<ant:exclude name="@axis2_version_dir@/**"/>
+		<ant:include name="**/*.gif"/>
+		<ant:include name="**/*.jpg"/>
+	    </ant:fileset>
+        </ant:copy>
+
+	<!--delete renamed folder from xdocs folder-->
 	<ant:delete dir="xdocs/${maven.xdoc.axis_doc_folder_name}"/>
 	
 	<ant:copy toDir="${docs.temp.dir}/javadocs">
@@ -1255,5 +1271,6 @@
     </define:taglib>
 
 </project>
+
 
 



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