You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/08/07 09:02:24 UTC

svn commit: r683527 - /servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml

Author: ffang
Date: Thu Aug  7 00:02:24 2008
New Revision: 683527

URL: http://svn.apache.org/viewvc?rev=683527&view=rev
Log:
[SM-1495]Missing dependency lib xstream

Modified:
    servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml

Modified: servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml?rev=683527&r1=683526&r2=683527&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml Thu Aug  7 00:02:24 2008
@@ -139,7 +139,7 @@
         <include>javax.activation:activation</include>
         <include>javax.mail:mail</include>
         
-        <include>xstream:xstream</include>
+        <include>com.thoughtworks.xstream:xstream</include>
         <include>xerces:xercesImpl</include>
         <include>xalan:xalan</include>