You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2011/12/14 23:11:50 UTC

svn commit: r1214503 - in /whirr/trunk: CHANGES.txt build-tools/src/assemble-bin.xml

Author: asavu
Date: Wed Dec 14 22:11:50 2011
New Revision: 1214503

URL: http://svn.apache.org/viewvc?rev=1214503&view=rev
Log:
WHIRR-449. slf4j impl is not being copied to the lib dir when executing the binary assembly (David Alves via asavu)

Modified:
    whirr/trunk/CHANGES.txt
    whirr/trunk/build-tools/src/assemble-bin.xml

Modified: whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1214503&r1=1214502&r2=1214503&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Wed Dec 14 22:11:50 2011
@@ -120,7 +120,10 @@ Release 0.7.0 - 2011-12-11
 
     WHIRR-447. FastDnsResolver fails with SocketTimeoutException (asavu)
 
-    WHIRR-437, Cassandra integration test is failing (asavu)
+    WHIRR-437. Cassandra integration test is failing (asavu)
+
+    WHIRR-449. slf4j impl is not being copied to the lib dir when executing 
+    the binary assembly (David Alves via asavu)
     
 Release 0.6.0 - 2011-08-17
 

Modified: whirr/trunk/build-tools/src/assemble-bin.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/build-tools/src/assemble-bin.xml?rev=1214503&r1=1214502&r2=1214503&view=diff
==============================================================================
--- whirr/trunk/build-tools/src/assemble-bin.xml (original)
+++ whirr/trunk/build-tools/src/assemble-bin.xml Wed Dec 14 22:11:50 2011
@@ -23,6 +23,9 @@
   </formats>
   <moduleSets>
     <moduleSet>
+      <includes>
+        <include>org.apache.whirr:whirr-cli</include>
+      </includes>
       <binaries>
         <includeDependencies>true</includeDependencies>
         <outputDirectory>lib</outputDirectory>