Author: asavu
Date: Sat Dec 10 23:35:32 2011
New Revision: 1212928

URL: http://svn.apache.org/viewvc?rev=1212928&view=rev
Log:
WHIRR-442. Ignore the voldemort test .jar when building the binary release 
(asavu)

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

Modified: whirr/trunk/build-tools/src/assemble-bin.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/build-tools/src/assemble-bin.xml?rev=1212928&r1=1212927&r2=1212928&view=diff
==============================================================================
--- whirr/trunk/build-tools/src/assemble-bin.xml (original)
+++ whirr/trunk/build-tools/src/assemble-bin.xml Sat Dec 10 23:35:32 2011
@@ -48,6 +48,7 @@
         <exclude>**/*.rej</exclude>
         <exclude>**/*.classpath</exclude>
         <exclude>**/whirr-logo.ai</exclude>
+        <exclude>services/voldemort/lib/*.jar</exclude>
         <exclude>.idea/**</exclude>
         <exclude>**/*.iml</exclude>
         <exclude>**/*.ipr</exclude>


Reply via email to