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/29 11:15:16 UTC

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

Author: hemapani
Date: Wed Jun 29 02:15:14 2005
New Revision: 202341

URL: http://svn.apache.org/viewcvs?rev=202341&view=rev
Log:
remove the servlet and httplient jar from 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=202341&r1=202340&r2=202341&view=diff
==============================================================================
--- webservices/axis/trunk/java/maven.xml (original)
+++ webservices/axis/trunk/java/maven.xml Wed Jun 29 02:15:14 2005
@@ -328,7 +328,9 @@
 		<ant:war destfile="target/axis2.war" webxml="modules/core/conf/web.xml">
 		  	<ant:fileset dir="modules/core/webapp"/>
 		  	<ant:lib dir="target/lib">
-			    	<ant:include name="*.jar"/>
+						<ant:include name="**"/>
+						<ant:exclude name="**servlet**"/>
+						<ant:exclude name="commons-httpclient-*.jar"/>
 		  	</ant:lib>  
 			<ant:classes dir="modules/core/conf">
       		    	<ant:include name="*.properties"/>