You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/04/08 20:53:53 UTC

svn commit: r646029 - /webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml

Author: dims
Date: Tue Apr  8 11:53:52 2008
New Revision: 646029

URL: http://svn.apache.org/viewvc?rev=646029&view=rev
Log:
don't include sources jar

Modified:
    webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml

Modified: webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml?rev=646029&r1=646028&r2=646029&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml Tue Apr  8 11:53:52 2008
@@ -48,6 +48,9 @@
       <includes>
         <include>*.jar</include>
       </includes>
+      <excludes>
+        <exclude>*-sources.jar</exclude>
+      </excludes>
     </fileSet>
   </fileSets>
 </assembly>



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