You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/03/26 18:53:18 UTC

svn commit: r1305443 - /accumulo/branches/1.4.0rc/src/assemble/build.sh

Author: ecn
Date: Mon Mar 26 16:53:18 2012
New Revision: 1305443

URL: http://svn.apache.org/viewvc?rev=1305443&view=rev
Log:
ACCUMULO-145 fix rat check

Modified:
    accumulo/branches/1.4.0rc/src/assemble/build.sh

Modified: accumulo/branches/1.4.0rc/src/assemble/build.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.4.0rc/src/assemble/build.sh?rev=1305443&r1=1305442&r2=1305443&view=diff
==============================================================================
--- accumulo/branches/1.4.0rc/src/assemble/build.sh (original)
+++ accumulo/branches/1.4.0rc/src/assemble/build.sh Mon Mar 26 16:53:18 2012
@@ -41,7 +41,7 @@ runAt() {
 run mvn -U -P distclean clean 
 mvn rat:check 
 COUNT=`grep '!????' target/rat.txt | wc -l`
-EXPECTED=55
+EXPECTED=53
 if [ "$COUNT" -ne $EXPECTED ]
 then
    fail expected $EXPECTED files missing licenses, but saw "$COUNT"