Author: asavu
Date: Wed Dec 14 22:10:07 2011
New Revision: 1214500
URL: http://svn.apache.org/viewvc?rev=1214500&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/branches/branch-0.7/CHANGES.txt
whirr/branches/branch-0.7/build-tools/src/assemble-bin.xml
Modified: whirr/branches/branch-0.7/CHANGES.txt
URL:
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/CHANGES.txt?rev=1214500&r1=1214499&r2=1214500&view=diff
==============================================================================
--- whirr/branches/branch-0.7/CHANGES.txt (original)
+++ whirr/branches/branch-0.7/CHANGES.txt Wed Dec 14 22:10:07 2011
@@ -118,7 +118,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/branches/branch-0.7/build-tools/src/assemble-bin.xml
URL:
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/build-tools/src/assemble-bin.xml?rev=1214500&r1=1214499&r2=1214500&view=diff
==============================================================================
--- whirr/branches/branch-0.7/build-tools/src/assemble-bin.xml (original)
+++ whirr/branches/branch-0.7/build-tools/src/assemble-bin.xml Wed Dec 14
22:10:07 2011
@@ -23,6 +23,9 @@
</formats>
<moduleSets>
<moduleSet>
+ <includes>
+ <include>org.apache.whirr:whirr-cli</include>
+ </includes>
<binaries>
<includeDependencies>true</includeDependencies>
<outputDirectory>lib</outputDirectory>