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 he...@apache.org on 2005/06/07 10:59:32 UTC

svn commit: r188736 - /webservices/axis/trunk/java/maven.xml

Author: hemapani
Date: Tue Jun  7 01:59:31 2005
New Revision: 188736

URL: http://svn.apache.org/viewcvs?rev=188736&view=rev
Log:
add the version jar to the war

Modified:
    webservices/axis/trunk/java/maven.xml

Modified: webservices/axis/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/maven.xml?rev=188736&r1=188735&r2=188736&view=diff
==============================================================================
--- webservices/axis/trunk/java/maven.xml (original)
+++ webservices/axis/trunk/java/maven.xml Tue Jun  7 01:59:31 2005
@@ -172,7 +172,8 @@
 		</ant:copy> 
 		<ant:copy todir="${bin.dist.dir}/docs">
 			<ant:fileset dir="xdocs">
-				<ant:include name="**"/>
+				<ant:include name="**"/>
+                                <ant:exclude name="*M1*/**"/>
 			</ant:fileset> 
 		</ant:copy> 
 		<ant:copy todir="${bin.dist.dir}/lib" flatten="true">