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/03/15 21:50:38 UTC

svn commit: r637467 - /webservices/axis2/trunk/java/modules/webapp/pom.xml

Author: dims
Date: Sat Mar 15 13:50:34 2008
New Revision: 637467

URL: http://svn.apache.org/viewvc?rev=637467&view=rev
Log:
dont' copy the source jar

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

Modified: webservices/axis2/trunk/java/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/pom.xml?rev=637467&r1=637466&r2=637467&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/pom.xml Sat Mar 15 13:50:34 2008
@@ -1357,6 +1357,9 @@
                             <includes>
                                 <include>soapmonitor*.jar</include>
                             </includes>
+                            <excludes>
+                                <exclude>*sources.jar</exclude>
+                            </excludes>
                         </resource>
                         <resource>
                             <directory>${basedir}/../mex/target</directory>



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