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/06/28 14:45:41 UTC

svn commit: r1354987 - /accumulo/branches/1.4.1/src/assemble/build.sh

Author: ecn
Date: Thu Jun 28 12:45:40 2012
New Revision: 1354987

URL: http://svn.apache.org/viewvc?rev=1354987&view=rev
Log:
expected number of missing licenses is now 53

Modified:
    accumulo/branches/1.4.1/src/assemble/build.sh

Modified: accumulo/branches/1.4.1/src/assemble/build.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.4.1/src/assemble/build.sh?rev=1354987&r1=1354986&r2=1354987&view=diff
==============================================================================
--- accumulo/branches/1.4.1/src/assemble/build.sh (original)
+++ accumulo/branches/1.4.1/src/assemble/build.sh Thu Jun 28 12:45:40 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"