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 2006/12/18 18:21:12 UTC

svn commit: r488348 - /webservices/axis2/branches/java/1_1/maven.xml

Author: dims
Date: Mon Dec 18 09:21:10 2006
New Revision: 488348

URL: http://svn.apache.org/viewvc?view=rev&rev=488348
Log:
Fix for AXIS2-1759 - Remove spring 1.2.8 jars from axis2.war

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

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=488348&r1=488347&r2=488348
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Mon Dec 18 09:21:10 2006
@@ -499,11 +499,13 @@
                 <ant:include name="**"/>
                 <ant:exclude name="**servlet**"/>
                 <ant:exclude name="ant*.jar"/>
+                <ant:exclude name="spring*.jar"/>
             </ant:lib>
             <ant:lib dir="${war_dep_cache}">
                 <ant:include name="**"/>
                 <ant:exclude name="**servlet**"/>
                 <ant:exclude name="ant*.jar"/>
+                <ant:exclude name="spring*.jar"/>
             </ant:lib>
             <ant:classes dir="modules/kernel/conf">
                 <ant:include name="*.properties"/>



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